Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c83 const struct glsl_type *child_type = glsl_get_array_element(type); in add_var_xfb_outputs() local
97 const struct glsl_type *child_type = glsl_get_struct_field(type, i); in add_var_xfb_outputs() local
/third_party/skia/src/core/
DSkRuntimeEffect.cpp134 static ChildType child_type(const SkSL::Type& type) { in child_type() function