HomeSort by relevance Sort by last modified time
    Searched refs:boolType (Results 1 - 15 of 15) sorted by null

  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/function/
func.go 26 var boolType = reflect.TypeOf(true)
36 if ni == 2 && no == 1 && t.In(0) == t.In(1) && t.Out(0) == boolType {
40 if ni == 2 && no == 1 && t.In(0).AssignableTo(t.In(1)) && t.Out(0) == boolType {
  /external/skia/src/sksl/
SkSLContext.h 395 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) {
403 Type::Field(mods, "usesLocalCoords", boolType),
404 Type::Field(mods, "compatibleWithCoverageAsAlpha", boolType),
405 Type::Field(mods, "preservesOpaqueInput", boolType),
406 Type::Field(mods, "hasConstantOutputForConstantInput", boolType)
SkSLSPIRVCodeGenerator.cpp     [all...]
  /external/skqp/src/sksl/
SkSLContext.h 389 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) {
397 Type::Field(mods, "usesLocalCoords", boolType),
398 Type::Field(mods, "compatibleWithCoverageAsAlpha", boolType),
399 Type::Field(mods, "preservesOpaqueInput", boolType),
400 Type::Field(mods, "hasConstantOutputForConstantInput", boolType)
SkSLSPIRVCodeGenerator.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 708 QualType boolType = getContext().BoolTy;
709 NonLoc l = evalCastFromLoc(lhs, boolType).castAs<NonLoc>();
710 NonLoc r = makeTruthVal(false, boolType).castAs<NonLoc>();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 793 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
796 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST)));
874 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
877 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST)));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 871 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
874 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST)));
954 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
957 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST)));
    [all...]
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 286 VariableType boolType(VariableType::TYPE_BOOL, 1);
287 const ValueRange boolRange(boolType);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 500 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 };
525 else if(targetUniform->type == boolType[index])
743 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 };
768 else if(targetUniform->type == boolType[index])
861 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 };
886 else if(targetUniform->type == boolType[index])
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
vktShaderCommonFunctionTests.cpp     [all...]
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.cpp     [all...]
GlslangToSpv.cpp     [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]

Completed in 1318 milliseconds