| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 79 LLVMValueRef depth_stride, 94 LLVMValueRef depth_stride,
|
| H A D | lp_rast_priv.h | 234 unsigned depth_stride = 0; local in function:lp_rast_shade_quads_all 252 depth_stride = scene->zsbuf.stride; 276 depth_stride);
|
| H A D | lp_bld_depth.c | 523 * \param depth_stride stride of the depth/stencil buffer 533 LLVMValueRef depth_stride, 558 depth_stride, ""); 573 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); 583 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 656 * \param depth_stride stride of the depth/stencil buffer 670 LLVMValueRef depth_stride, 704 depth_stride, ""); 714 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); 724 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 528 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument 661 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,struct lp_build_mask_context * mask,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument [all...] |
| H A D | lp_jit.h | 244 * @param depth_stride depth buffer row stride in bytes 259 unsigned depth_stride);
|
| H A D | lp_rast.c | 325 unsigned depth_stride = 0; local in function:lp_rast_shade_tile 345 depth_stride = scene->zsbuf.stride; 364 depth_stride); 409 unsigned depth_stride = 0; local in function:lp_rast_shade_quads_mask 438 depth_stride = scene->zsbuf.stride; 465 depth_stride);
|
| H A D | lp_state_fs.c | 306 LLVMValueRef depth_stride, 445 depth_ptr, depth_stride, 463 depth_ptr, depth_stride, 570 depth_ptr, depth_stride, 589 depth_ptr, depth_stride, 603 depth_ptr, depth_stride, 2426 LLVMValueRef depth_stride; local in function:generate_fragment 2504 arg_types[12] = int32_type; /* depth_stride */ 2533 depth_stride = LLVMGetParam(function, 12); 2546 lp_build_name(depth_stride, "depth_strid 294 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 num_loop,struct lp_build_interp_soa_context * interp,const struct lp_build_sampler_soa * sampler,LLVMValueRef mask_store,LLVMValueRef (* out_color)[4],LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef facing,LLVMValueRef thread_data_ptr) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 79 LLVMValueRef depth_stride, 94 LLVMValueRef depth_stride,
|
| H A D | lp_state_fs_fastpath.c | 58 unsigned depth_stride, 156 unsigned depth_stride, 183 unsigned depth_stride, 46 no_op(const struct lp_jit_context * context,uint32_t x,uint32_t y,uint32_t facing,const void * a0,const void * dadx,const void * dady,uint8_t ** cbufs,uint8_t * depth,uint64_t mask,struct lp_jit_thread_data * thread_data,unsigned * strides,unsigned depth_stride,unsigned * color_sample_stride,unsigned depth_sample_stride) argument 144 red(const struct lp_jit_context * context,uint32_t x,uint32_t y,uint32_t facing,const void * a0,const void * dadx,const void * dady,uint8_t ** cbufs,uint8_t * depth,uint64_t int_mask,struct lp_jit_thread_data * thread_data,unsigned * strides,unsigned depth_stride,unsigned * sample_stride,unsigned depth_sample_stride) argument 171 green(const struct lp_jit_context * context,uint32_t x,uint32_t y,uint32_t facing,const void * a0,const void * dadx,const void * dady,uint8_t ** cbufs,uint8_t * depth,uint64_t int_mask,struct lp_jit_thread_data * thread_data,unsigned * strides,unsigned depth_stride,unsigned * sample_stride,unsigned depth_sample_stride) argument
|
| H A D | lp_rast_priv.h | 240 unsigned depth_stride = 0; local in function:lp_rast_shade_quads_all 262 depth_stride = scene->zsbuf.stride; 291 depth_stride,
|
| H A D | lp_bld_depth.c | 528 * \param depth_stride stride of the depth/stencil buffer 538 LLVMValueRef depth_stride, 563 depth_stride, ""); 578 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); 588 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 667 * \param depth_stride stride of the depth/stencil buffer 681 LLVMValueRef depth_stride, 714 depth_stride, ""); 724 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); 734 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 533 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument 672 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef mask_value,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument [all...] |
| H A D | lp_rast.c | 335 unsigned depth_stride = 0; local in function:lp_rast_shade_tile 358 depth_stride = scene->zsbuf.stride; 383 depth_stride, 431 unsigned depth_stride = 0; local in function:lp_rast_shade_quads_mask_sample 463 depth_stride = scene->zsbuf.stride; 492 depth_stride,
|
| H A D | lp_jit.h | 307 * @param depth_stride depth buffer row stride in bytes 322 unsigned depth_stride,
|
| H A D | lp_state_fs.c | 574 LLVMValueRef depth_stride, 832 depth_ptr, depth_stride, 851 depth_ptr, depth_stride, 1209 depth_ptr, depth_stride, 1229 depth_ptr, depth_stride, 1249 depth_ptr, depth_stride, 3011 LLVMValueRef depth_stride; local in function:generate_fragment 3091 arg_types[12] = int32_type; /* depth_stride */ 3125 depth_stride = LLVMGetParam(function, 12); 3140 lp_build_name(depth_stride, "depth_strid 560 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) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_resource.h | 72 unsigned depth_stride; /* per-image on i945? */ member in struct:i915_texture
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_resource.h | 67 unsigned depth_stride; /* per-image on i945? */ member in struct:i915_texture
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_mfbd.c | 156 fbx->ds_linear.depth_stride = rsrc->bo->slices[0].stride;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 1460 u32 depth_stride : 28; member in struct:bifrost_fb_extra::__anon0cd4e6cb0f0a::__anon0cd4e6cb1108
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 654 pandecode_prop("depth_stride = %d", 655 fbx->ds_linear.depth_stride);
|