/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm8bitStorageTests.cpp | 1032 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 …]
|
D | vktSpvAsm16bitStorageTests.cpp | 1365 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/ |
D | es31fShaderIntegerFunctionTests.cpp | 1110 …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()
|
D | es31fShaderCommonFunctionTests.cpp | 2121 … 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/ |
D | vktShaderIntegerFunctionTests.cpp | 277 …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()
|
D | vktShaderCommonFunctionTests.cpp | 406 … 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/ |
D | es3fShaderCommonFunctionTests.cpp | 1633 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument 1651 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
|