/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 162 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()
|
D | es3fUniformApiTests.cpp | 638 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()
|
D | es3fFragmentOutputTests.cpp | 630 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()
|
D | es3fShaderOperatorTests.cpp | 2295 bool isUintCase = isDataTypeUintOrUVec(curType); 2394 …ypeFloatOrVec(type) ? -0.5f : isDataTypeIntOrIVec(type) ? -2.0f : isDataTypeUintOrUVec(type) ? 0.0… 2395 …ypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataTypeUintOrUVec(type) ? 2.0…
|
D | es3fTransformFeedbackTests.cpp | 539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 589 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()
|
D | es31fShaderSharedVarTests.cpp | 231 else if (isDataTypeUintOrUVec(m_basicType)) in iterate()
|
D | es31fProgramInterfaceDefinition.cpp | 211 …return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBa… in isTypeIntegerOrContainsIntegers()
|
D | es31fUniformLocationTests.cpp | 204 else if (glu::isDataTypeUintOrUVec(adjustedType)) in getExpectedValue()
|
D | es31fShaderIntegerFunctionTests.cpp | 142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
|
D | es31fSSBOLayoutCase.cpp | 1006 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderUtil.hpp | 287 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && … in isDataTypeUintOrUVec() function
|
D | gluShaderLibrary.cpp | 1673 else if (isDataTypeUintOrUVec(dataType)) in dumpValue()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLibraryCase.cpp | 440 isDataTypeUintOrUVec(dataType) || isDataTypeBoolOrBVec(dataType)); in execute()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1896 const bool isUintCase = isDataTypeUintOrUVec(curType); in init() 1995 …eFloatOrVec(type) ? -0.5f : (isDataTypeIntOrIVec(type) ? -2.0f : (isDataTypeUintOrUVec(type) ? 0.0… in init() 1996 …eFloatOrVec(type) ? 0.5f : (isDataTypeIntOrIVec(type) ? 2.0f : (isDataTypeUintOrUVec(type) ? 2.0… in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1896 const bool isUintCase = isDataTypeUintOrUVec(curType); in init() 1995 …eFloatOrVec(type) ? -0.5f : (isDataTypeIntOrIVec(type) ? -2.0f : (isDataTypeUintOrUVec(type) ? 0.0… in init() 1996 …eFloatOrVec(type) ? 0.5f : (isDataTypeIntOrIVec(type) ? 2.0f : (isDataTypeUintOrUVec(type) ? 2.0… in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 1269 …sDataTypeFloatOrVec(dataType) || isDataTypeIntOrIVec(dataType) || isDataTypeUintOrUVec(dataType) |… in execute()
|
D | glsLongStressCase.cpp | 825 else if (glu::isDataTypeUintOrUVec(spec.type)) in setRandomUniforms()
|
D | glsShaderExecUtil.cpp | 609 else if (glu::isDataTypeUintOrUVec(basicType)) in execute()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
|
D | vktShaderExecutor.cpp | 827 else if (glu::isDataTypeUintOrUVec(basicType)) in bindAttributes()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData()
|
D | vktShaderExecutor.cpp | 827 else if (glu::isDataTypeUintOrUVec(basicType)) in bindAttributes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1094 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1094 glu::isDataTypeUintOrUVec(basicType) || in generateImmScalarVectorSrc()
|