Home
last modified time | relevance | path

Searched refs:typePrefix (Results 1 – 3 of 3) sorted by relevance

/external/deqp/scripts/egl/
Denums.py42 def enumValue (enum, typePrefix = ""): argument
47 return "((%s%s)%s" % (typePrefix, n.replace("EGL_CAST(", ""), v)
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16070 const char* typePrefix; member
16634 specs["dr"] = testTypes[testFunc.typeResult].typePrefix; in createFloat16ArithmeticFuncTest()
16635 specs["d0"] = testTypes[testFunc.typeArg0].typePrefix; in createFloat16ArithmeticFuncTest()
16636 specs["d1"] = testTypes[testFunc.typeArg1].typePrefix; in createFloat16ArithmeticFuncTest()
16637 specs["d2"] = testTypes[testFunc.typeArg2].typePrefix; in createFloat16ArithmeticFuncTest()
16638 specs["tr"] = string(testTypes[testFunc.typeResult].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
16639 specs["t0"] = string(testTypes[testFunc.typeArg0].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
16640 specs["t1"] = string(testTypes[testFunc.typeArg1].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
16641 specs["t2"] = string(testTypes[testFunc.typeArg2].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
DvktSpvAsmTypeTests.cpp609 const string typePrefix = (vectorSize == 1) ? "%" : "%v" + de::toString(vectorSize); in getBinaryFullOperationWithInputWidthStr() local
613 : typePrefix + signPrefix + de::toString(input1Width); in getBinaryFullOperationWithInputWidthStr()