Home
last modified time | relevance | path

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

12

/external/mesa3d/src/intel/compiler/
Dbrw_compile_bs.cpp101 const unsigned dispatch_width = 8u << simd; in compile_single_bs() local
141 const unsigned dispatch_width = selected->dispatch_width; in compile_single_bs() local
Dbrw_generator.h71 unsigned dispatch_width; /**< 8, 16 or 32 */ variable
Dbrw_compile_vs.cpp150 const unsigned dispatch_width = compiler->devinfo->ver >= 20 ? 16 : 8; in brw_compile_vs() local
Dbrw_compile_tes.cpp156 const unsigned dispatch_width = devinfo->ver >= 20 ? 16 : 8; in brw_compile_tes() local
Dbrw_fs_visitor.cpp378 unsigned dispatch_width, in fs_visitor()
402 unsigned dispatch_width, unsigned max_polygons, in fs_visitor()
Dbrw_compile_cs.cpp173 const unsigned dispatch_width = 8u << simd; in brw_compile_cs() local
Dbrw_compile_tcs.cpp279 const unsigned dispatch_width = devinfo->ver >= 20 ? 16 : 8; in brw_compile_tcs() local
Dbrw_lower_subgroup_ops.cpp193 unsigned dispatch_width = bld.dispatch_width(); in brw_emit_scan() local
369 const unsigned dispatch_width = bld.shader->dispatch_width; in brw_lower_dispatch_width_vote() local
Dbrw_compile_mesh.cpp380 const unsigned dispatch_width = 8 << simd; in brw_compile_task() local
1237 unsigned dispatch_width) in brw_nir_initialize_mue()
1677 const unsigned dispatch_width = 8 << simd; in brw_compile_mesh() local
Dbrw_fs_builder.h45 unsigned dispatch_width) : in fs_builder()
180 dispatch_width() const in dispatch_width() function
Dbrw_generator.cpp749 brw_generator::generate_code(const cfg_t *cfg, int dispatch_width, in generate_code()
Dbrw_ir_performance.cpp994 unsigned dispatch_width) in calculate_performance()
Dbrw_fs.h444 const unsigned dispatch_width; /**< 8, 16 or 32 */ member
Dbrw_nir.c2469 brw_nir_lower_simd(nir_shader *nir, unsigned dispatch_width) in brw_nir_lower_simd()
Dbrw_compiler.h896 unsigned dispatch_width) in brw_cs_prog_data_prog_offset()
1175 uint32_t dispatch_width; /**< 0 for vec4 */ member
/external/mesa3d/src/intel/compiler/elk/
Delk_fs.h406 const unsigned dispatch_width; /**< 8, 16 or 32 */ variable
524 unsigned dispatch_width; /**< 8, 16 or 32 */ variable
Delk_fs_visitor.cpp848 unsigned dispatch_width, in elk_fs_visitor()
867 unsigned dispatch_width, in elk_fs_visitor()
Delk_fs_reg_allocate.cpp84 aligned_bary_size(unsigned dispatch_width) in aligned_bary_size()
90 elk_alloc_reg_set(struct elk_compiler *compiler, int dispatch_width) in elk_alloc_reg_set()
Delk_fs_builder.h57 unsigned dispatch_width) : in fs_builder()
181 dispatch_width() const in dispatch_width() function
Delk_vec4_tcs.cpp441 const unsigned dispatch_width = 8; in elk_compile_tcs() local
Delk_vec4_builder.h150 dispatch_width() const in dispatch_width() function
Delk_shader.cpp1346 const unsigned dispatch_width = 8; in elk_compile_tes() local
Delk_ir_performance.cpp1422 unsigned dispatch_width) in calculate_performance()
Delk_fs_generator.cpp1517 elk_fs_generator::generate_code(const elk_cfg_t *cfg, int dispatch_width, in generate_code()
Delk_vec4.cpp2655 const unsigned dispatch_width = 8; in elk_compile_vs() local

12