| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.h | 39 LLVMValueRef base_ptr, 49 LLVMValueRef base_ptr, 60 LLVMValueRef base_ptr,
|
| H A D | lp_bld_format.h | 105 LLVMValueRef base_ptr, 115 LLVMValueRef base_ptr, 147 LLVMValueRef base_ptr, 162 LLVMValueRef base_ptr, 176 LLVMValueRef base_ptr,
|
| H A D | lp_bld_gather.c | 51 LLVMValueRef base_ptr, 58 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); 68 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, ""); 85 LLVMValueRef base_ptr, 96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); 98 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); 170 LLVMValueRef base_ptr, 177 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); 179 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); 283 LLVMValueRef base_ptr, 49 lp_build_gather_elem_ptr(struct gallivm_state * gallivm,unsigned length,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i) argument 80 lp_build_gather_elem(struct gallivm_state * gallivm,unsigned length,unsigned src_width,unsigned dst_width,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i,boolean vector_justify) argument 164 lp_build_gather_elem_vec(struct gallivm_state * gallivm,unsigned length,unsigned src_width,LLVMTypeRef src_type,struct lp_type dst_type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i,boolean vector_justify) argument 279 lp_build_gather_avx2(struct gallivm_state * gallivm,unsigned length,unsigned src_width,struct lp_type dst_type,LLVMValueRef base_ptr,LLVMValueRef offsets) argument 409 lp_build_gather(struct gallivm_state * gallivm,unsigned length,unsigned src_width,struct lp_type dst_type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,boolean vector_justify) argument [all...] |
| H A D | lp_bld_format_aos_array.c | 49 * \param base_ptr address of the pixel block (or the texel if uncompressed) 56 LLVMValueRef base_ptr, 81 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, ""); 53 lp_build_fetch_rgba_aos_array(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type dst_type,LLVMValueRef base_ptr,LLVMValueRef offset) argument
|
| H A D | lp_bld_format_soa.c | 401 * \param base_ptr points to the base of the texture mip tree. 417 LLVMValueRef base_ptr, 458 base_ptr, offset, FALSE); 611 base_ptr, offsetr, FALSE); 694 base_ptr, offset, FALSE); 716 * base_ptr instead even outside the shader. 722 aligned, base_ptr, offset, FALSE); 729 aligned, base_ptr, offset, TRUE); 772 aligned, base_ptr, offset, i, j, cache); 854 aligned, base_ptr, offset_ele 413 lp_build_fetch_rgba_soa(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef i,LLVMValueRef j,LLVMValueRef cache,LLVMValueRef rgba_out[4]) argument [all...] |
| H A D | lp_bld_format_aos.c | 475 LLVMValueRef base_ptr, 514 aligned, base_ptr, offset, TRUE); 550 aligned, base_ptr, offset, TRUE); 641 base_ptr, offset, k, FALSE); 698 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset); 717 base_ptr, 744 base_ptr, 831 base_ptr, offset, k); 927 base_ptr, offset, k); 471 lp_build_fetch_rgba_aos(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef i,LLVMValueRef j,LLVMValueRef cache) argument
|
| H A D | lp_bld_sample.h | 245 (*base_ptr)(const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state 388 LLVMValueRef base_ptr; member in struct:lp_build_sample_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.h | 39 LLVMValueRef base_ptr, 49 LLVMValueRef base_ptr, 60 LLVMValueRef base_ptr,
|
| H A D | lp_bld_gather.c | 51 LLVMValueRef base_ptr, 58 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); 68 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, ""); 85 LLVMValueRef base_ptr, 96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); 98 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); 170 LLVMValueRef base_ptr, 177 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); 179 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); 283 LLVMValueRef base_ptr, 49 lp_build_gather_elem_ptr(struct gallivm_state * gallivm,unsigned length,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i) argument 80 lp_build_gather_elem(struct gallivm_state * gallivm,unsigned length,unsigned src_width,unsigned dst_width,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i,boolean vector_justify) argument 164 lp_build_gather_elem_vec(struct gallivm_state * gallivm,unsigned length,unsigned src_width,LLVMTypeRef src_type,struct lp_type dst_type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i,boolean vector_justify) argument 279 lp_build_gather_avx2(struct gallivm_state * gallivm,unsigned length,unsigned src_width,struct lp_type dst_type,LLVMValueRef base_ptr,LLVMValueRef offsets) argument 409 lp_build_gather(struct gallivm_state * gallivm,unsigned length,unsigned src_width,struct lp_type dst_type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,boolean vector_justify) argument [all...] |
| H A D | lp_bld_format.h | 105 LLVMValueRef base_ptr, 115 LLVMValueRef base_ptr, 147 LLVMValueRef base_ptr, 159 LLVMValueRef base_ptr, 172 LLVMValueRef base_ptr, 186 LLVMValueRef base_ptr, 200 LLVMValueRef base_ptr,
|
| H A D | lp_bld_format_aos_array.c | 49 * \param base_ptr address of the pixel block (or the texel if uncompressed) 56 LLVMValueRef base_ptr, 81 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, ""); 53 lp_build_fetch_rgba_aos_array(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type dst_type,LLVMValueRef base_ptr,LLVMValueRef offset) argument
|
| H A D | lp_bld_format_soa.c | 403 * \param base_ptr points to the base of the texture mip tree. 419 LLVMValueRef base_ptr, 460 base_ptr, offset, FALSE); 613 base_ptr, offsetr, FALSE); 696 base_ptr, offset, FALSE); 718 * base_ptr instead even outside the shader. 724 aligned, base_ptr, offset, FALSE); 731 aligned, base_ptr, offset, TRUE); 780 aligned, base_ptr, offset, i, j, cache); 843 aligned, base_ptr, offse 415 lp_build_fetch_rgba_soa(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef i,LLVMValueRef j,LLVMValueRef cache,LLVMValueRef rgba_out[4]) argument 1009 lp_build_store_rgba_soa(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,LLVMValueRef exec_mask,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef out_of_bounds,const LLVMValueRef rgba_in[4]) argument [all...] |
| H A D | lp_bld_format_aos.c | 475 LLVMValueRef base_ptr, 516 aligned, base_ptr, offset, TRUE); 552 aligned, base_ptr, offset, TRUE); 643 base_ptr, offset, k, FALSE); 700 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset); 719 base_ptr, 746 base_ptr, 778 base_ptr, 867 base_ptr, offset, k); 967 base_ptr, offse 471 lp_build_fetch_rgba_aos(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef i,LLVMValueRef j,LLVMValueRef cache) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_acceleration_structure.h | 71 uint64_t base_ptr; member in struct:radv_bvh_instance_node
|
| H A D | radv_acceleration_structure.c | 146 const char *base_ptr = (const char *)device->ws->buffer_map(accel->bo); local in function:radv_WriteAccelerationStructuresPropertiesKHR 147 if (!base_ptr) 150 const struct radv_accel_struct_header *header = (const void*)(base_ptr + accel->mem_offset); 346 node->base_ptr = radv_accel_struct_get_va(src_accel_struct) | src_header->root_node_offset; 402 compute_bounds(const char *base_ptr, uint32_t node_id, float *bounds) argument 411 const struct radv_bvh_triangle_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); 421 const struct radv_bvh_box32_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); 433 const struct radv_bvh_instance_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); 441 const struct radv_bvh_aabb_node *node = (const void*)(base_ptr + (node_id / 8 * 64)); 474 optimize_bvh(const char *base_ptr, uint32_ argument 533 char *base_ptr = (char*)device->ws->buffer_map(accel->bo); local in function:build_bvh [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 239 LLVMValueRef base_ptr, 244 LLVMValueRef base_ptr, 251 LLVMValueRef base_ptr, LLVMValueRef index, 254 LLVMValueRef ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, 257 LLVMValueRef base_ptr, LLVMValueRef index); 259 LLVMValueRef base_ptr, LLVMValueRef index); 261 LLVMValueRef base_ptr, LLVMValueRef index);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_tex_sample.c | 181 LP_LLVM_TEXTURE_MEMBER(base_ptr, LP_JIT_TEXTURE_BASE, TRUE) 331 LP_LLVM_IMAGE_MEMBER(base_ptr, LP_JIT_IMAGE_BASE, TRUE) 440 sampler->dynamic_state.base.base_ptr = lp_llvm_texture_base_ptr; 535 image->dynamic_state.base.base_ptr = lp_llvm_image_base_ptr;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm_sample.c | 269 DRAW_LLVM_TEXTURE_MEMBER(base_ptr, DRAW_JIT_TEXTURE_BASE, TRUE) 310 DRAW_LLVM_IMAGE_MEMBER(base_ptr, DRAW_JIT_IMAGE_BASE, TRUE) 401 sampler->dynamic_state.base.base_ptr = draw_llvm_texture_base_ptr; 486 image->dynamic_state.base.base_ptr = draw_llvm_image_base_ptr;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_tex_sample.cpp | 182 SWR_TEXTURE_MEMBER(base_ptr, TRUE) 344 sampler->dynamic_state.base.base_ptr = swr_texture_base_ptr;
|
| H A D | swr_context.h | 72 const uint8_t *base_ptr; member in struct:swr_jit_texture
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm_sample.c | 194 DRAW_LLVM_TEXTURE_MEMBER(base_ptr, DRAW_JIT_TEXTURE_BASE, TRUE) 285 sampler->dynamic_state.base.base_ptr = draw_llvm_texture_base_ptr;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_tex_sample.c | 154 LP_LLVM_TEXTURE_MEMBER(base_ptr, LP_JIT_TEXTURE_BASE, TRUE) 309 sampler->dynamic_state.base.base_ptr = lp_llvm_texture_base_ptr;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_tex_sample.cpp | 190 SWR_TEXTURE_MEMBER(base_ptr, TRUE) 360 sampler->dynamic_state.base.base_ptr = swr_texture_base_ptr;
|
| H A D | swr_context.h | 79 const uint8_t *base_ptr; member in struct:swr_jit_texture
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 238 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, 241 LLVMValueRef ac_build_gep0(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index); 245 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, 248 LLVMValueRef ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index); 249 LLVMValueRef ac_build_load_invariant(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, 251 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, 254 LLVMValueRef base_ptr, LLVMValueRef index);
|