Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/
Dfund.js87 const typePrefix = type ? `${type} funding` : 'Funding'
88 const msg = `${typePrefix} available at the following URL`
92 const typePrefix = type ? `${type} funding` : 'Funding'
93 const msg = `${typePrefix} available at the following URL`
/third_party/vk-gl-cts/scripts/egl/
Denums.py42 def enumValue (enum, typePrefix = ""): argument
47 return "((%s%s)%s" % (typePrefix, n.replace("EGL_CAST(", ""), v)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1314 std::string typePrefix; in initPrograms() local
1316 typePrefix = "i"; in initPrograms()
1318 typePrefix = "u"; in initPrograms()
1320 const std::string samplerType = typePrefix + "sampler2D"; in initPrograms()
1321 const std::string colorType = typePrefix + "vec4"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp543 const std::string typePrefix = (m_params.baseType == BaseType::TYPE_UINT ? "u" : ""); in getSpirVReplacements() local
549 baseTypeName = typePrefix + "int" + bitSize + "_t"; in getSpirVReplacements()
554 baseTypeName = typePrefix + "int"; in getSpirVReplacements()
DvktSpvAsmInstructionTests.cpp18064 const char* typePrefix; member
18628 specs["dr"] = testTypes[testFunc.typeResult].typePrefix; in createFloat16ArithmeticFuncTest()
18629 specs["d0"] = testTypes[testFunc.typeArg0].typePrefix; in createFloat16ArithmeticFuncTest()
18630 specs["d1"] = testTypes[testFunc.typeArg1].typePrefix; in createFloat16ArithmeticFuncTest()
18631 specs["d2"] = testTypes[testFunc.typeArg2].typePrefix; in createFloat16ArithmeticFuncTest()
18632 specs["tr"] = string(testTypes[testFunc.typeResult].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
18633 specs["t0"] = string(testTypes[testFunc.typeArg0].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
18634 specs["t1"] = string(testTypes[testFunc.typeArg1].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
18635 specs["t2"] = string(testTypes[testFunc.typeArg2].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
DvktSpvAsmTypeTests.cpp649 const string typePrefix = (vectorSize == 1) ? "%" : "%v" + de::toString(vectorSize); in getBinaryFullOperationWithInputWidthStr() local
653 : typePrefix + signPrefix + de::toString(input1Width); in getBinaryFullOperationWithInputWidthStr()