/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuiltinTests.cpp | 665 …const std::string intersectionShader = condition.empty() ? getIntersectionPassthrough() : interse… in initPrograms() local 667 …ources.add("sect") << glu::IntersectionSource(updateRayTracingGLSL(intersectionShader)) << buildOp… in initPrograms() 717 const std::string intersectionShader = in initPrograms() local 815 …ources.add("sect") << glu::IntersectionSource(updateRayTracingGLSL(intersectionShader)) << buildOp… in initPrograms() 845 …ources.add("sect") << glu::IntersectionSource(updateRayTracingGLSL(intersectionShader)) << buildOp… in initPrograms() 873 …ources.add("sect") << glu::IntersectionSource(updateRayTracingGLSL(intersectionShader)) << buildOp… in initPrograms() 904 const std::string intersectionShader = in initPrograms() local 949 …ources.add("sect") << glu::IntersectionSource(updateRayTracingGLSL(intersectionShader)) << buildOp… in initPrograms() 979 …ources.add("sect") << glu::IntersectionSource(updateRayTracingGLSL(intersectionShader)) << buildOp… in initPrograms() 1038 …ources.add("sect") << glu::IntersectionSource(updateRayTracingGLSL(intersectionShader)) << buildOp… in initPrograms()
|
D | vktRayTracingNullASTests.cpp | 105 …Move<VkShaderModule> intersectionShader = createShaderModule(vkd, device, collection.get("sect"), … in makePipeline() local 110 rayTracingPipeline->addShader(VK_SHADER_STAGE_INTERSECTION_BIT_KHR, intersectionShader, hitGroup); in makePipeline()
|
D | vktRayTracingBuildTests.cpp | 444 …Move<VkShaderModule> intersectionShader = createShaderModule(vkd, device, m_context.getBi… in runTest() local 448 rayTracingPipeline->addShader(VK_SHADER_STAGE_INTERSECTION_BIT_KHR, *intersectionShader, 2u); in runTest()
|
D | vktRayTracingMiscTests.cpp | 8063 Move<VkShaderModule> intersectionShader = createShaderModule( deviceInterface, in runTest() local 8069 makeVkSharedPtr(intersectionShader), in runTest()
|
/external/mesa3d/include/vulkan/ |
D | vulkan_beta.h | 140 uint32_t intersectionShader; member
|
D | vulkan_core.h | 9363 uint32_t intersectionShader; member
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 1724 group.intersectionShader = VK_SHADER_UNUSED_NV; in InitShaderGroups() 1734 group.intersectionShader = VK_SHADER_UNUSED_NV; in InitShaderGroups() 1744 group.intersectionShader = VK_SHADER_UNUSED_NV; in InitShaderGroups()
|
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1258 group_create_infos[0].intersectionShader = VK_SHADER_UNUSED_NV; in TEST_F() 1265 group_create_infos[1].intersectionShader = VK_SHADER_UNUSED_NV; in TEST_F() 1272 group_create_infos[2].intersectionShader = 4; in TEST_F() 1279 group_create_infos[3].intersectionShader = VK_SHADER_UNUSED_NV; in TEST_F()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.cpp | 3406 …_INTERSECTION_BIT_KHR: CHECKED_ASSIGN_SHADER(shaderGroupCreateInfo.intersectionShader, shaderStage… in addShader() 3427 shaderGroupCreateInfo.type = (shaderGroupCreateInfo.intersectionShader == VK_SHADER_UNUSED_KHR) in addShader()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 22802 intersectionShader(in_struct->intersectionShader) in safe_VkRayTracingShaderGroupCreateInfoNV() 22818 intersectionShader = src.intersectionShader; in safe_VkRayTracingShaderGroupCreateInfoNV() 22834 intersectionShader = src.intersectionShader; in operator =() 22853 intersectionShader = in_struct->intersectionShader; in initialize() 22864 intersectionShader = src->intersectionShader; in initialize()
|
D | vk_safe_struct.h | 5213 uint32_t intersectionShader; member
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStructTypes.inl | 4060 uint32_t intersectionShader; member 4071 uint32_t intersectionShader; member
|
D | vkVulkan_c.inl | 13092 deUint32 intersectionShader; member 17718 deUint32 intersectionShader; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 10011 uint32_t intersectionShader; member 12488 uint32_t intersectionShader; member
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vulkan_core.h | 11560 uint32_t intersectionShader; member 14922 uint32_t intersectionShader; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 86527 , intersectionShader( intersectionShader_ ) 86581 intersectionShader = intersectionShader_; in setIntersectionShader() 86618 …sType, pNext, type, generalShader, closestHitShader, anyHitShader, intersectionShader, pShaderGrou… in reflect() 86631 …Shader ) && ( anyHitShader == rhs.anyHitShader ) && ( intersectionShader == rhs.intersectionShader… in operator ==() 86649 uint32_t intersectionShader = {}; member 87067 , intersectionShader( intersectionShader_ ) 87120 intersectionShader = intersectionShader_; in setIntersectionShader() 87149 … std::tie( sType, pNext, type, generalShader, closestHitShader, anyHitShader, intersectionShader ); in reflect() 87162 …Shader ) && ( anyHitShader == rhs.anyHitShader ) && ( intersectionShader == rhs.intersectionShader… in operator ==() 87179 uint32_t intersectionShader = {}; member
|
D | vulkan_core.h | 11688 uint32_t intersectionShader; member 16314 uint32_t intersectionShader; member
|
D | vulkan_hash.hpp | 11726 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoKHR.intersectionShader ); in operator ()() 11783 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoNV.intersectionShader ); in operator ()()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 80562 …sestHitShader( closestHitShader_ ), anyHitShader( anyHitShader_ ), intersectionShader( intersectio… 80614 intersectionShader = intersectionShader_; in setIntersectionShader() 80644 …sType, pNext, type, generalShader, closestHitShader, anyHitShader, intersectionShader, pShaderGrou… in reflect() 80663 && ( intersectionShader == rhs.intersectionShader ) in operator ==() 80681 uint32_t intersectionShader = {}; member 81022 …sestHitShader( closestHitShader_ ), anyHitShader( anyHitShader_ ), intersectionShader( intersectio… 81074 intersectionShader = intersectionShader_; in setIntersectionShader() 81098 … std::tie( sType, pNext, type, generalShader, closestHitShader, anyHitShader, intersectionShader ); in reflect() 81117 && ( intersectionShader == rhs.intersectionShader ); in operator ==() 81134 uint32_t intersectionShader = {}; member
|
D | vulkan_core.h | 12031 uint32_t intersectionShader; member 16657 uint32_t intersectionShader; member
|
D | vulkan_hash.hpp | 10709 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoKHR.intersectionShader ); in operator ()() 10762 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoNV.intersectionShader ); in operator ()()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 91233 , intersectionShader( intersectionShader_ ) 91287 intersectionShader = intersectionShader_; in setIntersectionShader() 91324 …sType, pNext, type, generalShader, closestHitShader, anyHitShader, intersectionShader, pShaderGrou… in reflect() 91337 …Shader ) && ( anyHitShader == rhs.anyHitShader ) && ( intersectionShader == rhs.intersectionShader… in operator ==() 91355 uint32_t intersectionShader = {}; member 91773 , intersectionShader( intersectionShader_ ) 91826 intersectionShader = intersectionShader_; in setIntersectionShader() 91855 … std::tie( sType, pNext, type, generalShader, closestHitShader, anyHitShader, intersectionShader ); in reflect() 91868 …Shader ) && ( anyHitShader == rhs.anyHitShader ) && ( intersectionShader == rhs.intersectionShader… in operator ==() 91885 uint32_t intersectionShader = {}; member
|
D | vulkan_core.h | 12441 uint32_t intersectionShader; member 17680 uint32_t intersectionShader; member
|
D | vulkan_hash.hpp | 12454 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoKHR.intersectionShader ); in operator ()() 12511 VULKAN_HPP_HASH_COMBINE( seed, rayTracingShaderGroupCreateInfoNV.intersectionShader ); in operator ()()
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_core.h | 11878 uint32_t intersectionShader; member 16952 uint32_t intersectionShader; member
|