mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
i965/vec4: Initialize force_writemask_all in vec4_builder().
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
dc7cf07af3
commit
378d98f87e
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ namespace brw {
|
|||
* instruction passed as argument.
|
||||
*/
|
||||
vec4_builder(backend_shader *shader, bblock_t *block, instruction *inst) :
|
||||
shader(shader), block(block), cursor(inst)
|
||||
shader(shader), block(block), cursor(inst),
|
||||
force_writemask_all(inst->force_writemask_all)
|
||||
{
|
||||
annotation.str = inst->annotation;
|
||||
annotation.ir = inst->ir;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue