Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1286 #define BRW_SAMPLER_SIMD_MODE_SIMD8 1 macro
Dbrw_fs_generator.cpp1032 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; in generate_get_buffer_size()
1101 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; in generate_tex()
1693 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; in generate_varying_pull_constant_load_gen4()
Dbrw_disasm.c600 [BRW_SAMPLER_SIMD_MODE_SIMD8] = "SIMD8",
Dbrw_fs.cpp5219 inst->exec_size <= 8 ? BRW_SAMPLER_SIMD_MODE_SIMD8 : in lower_sampler_logical_send_gen7()
5951 inst->exec_size <= 8 ? BRW_SAMPLER_SIMD_MODE_SIMD8 : in lower_varying_pull_constant_logical_send()
/external/igt-gpu-tools/assembler/
Dbrw_defines.h931 #define BRW_SAMPLER_SIMD_MODE_SIMD8 1 macro