Searched refs:depth_range_const (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_depth_clamp.h | 32 int depth_range_const, 37 int depth_range_const);
|
| H A D | st_tgsi_lower_depth_clamp.c | 33 int depth_range_const; member in struct:tgsi_depth_clamp_transform 85 assert(ctx->depth_range_const >= 0); 86 if (ctx->info.const_file_max[0] < ctx->depth_range_const) 87 tgsi_transform_const_decl(&ctx->base, ctx->depth_range_const, 88 ctx->depth_range_const); 180 TGSI_FILE_CONSTANT, ctx->depth_range_const, 182 TGSI_FILE_CONSTANT, ctx->depth_range_const, 197 TGSI_FILE_CONSTANT, ctx->depth_range_const, 276 TGSI_FILE_CONSTANT, ctx->depth_range_const, 278 TGSI_FILE_CONSTANT, ctx->depth_range_const, 350 st_tgsi_lower_depth_clamp(const struct tgsi_token * tokens,int depth_range_const,bool clip_negative_one_to_one) argument 405 st_tgsi_lower_depth_clamp_fs(const struct tgsi_token * tokens,int depth_range_const) argument [all...] |
| H A D | st_program.c | 880 unsigned depth_range_const = local in function:st_create_common_variant 884 tokens = st_tgsi_lower_depth_clamp(state.tokens, depth_range_const, 1633 unsigned depth_range_const = _mesa_add_state_reference(params, depth_range_state); local in function:st_create_fp_variant 1636 tokens = st_tgsi_lower_depth_clamp_fs(state.tokens, depth_range_const);
|
Completed in 13 milliseconds