Home
last modified time | relevance | path

Searched refs:maxRayDispatchInvocationCount (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp21677 if (!((a->maxRayDispatchInvocationCount) == (b->maxRayDispatchInvocationCount))) { in checkEqual_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
Dgoldfish_vk_marshaling.cpp40677 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()
Dgoldfish_vk_reserved_marshaling.cpp31861 memcpy((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h16744 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp65132 …ndleCaptureReplaySize( shaderGroupHandleCaptureReplaySize_ ), maxRayDispatchInvocationCount( maxRa…
65170 …shaderGroupBaseAlignment, shaderGroupHandleCaptureReplaySize, maxRayDispatchInvocationCount, shade… in reflect()
65190 && ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) in operator ==()
65210 uint32_t maxRayDispatchInvocationCount = {}; member
Dvulkan_hash.hpp8654 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp31581 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp21058 memcpy(*ptr, (uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()