/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 156 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device); 395 Move<VkRenderPass> PayloadShMemSizeInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device) in makeCustomRenderPass() function in vkt::MeshShader::__anon28103::PayloadShMemSizeInstance 457 const auto renderPass = makeCustomRenderPass(vkd, device); in iterate() 558 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format); 620 Move<VkRenderPass> MaxViewIndexInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() function in vkt::MeshShader::__anon28103::MaxViewIndexInstance 737 const auto renderPass = makeCustomRenderPass(vkd, device, numViews, colorFormat); in iterate() 1910 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format); 2152 Move<VkRenderPass> MaxMeshOutputSizeInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() function in vkt::MeshShader::__anon28103::MaxMeshOutputSizeInstance 2271 const auto renderPass = makeCustomRenderPass(vkd, device, m_numViews, colorFormat); in iterate()
|
H A D | vktMeshShaderQueryTestsEXT.cpp | 356 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format); 773 Move<VkRenderPass> MeshQueryInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() function in vkt::MeshShader::__anon28112::MeshQueryInstance 901 const auto renderPass = makeCustomRenderPass(vkd, device, viewCount, colorFormat); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 156 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device); 395 Move<VkRenderPass> PayloadShMemSizeInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device) in makeCustomRenderPass() function in vkt::MeshShader::__anon29334::PayloadShMemSizeInstance 457 const auto renderPass = makeCustomRenderPass(vkd, device); in iterate() 558 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format); 620 Move<VkRenderPass> MaxViewIndexInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() function in vkt::MeshShader::__anon29334::MaxViewIndexInstance 737 const auto renderPass = makeCustomRenderPass(vkd, device, numViews, colorFormat); in iterate() 1910 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format); 2152 Move<VkRenderPass> MaxMeshOutputSizeInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() function in vkt::MeshShader::__anon29334::MaxMeshOutputSizeInstance 2271 const auto renderPass = makeCustomRenderPass(vkd, device, m_numViews, colorFormat); in iterate()
|
H A D | vktMeshShaderQueryTestsEXT.cpp | 356 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format); 772 Move<VkRenderPass> MeshQueryInstance::makeCustomRenderPass (const DeviceInterface& vkd, VkDevice device, uint32_t layerCount, VkFormat format) in makeCustomRenderPass() function in vkt::MeshShader::__anon29343::MeshQueryInstance 900 const auto renderPass = makeCustomRenderPass(vkd, device, viewCount, colorFormat); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 334 Move<VkRenderPass> makeCustomRenderPass (const DeviceInterface& vk, in makeCustomRenderPass() function 2083 const Unique<VkRenderPass> renderPass (TransformFeedback::makeCustomRenderPass(vk, device, colorFormat));
|