Home
last modified time | relevance | path

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

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