Searched defs:isUint (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 532 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() 543 std::string getSamplerTypeStr (const int numLayers, const bool isUint, const bool isSint) in getSamplerTypeStr() 552 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() 576 …renceClearColorStr (const VkFormat format, const int numComponents, const bool isUint, const bool … in getReferenceClearColorStr() 588 std::string getReferencePrimitiveColorStr (int numComponents, const bool isUint, const bool isSint) in getReferencePrimitiveColorStr() 814 const bool isUint = isUintFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms() local 963 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() local
|
D | vktPipelineRenderToImageTests.cpp | 572 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() 827 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 630 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local 781 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local 844 const bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local 1075 bool isUint = glu::isDataTypeUintOrUVec(outType); in createRandomCase() local
|
D | es3fTransformFeedbackTests.cpp | 539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData() local
|
D | es3fShaderOperatorTests.cpp | 755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() local
|
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 208 constexpr bool Format::isUint() const in isUint() function
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 305 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() 370 const bool isUint = isUintFormat(caseDef.viewFormat); in initPrograms() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 728 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() local
|