Searched refs:ExtractSpirvInfo (Results 1 – 8 of 8) sorted by relevance
29 ExtractSpirvInfo(compiler); in ShaderModule()
48 void ExtractSpirvInfo(const spirv_cross::Compiler& compiler);
95 void ShaderModuleBase::ExtractSpirvInfo(const spirv_cross::Compiler& compiler) { in ExtractSpirvInfo() function in dawn_native::ShaderModuleBase
31 ExtractSpirvInfo(compiler); in ShaderModule()
93 ExtractSpirvInfo(compiler); in ShaderModule()
69 ResultOrError<std::unique_ptr<BindingInfoArray>> ExtractSpirvInfo( in ExtractSpirvInfo() function240 DAWN_TRY_ASSIGN(bindings, ExtractSpirvInfo(device, compiler, entryPoint.name, stage)); in ReflectShaderUsingSPIRVCross()
47 ExtractSpirvInfo(compiler);
127 module->ExtractSpirvInfo(compiler); in CreateShaderModuleImpl()