Home
last modified time | relevance | path

Searched refs:kByte4_GrSLType (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/glsl/
DGrGLSL.cpp85 case kByte4_GrSLType: in GrGLSLTypeString()
/external/skia/src/gpu/glsl/
DGrGLSL.cpp21 case kByte4_GrSLType: return "byte4"; in GrGLSLTypeString()
/external/skqp/include/private/
DGrTypesPriv.h348 kByte4_GrSLType, enumerator
467 case kByte4_GrSLType: in GrSLTypeIsFloatType()
527 case kByte4_GrSLType: in GrSLTypeVecLength()
609 case kByte4_GrSLType: in GrSLTypeIsCombinedSamplerType()
640 case kByte4_GrSLType: in GrSLTypeAcceptsPrecision()
715 case kByte4_GrSLType: in GrSLTypeTemporarilyAcceptsPrecision()
/external/skqp/src/gpu/vk/
DGrVkVaryingHandler.cpp45 case kByte4_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp33 case kByte4_GrSLType: in grsltype_to_alignment_mask()
102 case kByte4_GrSLType: in grsltype_to_vk_size()
/external/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp49 case kByte4_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp40 case kByte4_GrSLType: in grsltype_to_alignment_mask()
116 case kByte4_GrSLType: in grsltype_to_size()
/external/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp46 case kByte4_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp33 case kByte4_GrSLType: in grsltype_to_alignment_mask()
107 case kByte4_GrSLType: in grsltype_to_vk_size()
/external/skia/include/private/
DGrTypesPriv.h295 kByte4_GrSLType, enumerator
403 case kByte4_GrSLType: in GR_MAKE_BITFIELD_OPS()
438 case kByte4_GrSLType: in GrSLTypeIsIntegralType()
538 case kByte4_GrSLType: in GrSLTypeVecLength()
630 case kByte4_GrSLType: in GrSLTypeIsCombinedSamplerType()
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm37 case kByte4_GrSLType:
111 case kByte4_GrSLType:
/external/skqp/src/gpu/mtl/
DGrMtlUniformHandler.mm30 case kByte4_GrSLType:
99 case kByte4_GrSLType:
/external/skqp/src/gpu/
DGrDefaultGeoProcFactory.cpp359 GrSLType indicesGPUType = kByte4_GrSLType; in DefaultGeoProc()