Searched refs:groupShader (Results 1 – 13 of 13) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3703 …MovePtr<tcu::TestCaseGroup> groupShader (new tcu::TestCaseGroup(testCtx, shaderName[testTypeNdx]… in multiViewRenderCreateTests() local 3714 groupShader->addChild(new MultiViewRenderTestsCase(testCtx, testName.c_str(), "", parameters)); in multiViewRenderCreateTests() 3723 groupShader->addChild(new MultiViewRenderTestsCase(testCtx, testName.c_str(), "", parameters)); in multiViewRenderCreateTests() 3732 …groupShader->addChild(new MultiViewRenderTestsCase(testCtx, "max_multi_view_view_count", "", param… in multiViewRenderCreateTests() 3757 targetGroup->addChild(groupShader.release()); in multiViewRenderCreateTests() 3763 groupViewIndex->addChild(groupShader.release()); in multiViewRenderCreateTests()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 1610 …HR (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) const 1612 return m_vk.getRayTracingShaderGroupStackSizeKHR(device, pipeline, group, groupShader);
|
D | vkConcreteDeviceInterface.inl | 325 … (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) const;
|
D | vkVirtualDeviceInterface.inl | 325 …kDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) const = 0;
|
D | vkNullDriverImpl.inl | 2848 …kSizeKHR (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) argument 2853 DE_UNREF(groupShader);
|
D | vkFunctionPointerTypes.inl | 431 … (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader);
|
D | vkVulkan_c.inl | 13459 …SizeKHR)(VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader); 13502 VkShaderGroupShaderKHR groupShader);
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_core.h | 12555 …SizeKHR)(VkDevice device, VkPipeline pipeline, uint32_t group, VkShaderGroupShaderKHR groupShader); 12598 VkShaderGroupShaderKHR groupShader);
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 5295 … VkShaderGroupShaderKHR groupShader ) const VULKAN_HPP_NOEXCEPT in vkGetRayTracingShaderGroupStackSizeKHR() 5297 return ::vkGetRayTracingShaderGroupStackSizeKHR( device, pipeline, group, groupShader ); in vkGetRayTracingShaderGroupStackSizeKHR()
|
D | vulkan_raii.hpp | 6849 …uint32_t group, VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader ) const VULKAN_HPP_NOEXCEPT; 15850 … uint32_t group, VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader ) const VULKAN_HPP_NOEXCEPT in getRayTracingShaderGroupStackSizeKHR() 15860 … static_cast<VkShaderGroupShaderKHR>( groupShader ) ) ); in getRayTracingShaderGroupStackSizeKHR()
|
D | vulkan_core.h | 12960 …SizeKHR)(VkDevice device, VkPipeline pipeline, uint32_t group, VkShaderGroupShaderKHR groupShader); 13003 VkShaderGroupShaderKHR groupShader);
|
D | vulkan_funcs.hpp | 17801 … VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader, in getRayTracingShaderGroupStackSizeKHR() argument 17805 …static_cast<VkPipeline>( pipeline ), group, static_cast<VkShaderGroupShaderKHR>( groupShader ) ) ); in getRayTracingShaderGroupStackSizeKHR()
|
D | vulkan_handles.hpp | 11032 … VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader,
|