Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir.c102 const struct glsl_type *itype = var->interface_type; in nir_vk_is_not_xfb_output() local
103 unsigned nfields = glsl_get_length(itype); in nir_vk_is_not_xfb_output()
106 if (glsl_get_struct_field_offset(itype, f) >= 0) in nir_vk_is_not_xfb_output()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp137 auto itype = static_cast<uint32_t>(type); in maybeGetId() local
139 if (sel.primaryId.type == itype) { in maybeGetId()
147 if (id.type == itype) { in maybeGetId()
178 auto itype = static_cast<uint32_t>(type); in getAllIds() local
180 if (sel.primaryId.type == itype) ret.push_back(sel.primaryId.value); in getAllIds()
184 if (id.type == itype) ret.push_back(id.value); in getAllIds()
/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp128 auto itype = static_cast<uint32_t>(type); in maybeGetId() local
130 if (sel.primaryId.type == itype) { in maybeGetId()
137 if (id.type == itype) { in maybeGetId()