Searched refs:maxRayDispatchInvocationCount (Results  1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_testing.cpp | 21677     if (!((a->maxRayDispatchInvocationCount) == (b->maxRayDispatchInvocationCount))) {  in checkEqual_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
 | 
| D | goldfish_vk_marshaling.cpp | 40677     vkStream->write((uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t));  in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()40709     vkStream->read((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t));  in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
 
 | 
| D | goldfish_vk_reserved_marshaling.cpp | 31861     memcpy((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, *ptr, sizeof(uint32_t));  in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
 | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan_core.h | 16744     uint32_t           maxRayDispatchInvocationCount;  member
 | 
| D | vulkan_structs.hpp | 65132 …ndleCaptureReplaySize( shaderGroupHandleCaptureReplaySize_ ), maxRayDispatchInvocationCount( maxRa…65170 …shaderGroupBaseAlignment, shaderGroupHandleCaptureReplaySize, maxRayDispatchInvocationCount, shade…  in reflect()
 65190           && ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount )  in operator ==()
 65210     uint32_t maxRayDispatchInvocationCount = {};  member
 
 | 
| D | vulkan_hash.hpp | 8654 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount );  in operator ()()
 | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | goldfish_vk_marshaling_guest.cpp | 31581     vkStream->write((uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t));  in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()31601     vkStream->read((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t));  in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
 
 | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 21058     memcpy(*ptr, (uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t));  in reservedmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
 |