Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h322 return getStructSize(); in getElementSize()
532 size_t getStructSize() const;
DSymbolTable.cpp98 size_t TType::getStructSize() const in getStructSize() function in TType
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp164 int getStructSize(const ShaderTemplate shaderTemplate) in getStructSize() function
388 return getFloat16s(rnd, getStructSize(SHADERTEMPLATE_STRIDE16BIT_STD140)); in data16bitStd140()
394 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE16BIT_STD140)); in info16bitStd140()
467 return getFloat16s(rnd, getStructSize(SHADERTEMPLATE_STRIDE16BIT_STD430)); in data16bitStd430()
473 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE16BIT_STD430)); in info16bitStd430()
541 return getFloat32s(rnd, getStructSize(SHADERTEMPLATE_STRIDE32BIT_STD140)); in data32bitStd140()
547 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE32BIT_STD140)); in info32bitStd140()
619 return getFloat32s(rnd, getStructSize(SHADERTEMPLATE_STRIDE32BIT_STD430)); in data32bitStd430()
625 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE32BIT_STD430)); in info32bitStd430()
693 return getInt16s(rnd, getStructSize(SHADERTEMPLATE_STRIDEMIX_STD140)); in dataMixStd140()
[all …]
DvktSpvAsm8bitStorageTests.cpp122 int getStructSize(const ShaderTemplate shaderTemplate) in getStructSize() function
177 const int size = getStructSize(std); in data8bit()
185 const int size = getStructSize(std); in data32bit()
194 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE8BIT_STD140)); in info8bitStd140()
268 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE8BIT_STD430)); in info8bitStd430()
341 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE32BIT_STD140)); in info32bitStd140()
414 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDE32BIT_STD430)); in info32bitStd430()
464 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDEMIX_STD140)); in infoMixStd140()
531 vector<bool> infoData (getStructSize(SHADERTEMPLATE_STRIDEMIX_STD430)); in infoMixStd430()
/external/angle/src/compiler/translator/
DCompiler.h158 unsigned int getStructSize(const ShaderVariable &var) const;
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp481 uint64_t getStructSize() const { in getStructSize() function in __anon2ba67cd60611::FrameTypeBuilder
770 Shape.FrameSize = B.getStructSize(); in buildFrameType()
788 = (B.getStructSize() <= Id->getStorageSize() && in buildFrameType()