Home
last modified time | relevance | path

Searched refs:isIntType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
DgluDrawUtil.cpp405 …const bool isIntType = de::inRange<int>(va.componentType, VTX_COMP_UNSIGNED_INT8, VTX_COMP_SIGNE… in setVertexAttribPointer() local
409 DE_ASSERT(isIntType != isSpecialType); // Must be either int or special type. in setVertexAttribPointer()
410 …DE_ASSERT(isIntType || va.convert == VTX_COMP_CONVERT_NONE); // Conversion allowed only for specia… in setVertexAttribPointer()
415 if (isIntType && va.convert == VTX_COMP_CONVERT_NONE) in setVertexAttribPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td199 class isIntType<ValueType SrcVT> {
1696 field bit HasSrc0IntMods = isIntType<Src0VT>.ret;
1697 field bit HasSrc1IntMods = isIntType<Src1VT>.ret;
1698 field bit HasSrc2IntMods = isIntType<Src2VT>.ret;
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h185 …bool isIntType(Id typeId) const { return getTypeClass(typeId) == OpTypeInt && module.getI… in isIntType() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp286 static inline bool isIntType (ValueType type) in isIntType() function
1922 : isIntType(prevV.valueType) ? s_intTypes[prevInScalarSize - 1] in init()
1929 : isIntType(v.valueType) ? s_intTypes[curInScalarSize - 1] in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp306 static inline bool isIntType (ValueType type) in isIntType() function
1962 : isIntType(prevV.valueType) ? s_intTypes[prevInScalarSize - 1] in init()
1969 : isIntType(v.valueType) ? s_intTypes[curInScalarSize - 1] in init()