Searched defs:thread_data_ptr (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_tex_sample.c | 337 lp_llvm_texture_cache_ptr(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef thread_data_ptr, unsigned unit) lp_llvm_texture_cache_ptr() argument
|
H A D | lp_state_cs.c | 80 LLVMValueRef work_dim_arg, thread_data_ptr; in generate_compute() local
|
H A D | lp_state_fs.c | 3078 LLVMValueRef thread_data_ptr; in generate_fragment() local 346 lp_build_depth_clamp(struct gallivm_state *gallivm, LLVMBuilderRef builder, bool depth_clamp, bool restrict_depth, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, LLVMValueRef z) lp_build_depth_clamp() argument 618 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef sample_pos_array, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, const struct lp_build_sampler_soa *sampler, const struct lp_build_image_soa *image, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_base_ptr, LLVMValueRef depth_stride, LLVMValueRef depth_sample_stride, LLVMValueRef color_ptr_ptr, LLVMValueRef color_stride_ptr, LLVMValueRef color_sample_stride_ptr, LLVMValueRef facing, LLVMValueRef thread_data_ptr) generate_fs_loop() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 250 LLVMValueRef thread_data_ptr; member
|
H A D | lp_bld_tgsi.h | 276 LLVMValueRef thread_data_ptr; member 531 LLVMValueRef thread_data_ptr; member
|
H A D | lp_bld_sample.h | 113 LLVMValueRef thread_data_ptr; member 153 LLVMValueRef thread_data_ptr; member
|
H A D | lp_bld_sample_soa.c | 3974 LLVMValueRef thread_data_ptr = NULL; in lp_build_sample_gen_func() local 3291 lp_build_sample_soa_code(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned sample_key, unsigned texture_index, unsigned sampler_index, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, const LLVMValueRef *coords, const LLVMValueRef *offsets, const struct lp_derivatives *derivs, LLVMValueRef lod, LLVMValueRef ms_index, LLVMValueRef aniso_filter_table, LLVMValueRef texel_out[4]) lp_build_sample_soa_code() argument
|
Completed in 18 milliseconds