Home
last modified time | relevance | path

Searched defs:uvec4Type (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5344 TType uvec4Type(EbtUint, EvqTemporary, 4); in decomposeIntrinsic() local
5364 TType uvec4Type(EbtUint, EvqTemporary, 4); in decomposeIntrinsic() local
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6966 spv::Id uvec4Type = builder.makeVectorType(uintType, 4); in createInvocationsOperation() local