Home
last modified time | relevance | path

Searched refs:intersectionShader (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc6557 * pname:intersectionShader is the index of the intersection shader from
6574 pname:closestHitShader, pname:anyHitShader, and pname:intersectionShader
6579 pname:intersectionShader must: be a valid index into
6585 pname:intersectionShader must: be ename:VK_SHADER_UNUSED_NV
6632 * pname:intersectionShader is the index of the intersection shader from
6664 pname:closestHitShader, pname:anyHitShader, and pname:intersectionShader
6669 pname:intersectionShader must: be a valid index into
6675 pname:intersectionShader must: be ename:VK_SHADER_UNUSED_KHR
7028 slink:VkRayTracingShaderGroupCreateInfoKHR::pname:intersectionShader
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12637 uint32_t intersectionShader; member
17868 uint32_t intersectionShader; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp11846 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoKHR.intersectionShader ); in operator ()()
11899 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoNV.intersectionShader ); in operator ()()