Searched refs:gep (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_dump_decls.h79 dump_instr_gep(struct dxil_dumper *d, struct dxil_instr_gep *gep);
H A Ddxil_internal.h242 struct dxil_instr_gep gep; member in union:dxil_instr::__anonbc4bc12e070a
H A Ddxil_dump.c408 case INSTR_GEP: dump_instr_gep(d, &instr->gep); break;
534 dump_instr_gep(struct dxil_dumper *d, struct dxil_instr_gep *gep) argument
537 if (gep->inbounds)
539 dump_type_name(d, gep->source_elem_type);
541 for (unsigned i = 0; i < gep->num_operands; ++i) {
544 dump_value(d, gep->operands[i]);
H A Ddxil_module.c2865 instr->gep.operands = ralloc_array(instr, struct dxil_value *,
2867 if (!instr->gep.operands)
2870 instr->gep.source_elem_type = source_elem_type;
2871 memcpy(instr->gep.operands, operands,
2873 instr->gep.num_operands = num_operands;
2874 instr->gep.inbounds = true;
3171 assert(instr->gep.source_elem_type->id >= 0);
3175 data[1] = instr->gep.inbounds;
3176 data[2] = instr->gep.source_elem_type->id;
3178 assert(instr->gep
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c858 LLVMValueRef gep[2]; local in function:get_file_ptr
859 gep[0] = lp_build_const_int32(bld->bld_base.base.gallivm, 0);
860 gep[1] = lindex;
861 return LLVMBuildGEP(builder, var_of_array, gep, 2, "");
1390 LLVMValueRef gep[2]; local in function:emit_fetch_immediate
1391 gep[0] = lp_build_const_int32(gallivm, 0);
1392 gep[1] = lp_build_const_int32(gallivm, reg->Register.Index * 4 + swizzle);
1394 bld->imms_array, gep, 2, "");
1400 gep[1] = lp_build_const_int32(gallivm,
1403 bld->imms_array, gep,
3014 LLVMValueRef gep[2]; local in function:lp_emit_immediate_soa
3037 LLVMValueRef gep[2]; local in function:lp_emit_immediate_soa
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c469 LLVMValueRef gep[2]; local in function:get_file_ptr
470 gep[0] = lp_build_const_int32(bld->bld_base.base.gallivm, 0);
471 gep[1] = lindex;
472 return LLVMBuildGEP(builder, var_of_array, gep, 2, "");
1001 LLVMValueRef gep[2]; local in function:emit_fetch_immediate
1002 gep[0] = lp_build_const_int32(gallivm, 0);
1003 gep[1] = lp_build_const_int32(gallivm, reg->Register.Index * 4 + swizzle);
1005 bld->imms_array, gep, 2, "");
1011 gep[1] = lp_build_const_int32(gallivm,
1014 bld->imms_array, gep,
3024 LLVMValueRef gep[2]; local in function:lp_emit_immediate_soa
3047 LLVMValueRef gep[2]; local in function:lp_emit_immediate_soa
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c908 LLVMValueRef gep[2]; local in function:load_unswizzled_block
911 gep[0] = lp_build_const_int32(gallivm, 0);
912 gep[1] = LLVMBuildAdd(builder, bx, by, "");
914 dst_ptr = LLVMBuildGEP(builder, base_ptr, gep, 2, "");
953 LLVMValueRef gep[2]; local in function:store_unswizzled_block
956 gep[0] = lp_build_const_int32(gallivm, 0);
957 gep[1] = LLVMBuildAdd(builder, bx, by, "");
959 src_ptr = LLVMBuildGEP(builder, base_ptr, gep, 2, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1561 LLVMValueRef gep[2]; local in function:load_unswizzled_block
1564 gep[0] = lp_build_const_int32(gallivm, 0);
1565 gep[1] = LLVMBuildAdd(builder, bx, by, "");
1567 dst_ptr = LLVMBuildGEP(builder, base_ptr, gep, 2, "");
1606 LLVMValueRef gep[2]; local in function:store_unswizzled_block
1609 gep[0] = lp_build_const_int32(gallivm, 0);
1610 gep[1] = LLVMBuildAdd(builder, bx, by, "");
1612 src_ptr = LLVMBuildGEP(builder, base_ptr, gep, 2, "");
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst385 - amd/common: Add gep helper for pointer increment.
H A D19.1.0.rst693 - amd/common: Add gep helper for pointer increment.

Completed in 34 milliseconds