Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h146 Id makeUintType(int width) { return makeIntegerType(width, false); } in makeUintType() function
249 …tant(unsigned u, bool specConstant = false) { return makeIntConstant(makeUintType(8), u…
251 …stant(unsigned u, bool specConstant = false) { return makeIntConstant(makeUintType(16), …
253 …ant(unsigned u, bool specConstant = false) { return makeIntConstant(makeUintType(32), …
255 …d long long u, bool specConstant = false) { return makeInt64Constant(makeUintType(64), …
DSpvBuilder.cpp1402 spv::Id intType = makeUintType(32); in createArrayLength()
2010 Id intType = isUnsignedResult ? makeUintType(32) : makeIntType(32); in createTextureQueryCall()
2027 resultType = isUnsignedResult ? makeUintType(32) : makeIntType(32); in createTextureQueryCall()
2816 Id mapType = makeVectorType(makeUintType(32), (int)accessChain.swizzle.size()); in remapDynamicSwizzle()
2820 … accessChain.component = createVectorExtractDynamic(map, makeUintType(32), accessChain.component); in remapDynamicSwizzle()
DGlslangToSpv.cpp2919 case glslang::EbtUint: return builder.makeUintType(32); in getSampledType()
2990 spvType = builder.makeUintType(32); in convertGlslangToSpvType()
2998 spvType = builder.makeUintType(8); in convertGlslangToSpvType()
3004 spvType = builder.makeUintType(16); in convertGlslangToSpvType()
3010 spvType = builder.makeUintType(32); in convertGlslangToSpvType()
3016 spvType = builder.makeUintType(64); in convertGlslangToSpvType()
3020 spvType = builder.makeUintType(32); in convertGlslangToSpvType()
5555 type = builder.makeUintType(width);
6181 spv::Id uintType = builder.makeUintType(32);
7437 …return builder.makeCompositeConstant(builder.makeVectorType(builder.makeUintType(32), 3), dimConst…