Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp872 uint32_t get_member_location(uint32_t type_id, uint32_t index, uint32_t *comp = nullptr) const;
Dspirv_msl.cpp10620 locn = get_member_location(type.self, index); in member_attribute_qualifier()
10667 uint32_t locn = get_member_location(type.self, index, &comp); in member_attribute_qualifier()
10708 locn = get_member_location(type.self, index); in member_attribute_qualifier()
10747 locn = get_member_location(type.self, index); in member_attribute_qualifier()
10790 uint32_t locn = get_member_location(type.self, index, &comp); in member_attribute_qualifier()
10892 uint32_t locn = get_member_location(type.self, index); in member_attribute_qualifier()
10941 uint32_t CompilerMSL::get_member_location(uint32_t type_id, uint32_t index, uint32_t *comp) const in get_member_location() function in CompilerMSL
10961 uint32_t loc = get_member_location(type_id, index, comp); in get_or_allocate_builtin_input_member_location()