Home
last modified time | relevance | path

Searched defs:programmableStage (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp202 const ProgrammableStage& programmableStage, in GetVkSpecializationInfo()
DRenderPipelineVk.cpp350 const ProgrammableStage& programmableStage = GetStage(stage); in Initialize() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp748 ResultOrError<CompiledShader> ShaderModule::Compile(const ProgrammableStage& programmableStage, in Compile()