Searched defs:depth_clamp (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h88 boolean depth_clamp; member in struct:lp_build_interp_soa_context
120 boolean depth_clamp,
H A Dlp_state_fs.h79 unsigned depth_clamp:1; member in struct:lp_fragment_shader_variant_key
H A Dlp_bld_interp.c341 if ((attrib == 0) && (chan == 2) && !bld->depth_clamp){
644 if (attrib == 0 && chan == 2 && !bld->depth_clamp) {
696 boolean depth_clamp,
758 bld->depth_clamp = depth_clamp;
691 lp_build_interp_soa_init(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, unsigned num_inputs, const struct lp_shader_input *inputs, boolean pixel_center_integer, boolean depth_clamp, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef a0_ptr, LLVMValueRef dadx_ptr, LLVMValueRef dady_ptr, LLVMValueRef x0, LLVMValueRef y0) argument

Completed in 116 milliseconds