/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compile_bs.cpp | 98 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 D | brw_fs_visitor.cpp | 378 unsigned dispatch_width, in fs_visitor() 402 unsigned dispatch_width, unsigned max_polygons, in fs_visitor()
|
H A D | brw_compile_mesh.cpp | 373 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 D | brw_compile_tes.cpp | 153 const unsigned dispatch_width = devinfo->ver >= 20 ? 16 : 8; in brw_compile_tes() local
|
H A D | brw_compile_vs.cpp | 147 const unsigned dispatch_width = compiler->devinfo->ver >= 20 ? 16 : 8; in brw_compile_vs() local
|
H A D | brw_fs_builder.h | 43 unsigned dispatch_width) : in fs_builder() 169 dispatch_width() const in dispatch_width() function
|
H A D | brw_compile_cs.cpp | 134 const unsigned dispatch_width = 8u << simd; in brw_compile_cs() local
|
H A D | brw_fs.h | 436 const unsigned dispatch_width; /**< 8, 16 or 32 */ member 538 unsigned dispatch_width; /**< 8, 16 or 32 */ variable
|
H A D | brw_compile_tcs.cpp | 276 const unsigned dispatch_width = devinfo->ver >= 20 ? 16 : 8; in brw_compile_tcs() local
|
H A D | brw_fs_generator.cpp | 758 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width, in generate_code()
|
H A D | brw_ir_performance.cpp | 994 unsigned dispatch_width) in calculate_performance()
|
H A D | brw_compiler.h | 1025 unsigned dispatch_width) in brw_cs_prog_data_prog_offset() 1304 uint32_t dispatch_width; /**< 0 for vec4 */ member
|
H A D | brw_fs.cpp | 1846 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 D | elk_fs.h | 406 const unsigned dispatch_width; /**< 8, 16 or 32 */ variable 524 unsigned dispatch_width; /**< 8, 16 or 32 */ variable
|
H A D | elk_fs_visitor.cpp | 848 unsigned dispatch_width, in elk_fs_visitor() 867 unsigned dispatch_width, in elk_fs_visitor()
|
H A D | elk_fs_builder.h | 58 unsigned dispatch_width) : in fs_builder() 182 dispatch_width() const in dispatch_width() function
|
H A D | elk_fs_reg_allocate.cpp | 83 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 D | elk_vec4_tcs.cpp | 441 const unsigned dispatch_width = 8; in elk_compile_tcs() local
|
H A D | elk_vec4_builder.h | 151 dispatch_width() const in dispatch_width() function
|
H A D | elk_shader.cpp | 1346 const unsigned dispatch_width = 8; in elk_compile_tes() local
|
H A D | elk_ir_performance.cpp | 1422 unsigned dispatch_width) in calculate_performance()
|
H A D | elk_fs_generator.cpp | 1517 elk_fs_generator::generate_code(const elk_cfg_t *cfg, int dispatch_width, in generate_code()
|
H A D | elk_vec4.cpp | 2651 const unsigned dispatch_width = 8; in elk_compile_vs() local
|
H A D | elk_fs.cpp | 6909 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 D | elk_compiler.h | 1136 unsigned dispatch_width) in elk_cs_prog_data_prog_offset() 1420 uint32_t dispatch_width; /**< 0 for vec4 */ member
|