Home
last modified time | relevance | path

Searched refs:uintTypes (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp635 const char uintTypes[] = in addCompute16bitStorageUniform16To32Group() local
663 …{"scalar_uint", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr ArrayStride 4\… in addCompute16bitStorageUniform16To32Group()
665 …{"vector_uint", false, uintTypes, "v4u32", "v4u16", "OpUConvert", "OpDecorate %v4u32arr ArrayStrid… in addCompute16bitStorageUniform16To32Group()
884 const char uintTypes[] = in addCompute16bitStoragePushConstant16To32Group() local
912 …{"scalar_uint", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr ArrayStride 4\… in addCompute16bitStoragePushConstant16To32Group()
914 …{"vector_uint", false, uintTypes, "v2u32", "v2u16", "OpUConvert", "OpDecorate %v2u32arr ArrayStrid… in addCompute16bitStoragePushConstant16To32Group()
1363 const char uintTypes[] = in addCompute16bitStorageUniform32To16Group() local
1390 …{"scalar_uint", uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr ArrayStride 4\nOpDeco… in addCompute16bitStorageUniform32To16Group()
1392 …{"vector_uint", uintTypes, "v2u32", "v2u16", "OpUConvert", "OpDecorate %v2u32arr ArrayStride 8\nOp… in addCompute16bitStorageUniform32To16Group()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1110 …s (TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, d… in addFunctionCases() argument
1125 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
Des31fShaderCommonFunctionTests.cpp2118 … parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shader… in addFunctionCases() argument
2136 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp277 …u::TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, d… in addFunctionCases() argument
292 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
DvktShaderCommonFunctionTests.cpp406 … parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shader… in addFunctionCases() argument
424 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1633 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument
1651 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()