Searched refs:vtx_offset (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c50 LLVMValueRef vtx_offset, soffset; local in function:si_llvm_load_input_gs
60 vtx_offset =
64 vtx_offset =
65 LLVMBuildAdd(ctx->ac.builder, vtx_offset, LLVMConstInt(ctx->ac.i32, offset, false), "");
67 LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->esgs_ring, vtx_offset);
76 vtx_offset = LLVMBuildMul(ctx->ac.builder, gs_vtx_offset, LLVMConstInt(ctx->ac.i32, 4, 0), "");
80 value = ac_build_buffer_load(&ctx->ac, ctx->esgs_ring, 1, ctx->ac.i32_0, vtx_offset, soffset, 0,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1068 int vtx_offset = 0; local in function:render_swapchain_display
1087 device_data->vtable.CmdDrawIndexed(draw->command_buffer, pcmd->ElemCount, 1, idx_offset, vtx_offset, 0);
1091 vtx_offset += cmd_list->VtxBuffer.Size;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1598 LLVMValueRef vtx_offset, soffset; local in function:si_llvm_load_input_gs
1613 vtx_offset = si_unpack_param(ctx, ctx->param_gs_vtx01_offset,
1617 vtx_offset = si_unpack_param(ctx, ctx->param_gs_vtx23_offset,
1621 vtx_offset = si_unpack_param(ctx, ctx->param_gs_vtx45_offset,
1629 vtx_offset = LLVMBuildAdd(ctx->ac.builder, vtx_offset,
1631 return lds_load(bld_base, type, swizzle, vtx_offset);
1649 vtx_offset = LLVMBuildMul(ctx->ac.builder, gs_vtx_offset,
1655 vtx_offset, soffset, 0, 1, 0, true, false);
1661 ctx->i32_0, vtx_offset, soffse
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1653 LLVMValueRef vtx_offset; local in function:load_gs_input
1659 vtx_offset = LLVMBuildMul(ctx->ac.builder, ctx->gs_vtx_offset[vtx_offset_param],
1679 vtx_offset, soffset,
4043 LLVMValueRef vtx_offset = local in function:ac_gs_copy_shader_emit
4106 vtx_offset, soffset,
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1307 int vtx_offset = 0; local in function:render_swapchain_display
1326 device_data->vtable.CmdDrawIndexed(draw->command_buffer, pcmd->ElemCount, 1, idx_offset, vtx_offset, 0);
1330 vtx_offset += cmd_list->VtxBuffer.Size;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2693 LLVMValueRef vtx_offset = local in function:ac_gs_copy_shader_emit
2747 value = ac_build_buffer_load(&ctx->ac, ctx->gsvs_ring[0], 1, ctx->ac.i32_0, vtx_offset,
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11687 Temp vtx_offset = bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand::c32(2u), local in function:aco::select_gs_copy_shader
11723 load_vmem_mubuf(&ctx, val, gsvs_ring, vtx_offset, Temp(), const_offset, 4, 1, 0u, true,

Completed in 55 milliseconds