/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_gs.c | 50 LLVMValueRef vtx_offset, soffset; in si_llvm_load_input_gs() local 60 vtx_offset = in si_llvm_load_input_gs() 64 vtx_offset = in si_llvm_load_input_gs() 65 LLVMBuildAdd(ctx->ac.builder, vtx_offset, LLVMConstInt(ctx->ac.i32, offset, false), ""); in si_llvm_load_input_gs() 67 LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->esgs_ring, vtx_offset); in si_llvm_load_input_gs() 76 vtx_offset = LLVMBuildMul(ctx->ac.builder, gs_vtx_offset, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in si_llvm_load_input_gs() 80 value = ac_build_buffer_load(&ctx->ac, ctx->esgs_ring, 1, ctx->ac.i32_0, vtx_offset, soffset, 0, in si_llvm_load_input_gs()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 165 int vtx_offset = 0; in ImGui_ImplDX9_RenderDrawData() local 184 …g_pd3dDevice->DrawIndexedPrimitive(D3DPT_TRIANGLELIST, vtx_offset, 0, (UINT)cmd_list->VtxBuffer.Si… in ImGui_ImplDX9_RenderDrawData() 188 vtx_offset += cmd_list->VtxBuffer.Size; in ImGui_ImplDX9_RenderDrawData()
|
D | imgui_impl_dx11.cpp | 205 int vtx_offset = 0; in ImGui_ImplDX11_RenderDrawData() local 228 ctx->DrawIndexed(pcmd->ElemCount, idx_offset, vtx_offset); in ImGui_ImplDX11_RenderDrawData() 232 vtx_offset += cmd_list->VtxBuffer.Size; in ImGui_ImplDX11_RenderDrawData()
|
D | imgui_impl_dx10.cpp | 200 int vtx_offset = 0; in ImGui_ImplDX10_RenderDrawData() local 223 ctx->DrawIndexed(pcmd->ElemCount, idx_offset, vtx_offset); in ImGui_ImplDX10_RenderDrawData() 227 vtx_offset += cmd_list->VtxBuffer.Size; in ImGui_ImplDX10_RenderDrawData()
|
D | imgui_impl_dx12.cpp | 200 int vtx_offset = 0; in ImGui_ImplDX12_RenderDrawData() local 218 ctx->DrawIndexedInstanced(pcmd->ElemCount, 1, idx_offset, vtx_offset, 0); in ImGui_ImplDX12_RenderDrawData() 222 vtx_offset += cmd_list->VtxBuffer.Size; in ImGui_ImplDX12_RenderDrawData()
|
D | imgui_impl_vulkan.cpp | 290 int vtx_offset = 0; in ImGui_ImplVulkan_RenderDrawData() local 315 vkCmdDrawIndexed(command_buffer, pcmd->ElemCount, 1, idx_offset, vtx_offset, 0); in ImGui_ImplVulkan_RenderDrawData() 319 vtx_offset += cmd_list->VtxBuffer.Size; in ImGui_ImplVulkan_RenderDrawData()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1307 int vtx_offset = 0; in render_swapchain_display() local 1326 …e_data->vtable.CmdDrawIndexed(draw->command_buffer, pcmd->ElemCount, 1, idx_offset, vtx_offset, 0); in render_swapchain_display() 1330 vtx_offset += cmd_list->VtxBuffer.Size; in render_swapchain_display()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 2693 LLVMValueRef vtx_offset = in ac_gs_copy_shader_emit() local 2747 value = ac_build_buffer_load(&ctx->ac, ctx->gsvs_ring[0], 1, ctx->ac.i32_0, vtx_offset, in ac_gs_copy_shader_emit()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 11691 Temp vtx_offset = bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand::c32(2u), in select_gs_copy_shader() local 11727 load_vmem_mubuf(&ctx, val, gsvs_ring, vtx_offset, Temp(), const_offset, 4, 1, 0u, true, in select_gs_copy_shader()
|