Searched refs:system_values (Results 1 - 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
H A D | radeon_llvm.h | 98 LLVMValueRef system_values[RADEON_LLVM_MAX_SYSTEM_VALUES]; member in struct:radeon_llvm_context
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 217 const struct lp_bld_tgsi_system_values *system_values, 393 struct lp_bld_tgsi_system_values system_values; member in struct:lp_build_tgsi_soa_context
|
H A D | lp_bld_tgsi_soa.c | 799 res = lp_build_broadcast_scalar(&bld_base->uint_bld, bld->system_values.instance_id); 804 res = bld->system_values.vertex_id; 2057 const struct lp_bld_tgsi_system_values *system_values, 2132 bld.system_values = *system_values; 2052 lp_build_tgsi_soa(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, struct lp_build_mask_context *mask, LLVMValueRef consts_ptr, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef *pos, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info) argument
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 432 const struct lp_bld_tgsi_system_values *system_values, 454 system_values, 1095 struct lp_bld_tgsi_system_values system_values; local 1097 memset(&system_values, 0, sizeof(system_values)); 1133 system_values.instance_id = LLVMGetParam(variant_func, 7); 1140 lp_build_name(system_values.instance_id, "instance_id"); 1213 system_values.vertex_id = lp_build_zero(gallivm, lp_type_uint_vec(32, 32*vector_length)); 1232 system_values.vertex_id = LLVMBuildInsertElement(gallivm->builder, 1233 system_values 427 generate_vs(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], const struct lp_bld_tgsi_system_values *system_values, LLVMValueRef context_ptr, struct lp_build_sampler_soa *draw_sampler, boolean clamp_vertex_color) argument [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_llvm.c | 51 ctx->system_values[index] = build_intrinsic( 65 LLVMValueRef cval = ctx->system_values[reg->Register.Index];
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 250 struct lp_bld_tgsi_system_values system_values; local 252 memset(&system_values, 0, sizeof(system_values)); 342 consts_ptr, &system_values, 479 struct lp_bld_tgsi_system_values system_values; local 481 memset(&system_values, 0, sizeof(system_values)); 581 consts_ptr, &system_values,
|
Completed in 382 milliseconds