Searched refs:instanced (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_encoder.h98 bool instanced)
101 if (instanced) {
115 bool instanced)
118 if (!instanced || padded_count <= 1) {
196 /* Quirk: for non-instanced graphics, the blob sets
96 panfrost_vertex_id(unsigned padded_count,struct mali_attribute_buffer_packed * attr,bool instanced) argument
113 panfrost_instance_id(unsigned padded_count,struct mali_attribute_buffer_packed * attr,bool instanced) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.3.6.rst73 - util/primconvert: support instanced rendering
H A D10.4.5.rst80 - radeonsi: fix instanced arrays with non-zero start instance
H A D10.5.3.rst82 - i965: Fix instanced geometry shaders on Gen8+.
H A D10.5.6.rst80 - nvc0: reset the instanced elements state when doing blit using 3d
H A D17.0.6.rst127 - radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on
H A D17.1.1.rst120 - radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on
H A D10.3.3.rst79 - freedreno: instanced drawing/compute not yet supported
H A D19.3.0.rst202 - panfrost: Set workgroups z to 32 for non-instanced graphics
H A D20.0.0.rst1863 - etnaviv: HALTI2+ instanced draw
H A D21.3.0.rst291 - agx: Implement instanced arrays
H A D20.3.0.rst2258 - v3dv: emit instanced draw calls when requested
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/archrast/
H A Devents.proto74 AR_DRAW_TYPE type; // type of draw (indexed, instanced, etc)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c1697 pipeline->vb[desc->binding].instanced = false;
1700 pipeline->vb[desc->binding].instanced = true;
1727 if (pipeline->vb[vb].instanced)
H A DgenX_pipeline.c184 vfi.InstancingEnable = pipeline->vb[desc->binding].instanced;
H A Danv_private.h2763 bool instanced; member in struct:anv_pipeline::anv_pipeline_vertex_binding
H A DgenX_cmd_buffer.c2629 .BufferAccessType = pipeline->vb[vb].instanced ? INSTANCEDATA : VERTEXDATA,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c2463 pipeline->vb[desc->binding].instanced = false;
2466 pipeline->vb[desc->binding].instanced = true;
2493 if (pipeline->vb[vb].instanced)
H A DgenX_pipeline.c186 vfi.InstancingEnable = pipeline->vb[desc->binding].instanced;
H A Danv_private.h3588 bool instanced; member in struct:anv_graphics_pipeline::anv_pipeline_vertex_binding
H A DgenX_cmd_buffer.c3596 .BufferAccessType = pipeline->vb[vb].instanced ? INSTANCEDATA : VERTEXDATA,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1583 bool instanced = ctx->indirect_draw || ctx->instance_count > 1; local in function:panfrost_emit_vertex_data
1591 unsigned bufs_per_attrib = (instanced || nr_images > 0) ? 2 : 1;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1750 uint32_t binding_instanced = 0; /* bitmask of instanced bindings */
1799 .instanced = binding_instanced & (1 << attr->binding),

Completed in 73 milliseconds