Searched refs:indexSize (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_render.c428 unsigned indexSize,
453 if (indexSize == 2 && (start & 1) &&
469 offset_dwords = indexSize * start / sizeof(uint32_t);
476 if (indexSize == 4) {
589 unsigned indexSize = info->index_size; local in function:r300_draw_elements
605 &indexSize, index_offset, &start, count);
608 if (indexSize == 2 && (start & 1) && indexBuffer) {
621 r300_upload_index_buffer(r300, &indexBuffer, indexSize, &start,
626 r300_upload_index_buffer(r300, &indexBuffer, indexSize,
639 r300_emit_draw_elements(r300, indexBuffer, indexSize,
426 r300_emit_draw_elements(struct r300_context * r300,struct pipe_resource * indexBuffer,unsigned indexSize,unsigned max_index,unsigned mode,unsigned start,unsigned count,uint16_t * imm_indices3) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_render.c430 unsigned indexSize,
455 if (indexSize == 2 && (start & 1) &&
471 offset_dwords = indexSize * start / sizeof(uint32_t);
478 if (indexSize == 4) {
593 unsigned indexSize = info->index_size; local in function:r300_draw_elements
609 &indexSize, index_offset, &start, count);
612 if (indexSize == 2 && (start & 1) && indexBuffer) {
625 r300_upload_index_buffer(r300, &indexBuffer, indexSize, &start,
630 r300_upload_index_buffer(r300, &indexBuffer, indexSize,
643 r300_emit_draw_elements(r300, indexBuffer, indexSize,
428 r300_emit_draw_elements(struct r300_context * r300,struct pipe_resource * indexBuffer,unsigned indexSize,unsigned max_index,unsigned mode,unsigned start,unsigned count,uint16_t * imm_indices3) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dfrontend.cpp1673 uint32_t indexSize = 0; local in function:ProcessDraw
1682 indexSize = sizeof(uint32_t);
1685 indexSize = sizeof(uint16_t);
1688 indexSize = sizeof(uint8_t);
1693 xpLastRequestedIndex = work.xpIB + endVertex * indexSize;
1839 fetchInfo_lo.xpIndices + KNOB_SIMD_WIDTH * indexSize; // 1/2 of KNOB_SIMD16_WIDTH
2115 fetchInfo_lo.xpIndices = fetchInfo_lo.xpIndices + KNOB_SIMD16_WIDTH * indexSize;
2116 fetchInfo_hi.xpIndices = fetchInfo_hi.xpIndices + KNOB_SIMD16_WIDTH * indexSize;
2328 (int*)((uint8_t*)fetchInfo.pIndices + KNOB_SIMD_WIDTH * indexSize);
H A Dapi.cpp1317 uint32_t indexSize = 0; local in function:DrawIndexedInstance
1321 indexSize = sizeof(uint32_t);
1324 indexSize = sizeof(uint16_t);
1327 indexSize = sizeof(uint8_t);
1335 xpIB += (uint64_t)indexOffset * (uint64_t)indexSize;
1398 xpIB += maxIndicesPerDraw * indexSize;

Completed in 10 milliseconds