Home
last modified time | relevance | path

Searched refs:get_accumulated_member_location (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp935 …uint32_t get_accumulated_member_location(const SPIRVariable &var, uint32_t mbr_idx, bool strip_arr…
Dspirv_msl.cpp2577 uint32_t locn = get_accumulated_member_location(var, mbr_idx, meta.strip_array) + i; in add_composite_member_variable_to_interface_block()
2758 uint32_t locn = get_accumulated_member_location(var, mbr_idx, meta.strip_array); in add_plain_member_variable_to_interface_block()
Dspirv_glsl.cpp16126 return get_accumulated_member_location(var, mbr_idx, strip_array); in get_declared_member_location()
16129 uint32_t CompilerGLSL::get_accumulated_member_location(const SPIRVariable &var, uint32_t mbr_idx, b… in get_accumulated_member_location() function in CompilerGLSL