Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp1032 const char uintTypes[] = in addCompute8bitStorage32To8Group() local
1060 …{"scalar_uint", uintTypes, "u32", "u8", "OpUConvert", "OpDecorate %u32arr ArrayStride 4\nOpDecora… in addCompute8bitStorage32To8Group()
1062 …{"vector_uint", uintTypes, "v2u32", "v2u8", "OpUConvert", "OpDecorate %v2u32arr ArrayStride 8\nOpD… in addCompute8bitStorage32To8Group()
1187 const char uintTypes[] = in addCompute8bitUniform8To32Group() local
1214 …{"scalar_uint", uintTypes, "u32", "u8", "OpUConvert", "OpDecorate %u32arr ArrayStride 4\nOpDecora… in addCompute8bitUniform8To32Group()
1216 …{"vector_uint", uintTypes, "v4u32", "v4u8", "OpUConvert", "OpDecorate %v4u32arr ArrayStride 16\nOp… in addCompute8bitUniform8To32Group()
1339 const char uintTypes[] = in addCompute8bitStoragePushConstant8To32Group() local
1367 …{"scalar_uint", false, uintTypes, "u32", "u8", "OpUConvert", "OpDecorate %u32arr ArrayStride 4\nO… in addCompute8bitStoragePushConstant8To32Group()
1369 …{"vector_uint", false, uintTypes, "v2u32", "v2u8", "OpUConvert", "OpDecorate %v2u32arr ArrayStride… in addCompute8bitStoragePushConstant8To32Group()
1507 const char uintTypes[] = in addCompute8bitStorage16To8Group() local
[all …]
DvktSpvAsm16bitStorageTests.cpp1365 const char uintTypes[] = in addCompute16bitStorageUniform16To32Group() local
1399 …{"scalar_uint", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr ArrayStride… in addCompute16bitStorageUniform16To32Group()
1400 …{"scalar_uint_const_idx_5", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr Ar… in addCompute16bitStorageUniform16To32Group()
1401 …{"scalar_uint_const_idx_8", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr Ar… in addCompute16bitStorageUniform16To32Group()
1403 …{"vector_uint", false, uintTypes, "v4u32", "v4u16", "OpUConvert", "OpDecorate %v4u32arr ArraySt… in addCompute16bitStorageUniform16To32Group()
1409 …{"scalar_uint", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr ArrayStride… in addCompute16bitStorageUniform16To32Group()
1410 …{"scalar_uint_const_idx_5", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr Ar… in addCompute16bitStorageUniform16To32Group()
1411 …{"scalar_uint_const_idx_8", false, uintTypes, "u32", "u16", "OpUConvert", "OpDecorate %u32arr Ar… in addCompute16bitStorageUniform16To32Group()
1413 …{"vector_uint", false, uintTypes, "v4u32", "v4u16", "OpUConvert", "OpDecorate %v4u32arr ArraySt… in addCompute16bitStorageUniform16To32Group()
1879 const char uintTypes[] = in addCompute16bitStoragePushConstant16To32Group() local
[all …]
/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.cpp2121 … parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shader… in addFunctionCases() argument
2139 (!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()