Home
last modified time | relevance | path

Searched refs:EmitImageQueryLod (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1212 EmitResult EmitImageQueryLod(InsnIterator insn, EmitState *state) const;
DSpirvShaderImage.cpp364 SpirvShader::EmitResult SpirvShader::EmitImageQueryLod(InsnIterator insn, EmitState *state) const in EmitImageQueryLod() function in sw::SpirvShader
DSpirvShader.cpp1986 return EmitImageQueryLod(insn, state); in EmitInstruction()