Searched refs:get_declared_struct_size_runtime_array (Results 1 – 5 of 5) sorted by relevance
137 compiler.get_declared_struct_size_runtime_array(type, 1); in ExtractSpirvInfo()
372 runtime_array_stride = uint32_t(compiler.get_declared_struct_size_runtime_array(base_type, 1) - in print_resources()373 compiler.get_declared_struct_size_runtime_array(base_type, 0)); in print_resources()
277 …size_t get_declared_struct_size_runtime_array(const SPIRType &struct_type, size_t array_size) cons…
2182 …*size = compiler->compiler->get_declared_struct_size_runtime_array(*static_cast<const SPIRType *>(… in spvc_compiler_get_declared_struct_size_runtime_array()
1738 size_t Compiler::get_declared_struct_size_runtime_array(const SPIRType &type, size_t array_size) co… in get_declared_struct_size_runtime_array() function in Compiler