Home
last modified time | relevance | path

Searched refs:maxComputeWorkGroupSize (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dtrace_rays_limits_common.adoc11 {times} sname:VkPhysicalDeviceLimits::pname:maxComputeWorkGroupSize[0]#
15 {times} sname:VkPhysicalDeviceLimits::pname:maxComputeWorkGroupSize[1]#
19 {times} sname:VkPhysicalDeviceLimits::pname:maxComputeWorkGroupSize[2]#
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc87 | pname:maxComputeWorkGroupSize | - | (128,128,64) | (256,256,64) | min
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1229 GLint maxComputeWorkGroupSize[3]; in glCreateShader() local
1237 &maxComputeWorkGroupSize[i]); in glCreateShader()
1240 maxComputeWorkGroupSize[i] = 128; in glCreateShader()
1244 res.MaxComputeWorkGroupSize[i] = maxComputeWorkGroupSize[i]; in glCreateShader()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1720 to slink:VkPhysicalDeviceLimits::pname:maxComputeWorkGroupSize[0]
1724 to slink:VkPhysicalDeviceLimits::pname:maxComputeWorkGroupSize[1]
1728 to slink:VkPhysicalDeviceLimits::pname:maxComputeWorkGroupSize[2]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc493 * [[limits-maxComputeWorkGroupSize]] pname:maxComputeWorkGroupSize[3] is
4497 | 3 {times} code:uint32_t | pname:maxComputeWorkGroupSize | -
4924 | pname:maxComputeWorkGroupSize | - | (128,128,64) | min
5503 | pname:maxComputeWorkGroupSize | (256,256,64) | min
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp354 memcpy(to->maxComputeWorkGroupSize, from->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in deepcopy_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp876 vkStream->write((uint32_t*)forMarshaling->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1016 vkStream->read((uint32_t*)forUnmarshaling->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp752 memcpy((uint32_t*)forUnmarshaling->maxComputeWorkGroupSize, *ptr, 3 * sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp354 memcpy(to->maxComputeWorkGroupSize, from->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in deepcopy_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling_guest.cpp813 vkStream->write((uint32_t*)forMarshaling->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
953 vkStream->read((uint32_t*)forUnmarshaling->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp759 memcpy(*ptr, (uint32_t*)forMarshaling->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4460 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxComputeWorkGroupSize[i] ); in operator ()()
Dvulkan_hash.hpp8467 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxComputeWorkGroupSize[i] ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3128 uint32_t maxComputeWorkGroupSize[3]; member