Searched defs:idx_offset (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_draw.h | 47 uint32_t idx_offset, struct pipe_resource *idx_buffer) in fd5_draw() 90 uint32_t max_indices, idx_offset; in fd5_draw_emit() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 46 enum pc_di_index_size idx_type, uint32_t idx_size, uint32_t idx_offset, in fd_draw() 151 uint32_t idx_size, idx_offset; in fd_draw_emit() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 53 uint32_t idx_offset, struct pipe_resource *idx_buffer) in fd4_draw() 96 uint32_t idx_size, idx_offset; in fd4_draw_emit() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_lds.cpp | 91 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0): in LDSWriteInstruction() 97 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0, PValue… in LDSWriteInstruction()
|
D | sfn_instruction_lds.h | 62 unsigned idx_offset() const {return m_idx_offset;}; in idx_offset() function
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 166 int idx_offset = 0; in ImGui_ImplDX9_RenderDrawData() local
|
D | imgui_impl_allegro5.cpp | 125 int idx_offset = 0; in ImGui_ImplAllegro5_RenderDrawData() local
|
D | imgui_impl_dx12.cpp | 201 int idx_offset = 0; in ImGui_ImplDX12_RenderDrawData() local
|
D | imgui_impl_dx10.cpp | 201 int idx_offset = 0; in ImGui_ImplDX10_RenderDrawData() local
|
D | imgui_impl_dx11.cpp | 206 int idx_offset = 0; in ImGui_ImplDX11_RenderDrawData() local
|
D | imgui_impl_vulkan.cpp | 291 int idx_offset = 0; in ImGui_ImplVulkan_RenderDrawData() local
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_allegro5.cpp | 158 int idx_offset = 0; in ImGui_ImplAllegro5_RenderDrawData() local
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.h | 188 guint32 idx_offset; member
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1308 int idx_offset = 0; in render_swapchain_display() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1727 int idx_offset = last_cmd ? last_cmd->IdxOffset + last_cmd->ElemCount : 0; in Merge() local
|