Searched refs:toWidth (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 554 …case 1: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<1>())); brea… in iterate() 555 …case 2: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<2>())); brea… in iterate() 556 …case 3: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<3>())); brea… in iterate() 557 …case 4: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<4>())); brea… in iterate()
|
D | glsTextureTestUtil.cpp | 2727 …tcu::Vec2 lodBounds = tcu::computeCubeLodBoundsFromDerivates(coord.toWidth<3>(), coordDx, coordDy… in computeTextureLookupDiff()
|
/external/deqp/framework/common/ |
D | tcuVector.hpp | 169 Vector<T, NewSize> toWidth (void) const; 251 inline Vector<T, NewSize> Vector<T, Size>::toWidth (void) const in toWidth() function in tcu::Vector
|
D | tcuTexLookupVerifier.cpp | 1949 const Vec3 layerCoord = coord.toWidth<3>(); in isLookupResultValid()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2111 LdStCode:$Sign, i32imm:$toWidth, imem:$addr), 2112 !strconcat("st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth", 2116 LdStCode:$Sign, i32imm:$toWidth, Int32Regs:$addr), 2117 !strconcat("st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth", 2121 LdStCode:$Sign, i32imm:$toWidth, Int64Regs:$addr), 2122 !strconcat("st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth ", 2126 LdStCode:$Sign, i32imm:$toWidth, Int32Regs:$addr, i32imm:$offset), 2127 !strconcat("st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth", 2131 LdStCode:$Sign, i32imm:$toWidth, Int64Regs:$addr, i32imm:$offset), 2132 !strconcat("st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth ", [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 384 lookupPrecision.coordBits = coordBits.toWidth<3>(); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 359 else if (v.numComps == 2) return str << v.v.toWidth<2>(); in operator <<() 360 else if (v.numComps == 3) return str << v.v.toWidth<3>(); in operator <<()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 5249 packetTexcoords[0].toWidth<3>(), in sample4() 5250 packetTexcoords[1].toWidth<3>(), in sample4() 5251 packetTexcoords[2].toWidth<3>(), in sample4() 5252 packetTexcoords[3].toWidth<3>() in sample4()
|