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

  /external/vulkan-validation-layers/libs/glm/gtc/
epsilon.hpp 81 GLM_FUNC_DECL typename genType::boolType epsilonNotEqual(
  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 54 var Bool boolType
56 type boolType struct{}
58 var _ ValueConverter = boolType{}
60 func (boolType) String() string { return "Bool" }
62 func (boolType) ConvertValue(src interface{}) (Value, error) {
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 54 var Bool boolType
56 type boolType struct{}
58 var _ ValueConverter = boolType{}
60 func (boolType) String() string { return "Bool" }
62 func (boolType) ConvertValue(src interface{}) (Value, error) {
  /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/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 474 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 };
499 else if(targetUniform->type == boolType[index])
718 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 };
743 else if(targetUniform->type == boolType[index])
837 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 };
862 else if(targetUniform->type == boolType[index])
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp     [all...]
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp     [all...]
GlslangToSpv.cpp     [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/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp     [all...]

Completed in 788 milliseconds