Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h183 #define BRW_MAX_SAMPLERS 32 macro
199 uint16_t swizzles[BRW_MAX_SAMPLERS];
223 enum gfx6_gather_sampler_wa gfx6_gather_wa[BRW_MAX_SAMPLERS];
238 float scale_factors[BRW_MAX_SAMPLERS];
Dbrw_debug_recompile.c76 for (unsigned i = 0; i < BRW_MAX_SAMPLERS; i++) { in debug_sampler_recompile()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c206 for (int i = 0; i < BRW_MAX_SAMPLERS; i++) in blorp_init_base_prog_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c52 .base.tex.swizzles[0 ... BRW_MAX_SAMPLERS - 1] = 0x688, \
63 for (unsigned s = 0; s < BRW_MAX_SAMPLERS; s++) { in crocus_sanitize_tex_key()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c57 .base.tex.swizzles[0 ... BRW_MAX_SAMPLERS - 1] = 0x688, \
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c297 for (int i = 0; i < BRW_MAX_SAMPLERS; i++) { in populate_sampler_prog_key()