Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp10638 …if (!((a->maxRayDispatchInvocationCount) == (b->maxRayDispatchInvocationCount))) { onFail("a->maxR… in checkEqual_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
Dgoldfish_vk_marshaling.cpp28069 vkStream->write((uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
28102 vkStream->read((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
Dgoldfish_vk_reserved_marshaling.cpp20882 memcpy((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h11761 uint32_t maxRayDispatchInvocationCount; member
Dvulkan.hpp68776 …ndleCaptureReplaySize( shaderGroupHandleCaptureReplaySize_ ), maxRayDispatchInvocationCount( maxRa…
68823 && ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) in operator ==()
68844 uint32_t maxRayDispatchInvocationCount = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp23077 vkStream->write((uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
23099 vkStream->read((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp15465 memcpy(*ptr, (uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()