Home
last modified time | relevance | path

Searched refs:SpvDimRect (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/sksl/
Dspirv.h146 SpvDimRect = 4, enumerator
DSkSLContext.h69 , fSampler2DRect_Type(new Type(String("sampler2DRect"), SpvDimRect, false, false, false, true))
DSkSLGLSLCodeGenerator.cpp225 case SpvDimRect: in writeFunctionCall()
DSkSLSPIRVCodeGenerator.cpp1381 case SpvDimRect: // fall through in writeSpecialIntrinsic()
/external/mesa3d/src/compiler/spirv/
Dspirv.h146 SpvDimRect = 4, enumerator
Dspirv_to_nir.c838 case SpvDimRect: dim = GLSL_SAMPLER_DIM_RECT; break; in vtn_handle_type()