Searched refs:pan_merge (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h147 #define pan_merge(packed1, packed2, type) do { for (unsigned i = 0; i < (PREFIX2(type, LENGTH) / 4); ++i) (packed1).opaque[i] |= (packed2).opaque[i]; } while(0) macro
H A Dv4_pack.h147 #define pan_merge(packed1, packed2, type) do { for (unsigned i = 0; i < (PREFIX2(type, LENGTH) / 4); ++i) (packed1).opaque[i] |= (packed2).opaque[i]; } while(0) macro
H A Dv5_pack.h147 #define pan_merge(packed1, packed2, type) do { for (unsigned i = 0; i < (PREFIX2(type, LENGTH) / 4); ++i) (packed1).opaque[i] |= (packed2).opaque[i]; } while(0) macro
H A Dv6_pack.h147 #define pan_merge(packed1, packed2, type) do { for (unsigned i = 0; i < (PREFIX2(type, LENGTH) / 4); ++i) (packed1).opaque[i] |= (packed2).opaque[i]; } while(0) macro
H A Dv7_pack.h147 #define pan_merge(packed1, packed2, type) do { for (unsigned i = 0; i < (PREFIX2(type, LENGTH) / 4); ++i) (packed1).opaque[i] |= (packed2).opaque[i]; } while(0) macro
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c466 pan_merge(rsd_dyn, (*rsd_templ), RENDERER_STATE);
480 pan_merge(bd_dyn, (*bd_templ), BLEND);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c398 pan_merge((*rsd), empty_rsd, RENDERER_STATE);
550 pan_merge(rsd, *partial_rsd, RENDERER_STATE);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst593 - pan/gen_pack: Add parens around packed1/2 vars in pan_merge()
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json19084 "description": "panfrost: Make pan_merge macro more robust",
[all...]

Completed in 156 milliseconds