Home
last modified time | relevance | path

Searched refs:swizzle_result (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c919 swizzle_result(nir_builder *b, nir_tex_instr *tex, const uint8_t swizzle[4]) in swizzle_result() function
1372 if ((texture_mask & options->swizzle_result) && in nir_lower_tex_block()
1375 swizzle_result(b, tex, options->swizzles[tex->texture_index]); in nir_lower_tex_block()
Dnir.h5136 unsigned swizzle_result; member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c287 .swizzle_result = ~0u, in lima_fs_compile_shader()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c1227 tex_options.swizzle_result |= BITFIELD_BIT(s); in brw_nir_apply_sampler_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c228 tex_options.swizzle_result |= (1 << s); in crocus_lower_swizzles()
232 if (tex_options.swizzle_result) in crocus_lower_swizzles()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c603 .swizzle_result = ~0, in v3d_lower_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2264 .swizzle_result = ~0, in vc4_shader_ntq()