| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_encoder.h | 98 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 D | 10.3.6.rst | 73 - util/primconvert: support instanced rendering
|
| H A D | 10.4.5.rst | 80 - radeonsi: fix instanced arrays with non-zero start instance
|
| H A D | 10.5.3.rst | 82 - i965: Fix instanced geometry shaders on Gen8+.
|
| H A D | 10.5.6.rst | 80 - nvc0: reset the instanced elements state when doing blit using 3d
|
| H A D | 17.0.6.rst | 127 - radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on
|
| H A D | 17.1.1.rst | 120 - radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on
|
| H A D | 10.3.3.rst | 79 - freedreno: instanced drawing/compute not yet supported
|
| H A D | 19.3.0.rst | 202 - panfrost: Set workgroups z to 32 for non-instanced graphics
|
| H A D | 20.0.0.rst | 1863 - etnaviv: HALTI2+ instanced draw
|
| H A D | 21.3.0.rst | 291 - agx: Implement instanced arrays
|
| H A D | 20.3.0.rst | 2258 - v3dv: emit instanced draw calls when requested
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/archrast/ |
| H A D | events.proto | 74 AR_DRAW_TYPE type; // type of draw (indexed, instanced, etc)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 1697 pipeline->vb[desc->binding].instanced = false; 1700 pipeline->vb[desc->binding].instanced = true; 1727 if (pipeline->vb[vb].instanced)
|
| H A D | genX_pipeline.c | 184 vfi.InstancingEnable = pipeline->vb[desc->binding].instanced;
|
| H A D | anv_private.h | 2763 bool instanced; member in struct:anv_pipeline::anv_pipeline_vertex_binding
|
| H A D | genX_cmd_buffer.c | 2629 .BufferAccessType = pipeline->vb[vb].instanced ? INSTANCEDATA : VERTEXDATA,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 2463 pipeline->vb[desc->binding].instanced = false; 2466 pipeline->vb[desc->binding].instanced = true; 2493 if (pipeline->vb[vb].instanced)
|
| H A D | genX_pipeline.c | 186 vfi.InstancingEnable = pipeline->vb[desc->binding].instanced;
|
| H A D | anv_private.h | 3588 bool instanced; member in struct:anv_graphics_pipeline::anv_pipeline_vertex_binding
|
| H A D | genX_cmd_buffer.c | 3596 .BufferAccessType = pipeline->vb[vb].instanced ? INSTANCEDATA : VERTEXDATA,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1583 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 D | tu_pipeline.c | 1750 uint32_t binding_instanced = 0; /* bitmask of instanced bindings */ 1799 .instanced = binding_instanced & (1 << attr->binding),
|