Home
last modified time | relevance | path

Searched defs:workgroup_size (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dentry_point_info.h88 GridSize workgroup_size; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_simd_selection.c75 const unsigned workgroup_size = prog_data->local_size[0] * in brw_simd_should_compile() local
H A Dbrw_nir_lower_cs_intrinsics.c289 ASSERTED unsigned workgroup_size = in brw_nir_lower_cs_intrinsics() local
[all...]
H A Dbrw_mesh.cpp553 const unsigned workgroup_size = nir->info.workgroup_size[0] * in brw_nir_initialize_mue() local
[all...]
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dentry_point.h163 std::tuple<uint32_t, uint32_t, uint32_t> workgroup_size() { in workgroup_size() function
/third_party/skia/third_party/externals/tint/src/sem/
H A Dfunction.h80 void SetWorkgroupSize(sem::WorkgroupSize workgroup_size) { in SetWorkgroupSize() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp286 unsigned workgroup_size = in calc_waves_per_workgroup() local
H A Daco_shader_info.h109 unsigned workgroup_size; member
/third_party/mesa3d/src/amd/common/
H A Dac_shader_util.c767 unsigned workgroup_size = MAX2(es_verts, gs_inst_prims); in ac_compute_esgs_workgroup_size() local
787 unsigned workgroup_size = MAX4(max_vtx_in, max_vtx_out, max_prim_in, max_prim_out); in ac_compute_ngg_workgroup_size() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c1394 uint32_t workgroup_size = config->max_workgroup_invocations; in nir_unsigned_upper_bound() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h148 unsigned workgroup_size[3]; member
/third_party/mesa3d/src/compiler/
H A Dshader_info.h238 uint16_t workgroup_size[3]; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h259 unsigned workgroup_size; member
H A Dradv_pipeline.c2385 unsigned workgroup_size = ac_compute_esgs_workgroup_size( in gfx9_get_gs_info() local
2707 unsigned workgroup_size = in gfx10_get_ngg_info() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp654 } workgroup_size; member
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c3110 const uint32_t workgroup_size[] = { groupCountX, groupCountY, groupCountZ }; in pvr_CmdDispatch() local
2996 pvr_compute_flat_pad_workgroup_size(const struct pvr_physical_device *pdevice, uint32_t workgroup_size, uint32_t coeff_regs_count) pvr_compute_flat_pad_workgroup_size() argument

Completed in 28 milliseconds