Searched refs:swizzle_result (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c790 swizzle_result(nir_builder *b, nir_tex_instr *tex, const uint8_t swizzle[4]) function in typeref:typename:void
1064 if (((1 << tex->texture_index) & options->swizzle_result) &&
1067 swizzle_result(b, tex, options->swizzles[tex->texture_index]);
H A Dnir.h3479 * If (swizzle_result & (1 << texture_index)), then the swizzle in
3483 unsigned swizzle_result; member in struct:nir_lower_tex_options
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c919 swizzle_result(nir_builder *b, nir_tex_instr *tex, const uint8_t swizzle[4]) function in typeref:typename:void
1372 if ((texture_mask & options->swizzle_result) &&
1375 swizzle_result(b, tex, options->swizzles[tex->texture_index]);
H A Dnir.h5132 * If (swizzle_result & (1 << texture_index)), then the swizzle in
5136 unsigned swizzle_result; member in struct:nir_lower_tex_options
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_program.c287 .swizzle_result = ~0u,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir.c543 .swizzle_result = ~0,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c973 tex_options.swizzle_result |= (1 << s);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c1227 tex_options.swizzle_result |= BITFIELD_BIT(s);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c603 .swizzle_result = ~0,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c228 tex_options.swizzle_result |= (1 << s);
232 if (tex_options.swizzle_result)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c2257 .swizzle_result = ~0,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c2264 .swizzle_result = ~0,

Completed in 39 milliseconds