Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.cpp405 const bool isIntType = de::inRange<int>(va.componentType, VTX_COMP_UNSIGNED_INT8, VTX_COMP_SIGNED_INT32); 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 special types. in setVertexAttribPointer()
415 if (isIntType && va.convert == VTX_COMP_CONVERT_NONE) in setVertexAttribPointer()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h279 bool isIntType(Id typeId) const in isIntType() function in spv::Builder
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp274 static inline bool isIntType (ValueType type) in isIntType() function
1783 : isIntType(prevV.valueType) ? s_intTypes[prevInScalarSize - 1] in init()
1790 : isIntType(v.valueType) ? s_intTypes[curInScalarSize - 1] in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp274 static inline bool isIntType (ValueType type) in isIntType() function
1787 : isIntType(prevV.valueType) ? s_intTypes[prevInScalarSize - 1] in init()
1794 : isIntType(v.valueType) ? s_intTypes[curInScalarSize - 1] in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp363 static inline bool isIntType (ValueType type) in isIntType() function
2186 : isIntType(prevV.valueType) ? s_intTypes[prevInScalarSize - 1] in init()
2193 : isIntType(v.valueType) ? s_intTypes[curInScalarSize - 1] in init()

Completed in 18 milliseconds