Home
last modified time | relevance | path

Searched refs:workgroup_size_y (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/inspector/
Dentry_point.h137 uint32_t workgroup_size_y = 0; member
165 workgroup_size_x, workgroup_size_y, workgroup_size_z); in workgroup_size()
Dinspector.cc149 entry_point.workgroup_size_y = wgsize[1].value; in GetEntryPoints()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp686 entryPoint.workgroup_size_y > limits.v1.maxComputeWorkgroupSizeY || in ReflectShaderUsingTint()
690 entryPoint.workgroup_size_x, entryPoint.workgroup_size_y, in ReflectShaderUsingTint()
697 entryPoint.workgroup_size_y * in ReflectShaderUsingTint()
712 metadata->localWorkgroupSize.y = entryPoint.workgroup_size_y; in ReflectShaderUsingTint()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c46 uint16_t workgroup_size_y; member
673 dispatch.workgroup_size_y = util_cpu_to_le16(info->block[1]); in si_setup_user_sgprs_co_v2()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3530 cfg.workgroup_size_y = 1; in panfrost_launch_xfb()
4124 cfg.workgroup_size_y = info->block[1]; in panfrost_launch_grid()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c1307 kernel8.workgroup_size_y = info->local_size[1U] - 1U; in pvr_compute_generate_control_stream()