Home
last modified time | relevance | path

Searched refs:ExtractSpirvInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DShaderModuleVk.cpp29 ExtractSpirvInfo(compiler); in ShaderModule()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.h48 void ExtractSpirvInfo(const spirv_cross::Compiler& compiler);
DShaderModule.cpp95 void ShaderModuleBase::ExtractSpirvInfo(const spirv_cross::Compiler& compiler) { in ExtractSpirvInfo() function in dawn_native::ShaderModuleBase
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp31 ExtractSpirvInfo(compiler); in ShaderModule()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DShaderModuleGL.cpp93 ExtractSpirvInfo(compiler); in ShaderModule()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DShaderModuleGL.cpp69 ResultOrError<std::unique_ptr<BindingInfoArray>> ExtractSpirvInfo( in ExtractSpirvInfo() function
240 DAWN_TRY_ASSIGN(bindings, ExtractSpirvInfo(device, compiler, entryPoint.name, stage)); in ReflectShaderUsingSPIRVCross()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DShaderModuleMTL.mm47 ExtractSpirvInfo(compiler);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp127 module->ExtractSpirvInfo(compiler); in CreateShaderModuleImpl()