Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h81 SpvAddressingModelLogical = 0, enumerator
DSkSLSPIRVCodeGenerator.cpp3059 this->writeInstruction(SpvOpMemoryModel, SpvAddressingModelLogical, SpvMemoryModelGLSL450, out); in writeInstructions()
/external/mesa3d/src/compiler/spirv/
Dspirv.h81 SpvAddressingModelLogical = 0, enumerator
Dspirv_to_nir.c2683 assert(w[1] == SpvAddressingModelLogical); in vtn_handle_preamble_instruction()