/third_party/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 90 VkPipelineShaderStageCreateInfo* stageInfo, in GrCompileVkShaderModule() argument 110 return GrInstallVkShaderModule(gpu, *outSPIRV, stage, shaderModule, stageInfo); in GrCompileVkShaderModule() 117 VkPipelineShaderStageCreateInfo* stageInfo) { in GrInstallVkShaderModule() argument 134 memset(stageInfo, 0, sizeof(VkPipelineShaderStageCreateInfo)); in GrInstallVkShaderModule() 135 stageInfo->sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; in GrInstallVkShaderModule() 136 stageInfo->pNext = nullptr; in GrInstallVkShaderModule() 137 stageInfo->flags = 0; in GrInstallVkShaderModule() 138 stageInfo->stage = stage; in GrInstallVkShaderModule() 139 stageInfo->module = *shaderModule; in GrInstallVkShaderModule() 140 stageInfo->pName = "main"; in GrInstallVkShaderModule() [all …]
|
D | GrVkPipelineStateBuilder.h | 63 VkPipelineShaderStageCreateInfo* stageInfo, 71 VkPipelineShaderStageCreateInfo* stageInfo,
|
D | GrVkPipelineStateBuilder.cpp | 77 VkPipelineShaderStageCreateInfo* stageInfo, in createVkShaderModule() argument 82 stageInfo, settings, outSPIRV, outInputs)) { in createVkShaderModule() 94 VkPipelineShaderStageCreateInfo* stageInfo, in installVkShaderModule() argument 97 if (!GrInstallVkShaderModule(fGpu, spirv, stage, shaderModule, stageInfo)) { in installVkShaderModule()
|
D | GrVkUtil.h | 184 VkPipelineShaderStageCreateInfo* stageInfo, 193 VkPipelineShaderStageCreateInfo* stageInfo);
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 128 VkPipelineShaderStageCreateInfo* stageInfo, in GrCompileVkShaderModule() argument 147 return GrInstallVkShaderModule(gpu, *outSPIRV, stage, shaderModule, stageInfo); in GrCompileVkShaderModule() 154 VkPipelineShaderStageCreateInfo* stageInfo) { in GrInstallVkShaderModule() argument 171 memset(stageInfo, 0, sizeof(VkPipelineShaderStageCreateInfo)); in GrInstallVkShaderModule() 172 stageInfo->sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; in GrInstallVkShaderModule() 173 stageInfo->pNext = nullptr; in GrInstallVkShaderModule() 174 stageInfo->flags = 0; in GrInstallVkShaderModule() 175 stageInfo->stage = stage; in GrInstallVkShaderModule() 176 stageInfo->module = *shaderModule; in GrInstallVkShaderModule() 177 stageInfo->pName = "main"; in GrInstallVkShaderModule() [all …]
|
D | GrVkUtil.h | 49 VkPipelineShaderStageCreateInfo* stageInfo, 58 VkPipelineShaderStageCreateInfo* stageInfo);
|
D | GrVkPipelineStateBuilder.h | 103 VkPipelineShaderStageCreateInfo* stageInfo, 112 VkPipelineShaderStageCreateInfo* stageInfo,
|
D | GrVkPipelineStateBuilder.cpp | 71 VkPipelineShaderStageCreateInfo* stageInfo, in createVkShaderModule() argument 77 stageInfo, settings, outSPIRV, outInputs)) { in createVkShaderModule() 89 VkPipelineShaderStageCreateInfo* stageInfo, in installVkShaderModule() argument 92 if (!GrInstallVkShaderModule(fGpu, spirv, stage, shaderModule, stageInfo)) { in installVkShaderModule()
|
/third_party/node/test/async-hooks/ |
D | hook-checks.js | 20 const stageInfo = `Checking invocations at stage "${stage}":\n `; 23 `${stageInfo} Trying to check invocation for an activity, ` + 38 const msg = `${stageInfo} Called "${k}" ${invocations} time(s), ` + 43 const msg1 = `${stageInfo} Never called "${k}", ` + 49 const msg2 = `${stageInfo} Called "${k}" ${activity[k].length} ` +
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 330 const VkPipelineShaderStageCreateInfo &stageInfo = pCreateInfo->pStages[stageIndex]; in compileShaders() local 334 if(stageInfo.flags != 0) in compileShaders() 337 UNSUPPORTED("pStage->flags %d", int(stageInfo.flags)); in compileShaders() 346 const ShaderModule *module = vk::Cast(stageInfo.module); in compileShaders() 347 …const PipelineCache::SpirvBinaryKey key(module->getBinary(), stageInfo.pSpecializationInfo, optimi… in compileShaders() 377 auto shader = std::make_shared<sw::SpirvShader>(stageInfo.stage, stageInfo.pName, spirv, in compileShaders() 380 setShader(stageInfo.stage, shader); in compileShaders()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 515 const auto stageInfo = VkPipelineShaderStageCreateInfo{ in createShaderStages() 525 output.push_back(stageInfo); in createShaderStages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3857 …haderStageCreateInfo>::iterator stageInfo = shaderStageParams.begin(); stageInfo != shaderStagePar… in runAndVerifyDefaultPipeline() local 3859 …const StageToSpecConstantMap::const_iterator stageIt = instance.specConstants.find(stageInfo->stag… in runAndVerifyDefaultPipeline() 3890 stageInfo->pSpecializationInfo = &specializationInfos.back(); in runAndVerifyDefaultPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarrierTests.cpp | 1008 const VkPipelineShaderStageCreateInfo stageInfo = in createComputePipeline() local 1024 stageInfo, // VkPipelineShaderStageCreateInfo stage; in createComputePipeline()
|