Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h57 enum ib_type { enum
80 enum ib_type ib_type; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp2103SPIRType &ib_type, SPIRVariable &var, InterfaceBlockMeta &meta) in add_plain_variable_to_interface_block()
2287 SPIRType &ib_type, SPIRVariable &var, in add_composite_variable_to_interface_block()
2493SPIRType &ib_type, SPIRVariable &var, in add_composite_member_variable_to_interface_block()
2663SPIRType &ib_type, SPIRVariable &var, uint32_t mbr_idx, in add_plain_member_variable_to_interface_block()
2845 …pilerMSL::add_tess_level_input_to_interface_block(const std::string &ib_var_ref, SPIRType &ib_type, in add_tess_level_input_to_interface_block()
3046 …:add_variable_to_interface_block(StorageClass storage, const string &ib_var_ref, SPIRType &ib_type, in add_variable_to_interface_block()
3418 auto &ib_type = set<SPIRType>(ib_type_id); in add_interface_block() local
3707 auto &ib_type = expression_type(ib_var_id); in add_interface_block_pointer() local
3976 void CompilerMSL::align_struct(SPIRType &ib_type, unordered_set<uint32_t> &aligned_structs) in align_struct()
4103 void CompilerMSL::ensure_member_packing_rules_msl(SPIRType &ib_type, uint32_t index) in ensure_member_packing_rules_msl()
[all …]