Searched defs:depth_stride (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.h72 unsigned depth_stride; /* per-image on i945? */ member in struct:i915_texture
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h236 unsigned depth_stride = 0; local
254 depth_stride = scene->zsbuf.stride;
282 depth_stride);
H A Dlp_rast.c324 unsigned depth_stride = 0; local
344 depth_stride = scene->zsbuf.stride;
363 depth_stride);
408 unsigned depth_stride = 0; local
437 depth_stride = scene->zsbuf.stride;
468 depth_stride);
H A Dlp_bld_depth.c523 * \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 Dlp_state_fs.c305 LLVMValueRef depth_stride,
443 depth_ptr, depth_stride,
461 depth_ptr, depth_stride,
549 depth_ptr, depth_stride,
568 depth_ptr, depth_stride,
582 depth_ptr, depth_stride,
2405 LLVMValueRef depth_stride; local
2483 arg_types[12] = int32_type; /* depth_stride */
2512 depth_stride = LLVMGetParam(function, 12);
2525 lp_build_name(depth_stride, "depth_strid
293 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, 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...]
/external/gemmlowp/internal/
H A Dpack.h164 int depth_stride() const { function in class:gemmlowp::SideMap
169 return data_ + w * width_stride() + d * depth_stride();

Completed in 111 milliseconds