Searched refs:get_accumulated_member_location (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.hpp | 935 …uint32_t get_accumulated_member_location(const SPIRVariable &var, uint32_t mbr_idx, bool strip_arr…
|
D | spirv_msl.cpp | 2577 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()
|
D | spirv_glsl.cpp | 16126 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
|