Home
last modified time | relevance | path

Searched defs:dispatch_width (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compile_bs.cpp98 const unsigned dispatch_width = 8u << simd; in compile_single_bs() local
138 const unsigned dispatch_width = selected->dispatch_width; in compile_single_bs() local
H A Dbrw_fs_visitor.cpp378 unsigned dispatch_width, in fs_visitor()
402 unsigned dispatch_width, unsigned max_polygons, in fs_visitor()
H A Dbrw_compile_mesh.cpp373 const unsigned dispatch_width = 8 << simd; in brw_compile_task() local
1225 unsigned dispatch_width) in brw_nir_initialize_mue()
1651 const unsigned dispatch_width = 8 << simd; in brw_compile_mesh() local
H A Dbrw_compile_tes.cpp153 const unsigned dispatch_width = devinfo->ver >= 20 ? 16 : 8; in brw_compile_tes() local
H A Dbrw_compile_vs.cpp147 const unsigned dispatch_width = compiler->devinfo->ver >= 20 ? 16 : 8; in brw_compile_vs() local
H A Dbrw_fs_builder.h43 unsigned dispatch_width) : in fs_builder()
169 dispatch_width() const in dispatch_width() function
H A Dbrw_compile_cs.cpp134 const unsigned dispatch_width = 8u << simd; in brw_compile_cs() local
H A Dbrw_fs.h436 const unsigned dispatch_width; /**< 8, 16 or 32 */ member
538 unsigned dispatch_width; /**< 8, 16 or 32 */ variable
H A Dbrw_compile_tcs.cpp276 const unsigned dispatch_width = devinfo->ver >= 20 ? 16 : 8; in brw_compile_tcs() local
H A Dbrw_fs_generator.cpp758 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width, in generate_code()
H A Dbrw_ir_performance.cpp994 unsigned dispatch_width) in calculate_performance()
H A Dbrw_compiler.h1025 unsigned dispatch_width) in brw_cs_prog_data_prog_offset()
1304 uint32_t dispatch_width; /**< 0 for vec4 */ member
H A Dbrw_fs.cpp1846 brw_nir_lower_simd(nir_shader *nir, unsigned dispatch_width) in brw_nir_lower_simd()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.h406 const unsigned dispatch_width; /**< 8, 16 or 32 */ variable
524 unsigned dispatch_width; /**< 8, 16 or 32 */ variable
H A Delk_fs_visitor.cpp848 unsigned dispatch_width, in elk_fs_visitor()
867 unsigned dispatch_width, in elk_fs_visitor()
H A Delk_fs_builder.h58 unsigned dispatch_width) : in fs_builder()
182 dispatch_width() const in dispatch_width() function
H A Delk_fs_reg_allocate.cpp83 aligned_bary_size(unsigned dispatch_width) in aligned_bary_size()
89 elk_alloc_reg_set(struct elk_compiler *compiler, int dispatch_width) in elk_alloc_reg_set()
H A Delk_vec4_tcs.cpp441 const unsigned dispatch_width = 8; in elk_compile_tcs() local
H A Delk_vec4_builder.h151 dispatch_width() const in dispatch_width() function
H A Delk_shader.cpp1346 const unsigned dispatch_width = 8; in elk_compile_tes() local
H A Delk_ir_performance.cpp1422 unsigned dispatch_width) in calculate_performance()
H A Delk_fs_generator.cpp1517 elk_fs_generator::generate_code(const elk_cfg_t *cfg, int dispatch_width, in generate_code()
H A Delk_vec4.cpp2651 const unsigned dispatch_width = 8; in elk_compile_vs() local
H A Delk_fs.cpp6909 elk_nir_lower_simd(nir_shader *nir, unsigned dispatch_width) in elk_nir_lower_simd()
6949 const unsigned dispatch_width = 8u << simd; in elk_compile_cs() local
H A Delk_compiler.h1136 unsigned dispatch_width) in elk_cs_prog_data_prog_offset()
1420 uint32_t dispatch_width; /**< 0 for vec4 */ member

12