Home
last modified time | relevance | path

Searched refs:isDataTypeUintOrUVec (Results 1 - 25 of 25) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp162 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in pushVarCompAttrib()
179 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in init()
475 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in setupVarAttribPointer()
593 else if(glu::isDataTypeUintOrUVec(m_rgbAttrType)) in computeReference()
H A Des3fUniformApiTests.cpp638 else if (glu::isDataTypeUintOrUVec((value.type))) in shaderVarValueStr()
671 else if (glu::isDataTypeUintOrUVec((value.type))) in apiVarValueStr()
705 else if (glu::isDataTypeUintOrUVec(type)) in generateRandomVarValue()
757 else if (glu::isDataTypeUintOrUVec(type)) in generateZeroVarValue()
812 else if (glu::isDataTypeUintOrUVec(a.type)) in apiVarValueEquals()
1741 else if (glu::isDataTypeUintOrUVec(uniform.type)) in getUniforms()
1816 else if (glu::isDataTypeUintOrUVec(uniform.type)) in checkUniformDefaultValues()
1991 else if (glu::isDataTypeUintOrUVec(valuesToAssign[0].type)) in assignUniforms()
H A Des3fFragmentOutputTests.cpp630 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate()
782 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate()
845 const bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate()
1075 bool isUint = glu::isDataTypeUintOrUVec(outType); in createRandomCase()
H A Des3fTransformFeedbackTests.cpp539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData()
H A Des3fShaderOperatorTests.cpp2295 bool isUintCase = isDataTypeUintOrUVec(curType); in init()
2394 float rangeMin = isDataTypeFloatOrVec(type) ? -0.5f : isDataTypeIntOrIVec(type) ? -2.0f : isDataTypeUintOrUVec(type) ? 0.0f : -1.0f; in init()
2395 float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataTypeUintOrUVec(type) ? 2.0f : 1.0f; in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp589 else if (glu::isDataTypeUintOrUVec((value.type))) in shaderVarValueStr()
622 else if (glu::isDataTypeUintOrUVec((value.type))) in apiVarValueStr()
656 else if (glu::isDataTypeUintOrUVec(type)) in generateRandomVarValue()
711 else if (glu::isDataTypeUintOrUVec(a.type)) in apiVarValueEquals()
1300 else if (glu::isDataTypeUintOrUVec(uniform.type)) in getUniforms()
1494 else if (glu::isDataTypeUintOrUVec(valuesToAssign[0].type)) in assignUniforms()
H A Des31fShaderSharedVarTests.cpp231 else if (isDataTypeUintOrUVec(m_basicType)) in iterate()
H A Des31fProgramInterfaceDefinition.cpp211 return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBasicType()); in isTypeIntegerOrContainsIntegers()
H A Des31fUniformLocationTests.cpp204 else if (glu::isDataTypeUintOrUVec(adjustedType)) in getExpectedValue()
H A Des31fShaderIntegerFunctionTests.cpp142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
H A Des31fSSBOLayoutCase.cpp1006 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderUtil.hpp287 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && (dataType <= TYPE_UINT_VEC4); } in isDataTypeUintOrUVec() function
H A DgluShaderLibrary.cpp1673 else if (isDataTypeUintOrUVec(dataType)) in dumpValue()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp440 isDataTypeUintOrUVec(dataType) || isDataTypeBoolOrBVec(dataType)); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp1884 const bool isUintCase = isDataTypeUintOrUVec(curType); in init()
1983 const float rangeMin = (isDataTypeFloatOrVec(type) ? -0.5f : (isDataTypeIntOrIVec(type) ? -2.0f : (isDataTypeUintOrUVec(type) ? 0.0f : -1.0f))); in init()
1984 const float rangeMax = (isDataTypeFloatOrVec(type) ? 0.5f : (isDataTypeIntOrIVec(type) ? 2.0f : (isDataTypeUintOrUVec(type) ? 2.0f : 1.0f))); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp1896 const bool isUintCase = isDataTypeUintOrUVec(curType); in init()
1995 const float rangeMin = (isDataTypeFloatOrVec(type) ? -0.5f : (isDataTypeIntOrIVec(type) ? -2.0f : (isDataTypeUintOrUVec(type) ? 0.0f : -1.0f))); in init()
1996 const float rangeMax = (isDataTypeFloatOrVec(type) ? 0.5f : (isDataTypeIntOrIVec(type) ? 2.0f : (isDataTypeUintOrUVec(type) ? 2.0f : 1.0f))); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
H A DvktShaderExecutor.cpp827 else if (glu::isDataTypeUintOrUVec(basicType)) in bindAttributes()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp825 else if (glu::isDataTypeUintOrUVec(spec.type)) in setRandomUniforms()
H A DglsShaderExecUtil.cpp609 else if (glu::isDataTypeUintOrUVec(basicType)) in execute()
H A DglsShaderLibraryCase.cpp1269 DE_ASSERT(isDataTypeFloatOrVec(dataType) || isDataTypeIntOrIVec(dataType) || isDataTypeUintOrUVec(dataType) || isDataTypeBoolOrBVec(dataType));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
H A DvktShaderExecutor.cpp827 else if (glu::isDataTypeUintOrUVec(basicType)) in bindAttributes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1094 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1094 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()

Completed in 75 milliseconds