Searched refs:pipelineDescription (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/vkscpc/ |
H A D | vkscpc.cpp | 107 vksc_server::VulkanJsonPipelineDescription pipelineDescription; in importFilesForExternalCompiler() local 156 pipelineDescription.pipelineContents = std::string(fileContents.begin() + jsonComputePipeline.getOffsetStart(), fileContents.begin() + jsonComputePipeline.getOffsetLimit()); in importFilesForExternalCompiler() 166 pipelineDescription.pipelineContents = std::string(fileContents.begin() + jsonGraphicsPipeline.getOffsetStart(), fileContents.begin() + jsonGraphicsPipeline.getOffsetLimit()); in importFilesForExternalCompiler() 237 pipelineDescription.deviceFeatures = std::string(fileContents.begin() + jsonPhysicalDeviceFeatures.getOffsetStart(), fileContents.begin() + jsonPhysicalDeviceFeatures.getOffsetLimit()); in importFilesForExternalCompiler() 245 pipelineDescription.deviceExtensions.push_back(jsonEnabledExtensions[i].asString()); in importFilesForExternalCompiler() 251 pipelineDescription.id.sType = VK_STRUCTURE_TYPE_PIPELINE_OFFLINE_CREATE_INFO; in importFilesForExternalCompiler() 252 pipelineDescription.id.pNext = DE_NULL; in importFilesForExternalCompiler() 254 pipelineDescription.id.pipelineIdentifier[i] = deUint8(jsonPipelineUUID[i].asUInt()); in importFilesForExternalCompiler() 255 pipelineDescription.id.matchControl = VK_PIPELINE_MATCH_CONTROL_APPLICATION_UUID_EXACT_MATCH; in importFilesForExternalCompiler() 256 pipelineDescription in importFilesForExternalCompiler() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryPassthroughTests.cpp | 534 const PipelineDescription& pipelineDescription = m_params.pipelineCases[pipelineNdx]; in iterate() local 546 if (pipelineDescription.useTessellation) in iterate() 549 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(pipelineDescription.tessEvalShaderName), DE_NULL); in iterate() 551 if (pipelineDescription.useGeometry) in iterate() 553 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(pipelineDescription.geomShaderName), DE_NULL); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationGeometryPassthroughTests.cpp | 534 const PipelineDescription& pipelineDescription = m_params.pipelineCases[pipelineNdx]; in iterate() local 546 if (pipelineDescription.useTessellation) in iterate() 549 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(pipelineDescription.tessEvalShaderName), DE_NULL); in iterate() 551 if (pipelineDescription.useGeometry) in iterate() 553 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(pipelineDescription.geomShaderName), DE_NULL); in iterate()
|
Completed in 4 milliseconds