Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c964 swizzle_result(nir_builder *b, nir_tex_instr *tex, const uint8_t swizzle[4]) in swizzle_result() function
1479 if ((texture_mask & options->swizzle_result) && in nir_lower_tex_block()
1482 swizzle_result(b, tex, options->swizzles[tex->texture_index]); in nir_lower_tex_block()
Dnir.h5014 unsigned swizzle_result; member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c300 .swizzle_result = ~0u, in lima_fs_compile_shader()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c233 tex_options.swizzle_result |= (1 << s); in crocus_lower_swizzles()
237 if (tex_options.swizzle_result) in crocus_lower_swizzles()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c617 .swizzle_result = ~0, in v3d_lower_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2247 .swizzle_result = ~0, in vc4_shader_ntq()