Home
last modified time | relevance | path

Searched refs:TGSI_WRITEMASK_NONE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h83 #define TGSI_WRITEMASK_NONE 0x00 macro
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1218 if (scalar_dst.WriteMask != TGSI_WRITEMASK_NONE) { in expand_unary_to_scalarf()
1223 if (scalar_dst.WriteMask != TGSI_WRITEMASK_NONE) { in expand_unary_to_scalarf()
1228 if (scalar_dst.WriteMask != TGSI_WRITEMASK_NONE) { in expand_unary_to_scalarf()
1233 if (scalar_dst.WriteMask != TGSI_WRITEMASK_NONE) { in expand_unary_to_scalarf()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c451 *writemask = TGSI_WRITEMASK_NONE; in parse_opt_writemask()
470 if (*writemask == TGSI_WRITEMASK_NONE) { in parse_opt_writemask()