Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp176 spv::Id makeArraySizeId(const glslang::TArraySizes&, int dim);
3774 spv::Id scope = makeArraySizeId(*type.getTypeParameters(), 1); in convertGlslangToSpvType()
3775 spv::Id rows = makeArraySizeId(*type.getTypeParameters(), 2); in convertGlslangToSpvType()
3776 spv::Id cols = makeArraySizeId(*type.getTypeParameters(), 3); in convertGlslangToSpvType()
3801 … spvType = builder.makeArrayType(spvType, makeArraySizeId(*type.getArraySizes(), dim), stride); in convertGlslangToSpvType()
3817 … spvType = builder.makeArrayType(spvType, makeArraySizeId(*type.getArraySizes(), 0), stride); in convertGlslangToSpvType()
4074 spv::Id TGlslangToSpvTraverser::makeArraySizeId(const glslang::TArraySizes& arraySizes, int dim) in makeArraySizeId() function in __anon8cc894d10111::TGlslangToSpvTraverser