Home
last modified time | relevance | path

Searched refs:kBool_GrSLType (Results 1 – 16 of 16) sorted by relevance

/external/skia/tests/sksl/fp/
DGrFunctionArgTypes.cpp31 …const GrShaderVar takes_bool_args[] = { GrShaderVar("b", kBool_GrSLType), GrShaderVar("b2", kBool2… in emitCode()
34 fragBuilder->emitFunction(kBool_GrSLType, takes_float_name.c_str(), {takes_float_args, 4}, in emitCode()
37 …fragBuilder->emitFunction(kBool_GrSLType, takes_float_matrix_name.c_str(), {takes_float_matrix_arg… in emitCode()
40 fragBuilder->emitFunction(kBool_GrSLType, takes_half_name.c_str(), {takes_half_args, 4}, in emitCode()
43 …fragBuilder->emitFunction(kBool_GrSLType, takes_half_matrix_name.c_str(), {takes_half_matrix_args,… in emitCode()
46 fragBuilder->emitFunction(kBool_GrSLType, takes_bool_name.c_str(), {takes_bool_args, 4}, in emitCode()
49 fragBuilder->emitFunction(kBool_GrSLType, takes_int_name.c_str(), {takes_int_args, 4}, in emitCode()
DGrFunctionReturnTypes.cpp108 fragBuilder->emitFunction(kBool_GrSLType, returns_bool_name.c_str(), {returns_bool_args, 0}, in emitCode()
/external/skqp/src/gpu/glsl/
DGrGLSL.cpp57 case kBool_GrSLType: in GrGLSLTypeString()
/external/skia/src/gpu/glsl/
DGrGLSL.cpp14 case kBool_GrSLType: return "bool"; in GrGLSLTypeString()
/external/skqp/include/private/
DGrTypesPriv.h344 kBool_GrSLType, enumerator
463 case kBool_GrSLType: in GrSLTypeIsFloatType()
497 case kBool_GrSLType: in GrSLTypeVecLength()
605 case kBool_GrSLType: in GrSLTypeIsCombinedSamplerType()
636 case kBool_GrSLType: in GrSLTypeAcceptsPrecision()
711 case kBool_GrSLType: in GrSLTypeTemporarilyAcceptsPrecision()
/external/skqp/src/gpu/vk/
DGrVkVaryingHandler.cpp63 case kBool_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp83 case kBool_GrSLType: in grsltype_to_alignment_mask()
165 case kBool_GrSLType: in grsltype_to_vk_size()
/external/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp67 case kBool_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp90 case kBool_GrSLType: in grsltype_to_alignment_mask()
172 case kBool_GrSLType: in grsltype_to_size()
/external/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp67 case kBool_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp83 case kBool_GrSLType: in grsltype_to_alignment_mask()
173 case kBool_GrSLType: in grsltype_to_vk_size()
/external/skia/include/private/
DGrTypesPriv.h288 kBool_GrSLType, enumerator
396 case kBool_GrSLType: in GR_MAKE_BITFIELD_OPS()
479 case kBool_GrSLType: in GrSLTypeIsIntegralType()
504 case kBool_GrSLType: in GrSLTypeVecLength()
623 case kBool_GrSLType: in GrSLTypeIsCombinedSamplerType()
/external/skia/src/sksl/
DSkSLUtil.cpp42 if (type == *context.fTypes.fBool ) { *outType = kBool_GrSLType; return true; } in type_to_grsltype()
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm87 case kBool_GrSLType:
171 case kBool_GrSLType:
/external/skqp/src/gpu/mtl/
DGrMtlUniformHandler.mm80 case kBool_GrSLType:
162 case kBool_GrSLType:
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp110 return kBool_GrSLType; in uniformType()