HomeSort by: relevance | last modified time | path
    Searched refs:vtx_offset (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_gs.c 50 LLVMValueRef vtx_offset, soffset; local
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/
overlay.cpp 1068 int vtx_offset = 0; local
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/
si_shader.c 1598 LLVMValueRef vtx_offset, soffset; local
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, soffset
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_nir_to_llvm.c 1653 LLVMValueRef vtx_offset; local
1659 vtx_offset = LLVMBuildMul(ctx->ac.builder, ctx->gs_vtx_offset[vtx_offset_param],
1679 vtx_offset, soffset,
4043 LLVMValueRef vtx_offset = local
4106 vtx_offset, soffset,
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp 1307 int vtx_offset = 0; local
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/
radv_nir_to_llvm.c 2693 LLVMValueRef vtx_offset = local
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/
aco_instruction_selection.cpp 11687 Temp vtx_offset = bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand::c32(2u),
11723 load_vmem_mubuf(&ctx, val, gsvs_ring, vtx_offset, Temp(), const_offset, 4, 1, 0u, true,

Completed in 56 milliseconds