/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 635 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/ |
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 | 2118 … 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/ |
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()
|