Home
last modified time | relevance | path

Searched refs:BRW_SAMPLER_SIMD_MODE_SIMD8 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1368 #define BRW_SAMPLER_SIMD_MODE_SIMD8 1 macro
Dbrw_fs_generator.cpp959 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; in generate_get_buffer_size()
1031 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; in generate_tex()
1612 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; in generate_varying_pull_constant_load_gfx4()
Dbrw_lower_logical_sends.cpp1091 simd_mode = inst->exec_size <= 8 ? BRW_SAMPLER_SIMD_MODE_SIMD8 : in lower_sampler_logical_send_gfx7()
2330 inst->exec_size <= 8 ? BRW_SAMPLER_SIMD_MODE_SIMD8 : in lower_varying_pull_constant_logical_send()
Dbrw_disasm.c618 [BRW_SAMPLER_SIMD_MODE_SIMD8] = "SIMD8",