Searched refs:batch_data (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c1632 pipeline->batch.next = pipeline->batch.start = pipeline->batch_data;
1633 pipeline->batch.end = pipeline->batch.start + sizeof(pipeline->batch_data);
H A DgenX_pipeline.c2027 pipeline->batch.next = pipeline->batch.start = pipeline->batch_data;
2028 pipeline->batch.end = pipeline->batch.start + sizeof(pipeline->batch_data);
H A Danv_private.h2741 uint32_t batch_data[512]; member in struct:anv_pipeline
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c2772 pipeline->batch_data, sizeof(pipeline->batch_data));
H A Danv_pipeline.c2386 pipeline->batch_data, sizeof(pipeline->batch_data));
H A Danv_private.h3532 uint32_t batch_data[512]; member in struct:anv_graphics_pipeline
3534 /* States that are part of batch_data and should be not emitted
3621 uint32_t batch_data[9]; member in struct:anv_compute_pipeline
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1007 - anv: Reduce compute pipeline batch_data size

Completed in 35 milliseconds