HomeSort by relevance Sort by last modified time
    Searched defs:bld_base (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_llvm.c 22 struct lp_build_tgsi_context * bld_base,
27 LLVMValueRef idx = lp_build_const_int32(bld_base->base.gallivm,
29 LLVMValueRef cval = build_intrinsic(bld_base->base.gallivm->builder,
30 "llvm.AMDGPU.load.const", bld_base->base.elem_type,
33 return bitcast(bld_base, type, cval);
50 ctx->soa.bld_base.base.gallivm, chan);
52 ctx->soa.bld_base.base.gallivm->builder,
54 ctx->soa.bld_base.base.elem_type, &reg, 1,
59 struct lp_build_tgsi_context * bld_base,
64 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base);
217 struct lp_build_tgsi_context * bld_base = &ctx->soa.bld_base; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 22 struct lp_build_tgsi_context * bld_base,
27 LLVMValueRef idx = lp_build_const_int32(bld_base->base.gallivm,
29 LLVMValueRef cval = build_intrinsic(bld_base->base.gallivm->builder,
30 "llvm.AMDGPU.load.const", bld_base->base.elem_type,
33 return bitcast(bld_base, type, cval);
50 ctx->soa.bld_base.base.gallivm, chan);
52 ctx->soa.bld_base.base.gallivm->builder,
54 ctx->soa.bld_base.base.elem_type, &reg, 1,
59 struct lp_build_tgsi_context * bld_base,
64 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base);
217 struct lp_build_tgsi_context * bld_base = &ctx->soa.bld_base; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 85 struct lp_build_tgsi_context * bld_base)
87 return (struct si_shader_context *)bld_base;
211 struct lp_build_context * uint = &si_shader_ctx->radeon_bld.soa.bld_base.uint_bld;
212 struct lp_build_context * base = &si_shader_ctx->radeon_bld.soa.bld_base.base;
262 &si_shader_ctx->radeon_bld.soa.bld_base.base;
343 si_shader_context(&radeon_bld->soa.bld_base);
354 struct lp_build_tgsi_context * bld_base,
359 struct lp_build_context * base = &bld_base->base;
376 return bitcast(bld_base, type, load);
380 static void si_llvm_init_export_args(struct lp_build_tgsi_context *bld_base,
667 struct lp_build_tgsi_context * bld_base; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 85 struct lp_build_tgsi_context * bld_base)
87 return (struct si_shader_context *)bld_base;
211 struct lp_build_context * uint = &si_shader_ctx->radeon_bld.soa.bld_base.uint_bld;
212 struct lp_build_context * base = &si_shader_ctx->radeon_bld.soa.bld_base.base;
262 &si_shader_ctx->radeon_bld.soa.bld_base.base;
343 si_shader_context(&radeon_bld->soa.bld_base);
354 struct lp_build_tgsi_context * bld_base,
359 struct lp_build_context * base = &bld_base->base;
376 return bitcast(bld_base, type, load);
380 static void si_llvm_init_export_args(struct lp_build_tgsi_context *bld_base,
667 struct lp_build_tgsi_context * bld_base; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 278 unsigned lp_bld_tgsi_list_init(struct lp_build_tgsi_context * bld_base);
282 struct lp_build_tgsi_context * bld_base,
358 struct lp_build_tgsi_context bld_base; member in struct:lp_build_tgsi_soa_context
411 struct lp_build_tgsi_context *bld_base,
435 struct lp_build_tgsi_context bld_base; member in struct:lp_build_tgsi_aos_context
473 lp_soa_context(struct lp_build_tgsi_context *bld_base)
475 return (struct lp_build_tgsi_soa_context *)bld_base;
479 lp_aos_context(struct lp_build_tgsi_context *bld_base)
481 return (struct lp_build_tgsi_aos_context *)bld_base;
505 struct lp_build_tgsi_context * bld_base,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 61 struct lp_build_tgsi_context * bld_base,
70 LLVMInt32TypeInContext(bld_base->base.gallivm->context);
77 return LLVMBuildShuffleVector(bld_base->base.gallivm->builder,
89 struct gallivm_state * gallivm = bld->bld_base.base.gallivm;
105 struct lp_build_tgsi_context *bld_base,
111 LLVMContextRef ctx = bld_base->base.gallivm->context;
127 struct lp_build_tgsi_soa_context *bld = lp_soa_context(bld_base);
133 struct lp_build_tgsi_context *bld_base,
138 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base);
146 return lp_build_gather_values(bld_base->base.gallivm, values
1024 struct lp_build_tgsi_context * bld_base = &ctx->soa.bld_base; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 278 unsigned lp_bld_tgsi_list_init(struct lp_build_tgsi_context * bld_base);
282 struct lp_build_tgsi_context * bld_base,
358 struct lp_build_tgsi_context bld_base; member in struct:lp_build_tgsi_soa_context
411 struct lp_build_tgsi_context *bld_base,
435 struct lp_build_tgsi_context bld_base; member in struct:lp_build_tgsi_aos_context
473 lp_soa_context(struct lp_build_tgsi_context *bld_base)
475 return (struct lp_build_tgsi_soa_context *)bld_base;
479 lp_aos_context(struct lp_build_tgsi_context *bld_base)
481 return (struct lp_build_tgsi_aos_context *)bld_base;
505 struct lp_build_tgsi_context * bld_base,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 61 struct lp_build_tgsi_context * bld_base,
70 LLVMInt32TypeInContext(bld_base->base.gallivm->context);
77 return LLVMBuildShuffleVector(bld_base->base.gallivm->builder,
89 struct gallivm_state * gallivm = bld->bld_base.base.gallivm;
105 struct lp_build_tgsi_context *bld_base,
111 LLVMContextRef ctx = bld_base->base.gallivm->context;
127 struct lp_build_tgsi_soa_context *bld = lp_soa_context(bld_base);
133 struct lp_build_tgsi_context *bld_base,
138 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base);
146 return lp_build_gather_values(bld_base->base.gallivm, values
1024 struct lp_build_tgsi_context * bld_base = &ctx->soa.bld_base; local
    [all...]

Completed in 298 milliseconds