Searched defs:SPIRType (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_common.hpp | 510 struct SPIRType : IVariant struct 513 { 517 enum BaseType 548 BaseType basetype = Unknown; 549 uint32_t width = 0; 550 uint32_t vecsize = 1; 551 uint32_t columns = 1; 554 SmallVector<uint32_t> array; 561 SmallVector<bool> array_size_literal; 565 uint32_t pointer_depth = 0; [all …]
|
D | main.cpp | 1170 auto remap_cb = [&](const SPIRType &, const string &name, string &out) -> void { in compile_iteration()
|
D | spirv_glsl.cpp | 4230 string CompilerGLSL::unpack_expression_type(string expr_str, const SPIRType &, uint32_t, bool, bool) in unpack_expression_type() 8522 …access_chain_internal_append_index(std::string &expr, uint32_t /*base*/, const SPIRType * /*type*/, in access_chain_internal_append_index() 8920 void CompilerGLSL::prepare_access_chain_for_scalar_access(std::string &, const SPIRType &, spv::Sto… in prepare_access_chain_for_scalar_access() 12914 void CompilerGLSL::emit_struct_padding_target(const SPIRType &) in emit_struct_padding_target()
|
D | spirv_msl.cpp | 13077 ir.for_each_typed_id<SPIRType>([&](uint32_t self, SPIRType &) { in replace_illegal_names() argument
|