Home
last modified time | relevance | path

Searched refs:SpvOpTypeFloat (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
Dspirv.h593 SpvOpTypeFloat = 22, enumerator
DSkSLSPIRVCodeGenerator.cpp220 case SpvOpTypeFloat: in opcode_text()
793 case SpvOpTypeFloat: // fall through in writeOpCode()
1050 this->writeInstruction(SpvOpTypeFloat, result, 32, fConstantBuffer); in getType()
1052 this->writeInstruction(SpvOpTypeFloat, result, 64, fConstantBuffer); in getType()
/external/mesa3d/src/compiler/spirv/
Dspirv.h593 SpvOpTypeFloat = 22, enumerator
Dspirv_to_nir.c716 case SpvOpTypeFloat: { in vtn_handle_type()
2894 case SpvOpTypeFloat: in vtn_handle_variable_or_type_instruction()