Searched defs:system_values (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h98 LLVMValueRef system_values[RADEON_LLVM_MAX_SYSTEM_VALUES]; member in struct:radeon_llvm_context
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h98 LLVMValueRef system_values[RADEON_LLVM_MAX_SYSTEM_VALUES]; member in struct:radeon_llvm_context
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h217 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 Dlp_bld_tgsi_soa.c799 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/gallivm/
H A Dlp_bld_tgsi.h217 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 Dlp_bld_tgsi_soa.c799 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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c250 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,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c250 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,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c432 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/auxiliary/draw/
H A Ddraw_llvm.c432 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...]

Completed in 4380 milliseconds