Searched refs:writemasks (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_vert_fc.c | 63 unsigned int * writemasks = userdata; in mark_write() local 71 writemasks[index] |= mask; in mark_write() 77 unsigned int writemasks[RC_REGISTER_MAX_INDEX]; in reserve_predicate_reg() local 79 memset(writemasks, 0, sizeof(writemasks)); in reserve_predicate_reg() 83 rc_for_all_writes_mask(inst, mark_write, writemasks); in reserve_predicate_reg() 93 if (!writemasks[i]) { in reserve_predicate_reg()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_packed_varyings.c | 381 unsigned writemasks[2]; member 439 store_state->writemasks[0] = writemask; in bitwise_assign_pack() 450 store_state->writemasks[1] = writemask; in bitwise_assign_pack() 471 store_state->writemasks[0] = writemask; in bitwise_assign_pack() 526 store_state->writemasks[0] = writemask; in bitwise_assign_unpack() 537 store_state->writemasks[1] = writemask; in bitwise_assign_unpack() 559 store_state->writemasks[0] = writemask; in bitwise_assign_unpack() 876 store_value->writemasks[0], store_value->is_64bit); in lower_varying() 879 store_value->writemasks[1], store_value->is_64bit); in lower_varying()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.0.1.rst | 40 - GLSL bug fix: .strq and .rgba writemasks didn't always work
|
D | 19.2.1.rst | 62 - nir/opt_large_constants: Handle store writemasks
|
D | 19.1.8.rst | 159 - cherry-ignore: nir/opt_large_constants: Handle store writemasks
|
D | 20.1.0.rst | 450 - pan/bi: Introduce writemasks 452 - pan/bi: Lower vec\* to writemasks in NIR 722 - pan/bi: Eliminate writemasks in the IR
|
D | 21.1.0.rst | 701 - pan/bi: Split writemasks for memory stores 1852 - nir-to-tgsi: Fix handling of partial writemasks on SSA/REG decls.
|
D | 7.10.rst | 1078 writemasks.
|
D | 19.3.0.rst | 770 - nir/opt_large_constants: Handle store writemasks
|
D | 21.0.0.rst | 286 - pan/bi: Model writemasks correctly
|
D | 20.0.0.rst | 281 - pan/midgard: Expand 64-bit writemasks
|
D | 20.3.0.rst | 767 - pan/bi: Model writemasks correctly
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_fragment_program.txt | 589 Note that writemasks for the temporaries written and swizzles 596 true dependencies taking into account writemasks and swizzles, 3535 result writemasks and operand suffixes are not taken into 4242 conditional writemasks, or the "C" instruction suffix that 5004 - Removed stpq writemasks and swizzles from grammar.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_fragment_program.txt | 579 Note that writemasks for the temporaries written and swizzles 586 true dependencies taking into account writemasks and swizzles, 3525 result writemasks and operand suffixes are not taken into 4232 conditional writemasks, or the "C" instruction suffix that 4994 - Removed stpq writemasks and swizzles from grammar.
|
/third_party/openGLES/extensions/NV/ |
D | NV_fragment_program_option.txt | 48 * data-dependent conditional writemasks,
|
D | NV_gpu_program4.txt | 6217 writemasks are also supported, which also use "." before the write
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fragment_program_option.txt | 48 * data-dependent conditional writemasks,
|
D | NV_gpu_program4.txt | 6217 writemasks are also supported, which also use "." before the write
|