Searched refs:src_sbuf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c74 struct svga_buffer *src_sbuf = NULL; local in function:translate_indices
85 src_sbuf = svga_buffer(info->index.resource);
90 if (src_sbuf && !screen->debug.no_cache_index_buffers) {
92 if (src_sbuf->translated_indices.buffer &&
93 src_sbuf->translated_indices.orig_prim == info->mode &&
94 src_sbuf->translated_indices.new_prim == gen_prim &&
95 src_sbuf->translated_indices.offset == offset &&
96 src_sbuf->translated_indices.count == orig_nr &&
97 src_sbuf->translated_indices.index_size == gen_size) {
98 pipe_resource_reference(out_buf, src_sbuf
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c71 struct svga_buffer *src_sbuf = svga_buffer(src); local in function:translate_indices
83 if (src_sbuf->translated_indices.buffer &&
84 src_sbuf->translated_indices.orig_prim == orig_prim &&
85 src_sbuf->translated_indices.new_prim == gen_prim &&
86 src_sbuf->translated_indices.offset == offset &&
87 src_sbuf->translated_indices.count == orig_nr &&
88 src_sbuf->translated_indices.index_size == index_size) {
89 pipe_resource_reference(out_buf, src_sbuf->translated_indices.buffer);
125 pipe_resource_reference(&src_sbuf->translated_indices.buffer, dst);
126 src_sbuf
[all...]

Completed in 3 milliseconds