Searched refs:writemasks (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_vert_fc.c | 64 unsigned int * writemasks = userdata; in mark_write() local 72 writemasks[index] |= mask; in mark_write() 78 unsigned int writemasks[RC_REGISTER_MAX_INDEX]; in reserve_predicate_reg() local 80 memset(writemasks, 0, sizeof(writemasks)); in reserve_predicate_reg() 84 rc_for_all_writes_mask(inst, mark_write, writemasks); in reserve_predicate_reg() 94 if (!writemasks[i]) { in reserve_predicate_reg()
|
/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 | 20.0.0.rst | 281 - pan/midgard: Expand 64-bit writemasks
|
D | 21.0.0.rst | 286 - pan/bi: Model writemasks correctly
|
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
|