| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.h | 52 bool window_space); 59 bool window_space, bool layered,
|
| H A D | u_simple_shaders.c | 64 bool window_space) 69 window_space, false, NULL); 77 bool window_space, bool layered, 87 if (window_space) 60 util_make_vertex_passthrough_shader(struct pipe_context * pipe,uint num_attribs,const enum tgsi_semantic * semantic_names,const uint * semantic_indexes,bool window_space) argument 73 util_make_vertex_passthrough_shader_with_so(struct pipe_context * pipe,uint num_attribs,const enum tgsi_semantic * semantic_names,const uint * semantic_indexes,bool window_space,bool layered,const struct pipe_stream_output_info * so) argument
|
| H A D | u_tests.c | 152 bool window_space) 162 window_space); 150 util_set_passthrough_vertex_shader(struct cso_context * cso,struct pipe_context * ctx,bool window_space) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.h | 52 bool window_space); 59 bool window_space, bool layered,
|
| H A D | u_simple_shaders.c | 64 bool window_space) 69 window_space, false, NULL); 77 bool window_space, bool layered, 87 if (window_space) 60 util_make_vertex_passthrough_shader(struct pipe_context * pipe,uint num_attribs,const enum tgsi_semantic * semantic_names,const uint * semantic_indexes,bool window_space) argument 73 util_make_vertex_passthrough_shader_with_so(struct pipe_context * pipe,uint num_attribs,const enum tgsi_semantic * semantic_names,const uint * semantic_indexes,bool window_space,bool layered,const struct pipe_stream_output_info * so) argument
|
| H A D | u_tests.c | 157 bool window_space) 167 window_space); 155 util_set_passthrough_vertex_shader(struct cso_context * cso,struct pipe_context * ctx,bool window_space) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_context.c | 272 bool window_space = draw_is_vs_window_space(draw); local in function:draw_update_clip_flags 274 draw->clip_xy = !draw->driver.bypass_clip_xy && !window_space; 279 !window_space; 282 !window_space; 293 bool window_space = draw_is_vs_window_space(draw); local in function:draw_update_viewport_flags 295 draw->bypass_viewport = window_space || draw->identity_viewport;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_context.c | 285 bool window_space = draw_is_vs_window_space(draw); local in function:draw_update_clip_flags 287 draw->clip_xy = !draw->driver.bypass_clip_xy && !window_space; 292 !window_space; 295 !window_space; 306 bool window_space = draw_is_vs_window_space(draw); local in function:draw_update_viewport_flags 308 draw->bypass_viewport = window_space || draw->identity_viewport;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_viewport.c | 440 bool window_space = ctx->vs_disables_clipping_viewport; local in function:si_emit_depth_ranges 445 si_viewport_zmin_zmax(&states[0], clip_halfz, window_space, 460 si_viewport_zmin_zmax(&states[i], clip_halfz, window_space,
|
| H A D | si_state_shaders.c | 1023 unsigned window_space = local in function:si_shader_vs 1122 if (window_space)
|
| H A D | si_state.c | 759 unsigned window_space = local in function:si_emit_clip_regs 793 S_028810_CLIP_DISABLE(window_space));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_viewport.c | 526 bool window_space = ctx->vs_disables_clipping_viewport; local in function:si_emit_depth_ranges 531 si_viewport_zmin_zmax(&states[0], clip_halfz, window_space, &zmin, &zmax); 547 si_viewport_zmin_zmax(&states[i], clip_halfz, window_space, &zmin, &zmax);
|
| H A D | si_state_shaders.c | 1154 bool window_space = gs_info->stage == MESA_SHADER_VERTEX ? local in function:gfx10_shader_ngg 1334 if (window_space) { 1419 bool window_space = info->stage == MESA_SHADER_VERTEX ? local in function:si_shader_vs 1540 if (window_space)
|
| H A D | si_state.c | 835 bool window_space = info->stage == MESA_SHADER_VERTEX ? local in function:si_emit_clip_regs 859 rs->pa_cl_clip_cntl | ucp_mask | S_028810_CLIP_DISABLE(window_space));
|