Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp522 for (int pipelineNdx = 0; pipelineNdx < PIPELINE_CASES; ++pipelineNdx) in iterate() local
524 const PipelineDescription& pipelineDescription = m_params.pipelineCases[pipelineNdx]; in iterate()
554 …const VkImageLayout currentLayout = (pipelineNdx == 0 ? VK_IMAGE_LAYOUT_UNDEFINED : VK_IMAGE_LAYOU… in iterate()
555 …const VkAccessFlags srcFlags = (pipelineNdx == 0 ? (VkAccessFlags)0 : (VkAccessFlags)VK… in iterate()
587 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, colorBuffer[pipelineNdx]->get(), renderSi… in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp4291 for (int pipelineNdx = 0; pipelineNdx < DE_LENGTH_OF_ARRAY(pipelines); ++pipelineNdx) in generateReferencedByShaderCaseBlocks() local
4295 …TestCaseGroup* const blockGroup = new TestCaseGroup(context, pipelines[pipelineNdx].name, "… in generateReferencedByShaderCaseBlocks()
4299 pipelines[pipelineNdx].flags, in generateReferencedByShaderCaseBlocks()
4300 pipelines[pipelineNdx].flags); in generateReferencedByShaderCaseBlocks()
4305 generateBlockContent(context, shaders, blockGroup, pipelines[pipelineNdx].expandLevel); in generateReferencedByShaderCaseBlocks()
4312 if (pipelines[pipelineNdx].flags & (1 << selectedStageBit)) in generateReferencedByShaderCaseBlocks()
4317 pipelines[pipelineNdx].flags, in generateReferencedByShaderCaseBlocks()
4325 …const std::string setName = std::string() + pipelines[pipelineNdx].name + "_only_" + stageN… in generateReferencedByShaderCaseBlocks()
4329 generateBlockContent(context, shaders, blockGroup, pipelines[pipelineNdx].subExpandLevel); in generateReferencedByShaderCaseBlocks()
5023 for (int pipelineNdx = 0; pipelineNdx < DE_LENGTH_OF_ARRAY(pipelines); ++pipelineNdx) in init() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingCaptureReplayTests.cpp485 for (deUint32 pipelineNdx = 0; pipelineNdx < pipelineCount; ++pipelineNdx) in verifyImage() local
488 if (captureResults[pos] != replayResults[pipelineNdx*imageSize + pos]) in verifyImage()