Searched refs:window_space (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.h52 bool window_space);
59 bool window_space, bool layered,
H A Du_simple_shaders.c64 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 Du_tests.c152 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 Du_simple_shaders.h52 bool window_space);
59 bool window_space, bool layered,
H A Du_simple_shaders.c64 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 Du_tests.c157 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 Ddraw_context.c272 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 Ddraw_context.c285 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 Dsi_state_viewport.c440 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 Dsi_state_shaders.c1023 unsigned window_space = local in function:si_shader_vs
1122 if (window_space)
H A Dsi_state.c759 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 Dsi_state_viewport.c526 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 Dsi_state_shaders.c1154 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 Dsi_state.c835 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));

Completed in 34 milliseconds