Home
last modified time | relevance | path

Searched defs:fd6_emit (Results 1 – 11 of 11) sorted by relevance

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h88 struct fd6_emit { struct
89 struct fd_context *ctx;
90 const struct fd_vertex_state *vtx;
91 const struct pipe_draw_info *info;
92 unsigned drawid_offset;
93 const struct pipe_draw_indirect_info *indirect;
94 const struct pipe_draw_start_count_bias *draw;
95 struct ir3_cache_key key;
96 enum fd_dirty_3d_state dirty;
97 uint32_t dirty_groups;
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h85 struct fd6_emit { struct
86 struct fd_context *ctx;
87 const struct fd_vertex_state *vtx;
88 const struct pipe_draw_info *info;
89 struct ir3_cache_key key;
90 enum fd_dirty_3d_state dirty;
115 fd6_emit_get_prog(struct fd6_emit *emit) in fd6_emit_get_prog() argument