Home
last modified time | relevance | path

Searched refs:first_tag (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h89 unsigned first_tag; member
Dpan_shader.h196 shader_ptr |= shader_info->midgard.first_tag; in pan_shader_prepare_rsd()
Dpan_blend.c755 variant->first_tag = info.midgard.first_tag; in GENX()
Dpan_indirect_dispatch.c251 address |= shader_info.midgard.first_tag; in GENX()
Dpan_blitter.c389 blend_shader->address = bin.gpu | b->first_tag; in pan_blitter_get_blend_shaders()
619 shader->address |= info.midgard.first_tag; in pan_blitter_get_blit_shader()
Dpan_indirect_draw.c1126 address |= shader_info.midgard.first_tag; in create_indirect_draw_shader()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h198 unsigned first_tag; member
/third_party/harfbuzz/src/
Dgen-tag-table.py1111first_tag = sorted (t for t in bcp_47_tags if t not in bcp_47.grandfathered and ot_tag in ot.from_…
1112 if primary_tags[0] != first_tag:
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py1111first_tag = sorted (t for t in bcp_47_tags if t not in bcp_47.grandfathered and ot_tag in ot.from_…
1112 if primary_tags[0] != first_tag:
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c1694 int first_tag = 1; in tre_copy_ast() local
1738 && first_tag) in tre_copy_ast()
1742 first_tag = 0; in tre_copy_ast()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c1695 int first_tag = 1; in tre_copy_ast() local
1739 && first_tag) in tre_copy_ast()
1743 first_tag = 0; in tre_copy_ast()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c1694 int first_tag = 1; in tre_copy_ast() local
1738 && first_tag) in tre_copy_ast()
1742 first_tag = 0; in tre_copy_ast()
/third_party/musl/src/regex/
Dregcomp.c1694 int first_tag = 1; in tre_copy_ast() local
1738 && first_tag) in tre_copy_ast()
1742 first_tag = 0; in tre_copy_ast()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c216 return ((*bo)->ptr.gpu + offset) | shader->first_tag; in panfrost_get_blend()
/third_party/boost/boost/msm/front/euml/
Dcontainer.hpp2873 struct first_tag {}; struct
2874 struct First_Helper: proto::extends< proto::terminal<first_tag>::type, First_Helper, boost::msm::sm…
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c3232 info->midgard.first_tag = midgard_get_first_tag_from_block(ctx, 0); in midgard_compile_shader_nir()