Home
last modified time | relevance | path

Searched refs:PIPELINE_CACHE_NDX_COUNT (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp66 PIPELINE_CACHE_NDX_COUNT, enumerator
270 GraphicsPipelineWrapper m_pipeline[PIPELINE_CACHE_NDX_COUNT];
271 VkPipelineCreationFeedbackEXT m_pipelineCreationFeedback[VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT];
272 bool m_pipelineCreationIsHeavy[VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT];
273 VkPipelineCreationFeedbackEXT m_pipelineStageCreationFeedbacks[PIPELINE_CACHE_NDX_COUNT * VK_MAX_SHADER_STAGES];
448 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++)
690 for (deUint32 creationFeedbackNdx = start; creationFeedbackNdx < VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT; creationFeedbackNdx += step) in verifyTestResult()
842 deMemset(m_pipelineCreationFeedback, 0, sizeof(VkPipelineCreationFeedbackEXT) * VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT); in clearFeedbacks()
843 deMemset(m_pipelineStageCreationFeedbacks, 0, sizeof(VkPipelineCreationFeedbackEXT) * PIPELINE_CACHE_NDX_COUNT * VK_MAX_SHADER_STAGES); in clearFeedbacks()
873 Move<VkShaderModule> m_computeShaderModule[PIPELINE_CACHE_NDX_COUNT];
[all...]
H A DvktPipelineExecutablePropertiesTests.cpp96 PIPELINE_CACHE_NDX_COUNT, enumerator
236 Move<VkPipeline> m_pipeline[PIPELINE_CACHE_NDX_COUNT];
298 std::vector<VkPipelineExecutableStatisticKHR> statistics[PIPELINE_CACHE_NDX_COUNT]; in verifyStatistics()
300 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++) in verifyStatistics()
584 std::vector<VkPipelineExecutablePropertiesKHR> props[PIPELINE_CACHE_NDX_COUNT]; in verifyTestResult()
586 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++) in verifyTestResult()
767 GraphicsPipelineWrapper m_pipelineWrapper[PIPELINE_CACHE_NDX_COUNT];
939 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++)
1099 Move<VkShaderModule> m_computeShaderModule[PIPELINE_CACHE_NDX_COUNT];
1101 Move<VkBuffer> m_outputBuf[PIPELINE_CACHE_NDX_COUNT];
[all...]
H A DvktPipelineCacheTests.cpp222 PIPELINE_CACHE_NDX_COUNT, enumerator
323 de::MovePtr<Allocation> m_colorImageAlloc[PIPELINE_CACHE_NDX_COUNT];
331 GraphicsPipelineWrapper m_pipeline[PIPELINE_CACHE_NDX_COUNT];
333 Move<VkImage> m_colorImage[PIPELINE_CACHE_NDX_COUNT];
334 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT];
335 RenderPassWrapper m_renderPassFramebuffer[PIPELINE_CACHE_NDX_COUNT];
887 Move<VkBuffer> m_outputBuf[PIPELINE_CACHE_NDX_COUNT];
888 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT];
890 Move<VkDescriptorPool> m_descriptorPool[PIPELINE_CACHE_NDX_COUNT];
891 Move<VkDescriptorSetLayout> m_descriptorSetLayout[PIPELINE_CACHE_NDX_COUNT];
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp64 PIPELINE_CACHE_NDX_COUNT, enumerator
283 GraphicsPipelineWrapper m_pipeline[PIPELINE_CACHE_NDX_COUNT];
284 VkPipelineCreationFeedbackEXT m_pipelineCreationFeedback[VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT];
285 bool m_pipelineCreationIsHeavy[VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT];
286 VkPipelineCreationFeedbackEXT m_pipelineStageCreationFeedbacks[PIPELINE_CACHE_NDX_COUNT * VK_MAX_SHADER_STAGES];
464 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++)
704 for (deUint32 creationFeedbackNdx = start; creationFeedbackNdx < VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT; creationFeedbackNdx += step) in verifyTestResult()
856 deMemset(m_pipelineCreationFeedback, 0, sizeof(VkPipelineCreationFeedbackEXT) * VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT); in clearFeedbacks()
857 deMemset(m_pipelineStageCreationFeedbacks, 0, sizeof(VkPipelineCreationFeedbackEXT) * PIPELINE_CACHE_NDX_COUNT * VK_MAX_SHADER_STAGES); in clearFeedbacks()
888 Move<VkShaderModule> m_computeShaderModule[PIPELINE_CACHE_NDX_COUNT];
[all...]
H A DvktPipelineExecutablePropertiesTests.cpp94 PIPELINE_CACHE_NDX_COUNT, enumerator
262 Move<VkPipeline> m_pipeline[PIPELINE_CACHE_NDX_COUNT];
324 std::vector<VkPipelineExecutableStatisticKHR> statistics[PIPELINE_CACHE_NDX_COUNT]; in verifyStatistics()
326 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++) in verifyStatistics()
610 std::vector<VkPipelineExecutablePropertiesKHR> props[PIPELINE_CACHE_NDX_COUNT]; in verifyTestResult()
612 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++) in verifyTestResult()
794 GraphicsPipelineWrapper m_pipelineWrapper[PIPELINE_CACHE_NDX_COUNT];
966 for (deUint32 ndx = 0; ndx < PIPELINE_CACHE_NDX_COUNT; ndx++)
1127 Move<VkShaderModule> m_computeShaderModule[PIPELINE_CACHE_NDX_COUNT];
1129 Move<VkBuffer> m_outputBuf[PIPELINE_CACHE_NDX_COUNT];
[all...]
H A DvktPipelineCacheTests.cpp232 PIPELINE_CACHE_NDX_COUNT, enumerator
334 de::MovePtr<Allocation> m_colorImageAlloc[PIPELINE_CACHE_NDX_COUNT];
342 GraphicsPipelineWrapper m_pipeline[PIPELINE_CACHE_NDX_COUNT];
345 Move<VkImage> m_colorImage[PIPELINE_CACHE_NDX_COUNT];
346 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT];
347 Move<VkFramebuffer> m_framebuffer[PIPELINE_CACHE_NDX_COUNT];
892 Move<VkBuffer> m_outputBuf[PIPELINE_CACHE_NDX_COUNT];
893 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT];
895 Move<VkDescriptorPool> m_descriptorPool[PIPELINE_CACHE_NDX_COUNT];
896 Move<VkDescriptorSetLayout> m_descriptorSetLayout[PIPELINE_CACHE_NDX_COUNT];
[all...]

Completed in 14 milliseconds