Searched refs:maxComputeWorkGroupSize (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | trace_rays_limits_common.adoc | 11 {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/ |
D | Roadmap-2022.adoc | 87 | pname:maxComputeWorkGroupSize | - | (128,128,64) | (256,256,64) | min
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 1229 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/ |
D | spirvenv.adoc | 1720 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/ |
D | limits.adoc | 493 * [[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/ |
D | goldfish_vk_deepcopy.cpp | 354 memcpy(to->maxComputeWorkGroupSize, from->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in deepcopy_VkPhysicalDeviceLimits()
|
D | goldfish_vk_marshaling.cpp | 876 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 752 memcpy((uint32_t*)forUnmarshaling->maxComputeWorkGroupSize, *ptr, 3 * sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 354 memcpy(to->maxComputeWorkGroupSize, from->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in deepcopy_VkPhysicalDeviceLimits()
|
D | goldfish_vk_marshaling_guest.cpp | 813 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 759 memcpy(*ptr, (uint32_t*)forMarshaling->maxComputeWorkGroupSize, 3 * sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4460 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxComputeWorkGroupSize[i] ); in operator ()()
|
D | vulkan_hash.hpp | 8467 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxComputeWorkGroupSize[i] ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3128 uint32_t maxComputeWorkGroupSize[3]; member
|