Home
last modified time | relevance | path

Searched refs:idx_offset (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.h54 uint32_t max_indices, uint32_t idx_offset, in fd4_draw() argument
79 OUT_RELOC(ring, fd_resource(idx_buffer)->bo, idx_offset, 0, 0); in fd4_draw()
98 uint32_t idx_size, idx_offset; in fd4_draw_emit() local
135 idx_offset = index_offset + info->start * info->index_size; in fd4_draw_emit()
141 idx_offset = 0; in fd4_draw_emit()
147 idx_type, idx_size, idx_offset, idx_buffer); in fd4_draw_emit()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.h48 uint32_t max_indices, uint32_t idx_offset, in fd5_draw() argument
73 OUT_RELOC(ring, fd_resource(idx_buffer)->bo, idx_offset, 0, 0); in fd5_draw()
92 uint32_t max_indices, idx_offset; in fd5_draw_emit() local
130 idx_offset = index_offset + info->start * info->index_size; in fd5_draw_emit()
136 idx_offset = 0; in fd5_draw_emit()
142 idx_type, max_indices, idx_offset, idx_buffer); in fd5_draw_emit()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.h49 uint32_t idx_size, uint32_t idx_offset, in fd_draw() argument
119 OUT_RELOC(ring, fd_resource(idx_buffer)->bo, idx_offset, 0, 0); in fd_draw()
153 uint32_t idx_size, idx_offset; in fd_draw_emit() local
161 idx_offset = index_offset + info->start * info->index_size; in fd_draw_emit()
167 idx_offset = 0; in fd_draw_emit()
173 idx_type, idx_size, idx_offset, idx_buffer); in fd_draw_emit()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_lds.cpp91 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0): in LDSWriteInstruction() argument
92 LDSWriteInstruction::LDSWriteInstruction(address, idx_offset, value0, PValue()) in LDSWriteInstruction()
97 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0, PValue… in LDSWriteInstruction() argument
102 m_idx_offset(idx_offset) in LDSWriteInstruction()
Dsfn_instruction_lds.h48 LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0);
49 LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0, PValue value1);
55 unsigned idx_offset() const {return m_idx_offset;}; in idx_offset() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.h32 DWARFAbbreviationDeclarationSet(dw_offset_t offset, uint32_t idx_offset) in DWARFAbbreviationDeclarationSet() argument
33 : m_offset(offset), m_idx_offset(idx_offset), m_decls() {} in DWARFAbbreviationDeclarationSet()
/external/python/dateutil/dateutil/tz/
Dtz.py811 idx_offset = int(not _fold and self.is_ambiguous(dt, idx))
813 return idx - idx_offset
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1299 int idx_offset = 0; in render_swapchain_display() local
1317 …device_data->vtable.CmdDrawIndexed(draw->command_buffer, pcmd->ElemCount, 1, idx_offset, vtx_offse… in render_swapchain_display()
1319 idx_offset += pcmd->ElemCount; in render_swapchain_display()