Home
last modified time | relevance | path

Searched refs:negative_one_to_one (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h153 bool negative_one_to_one; member
H A Dvk_graphics_state.c379 vp->negative_one_to_one = vp_dcc_info->negativeOneToOne; in vk_viewport_state_init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h1976 bool negative_one_to_one;
2179 bool negative_one_to_one;
H A Dradv_pipeline.c1650 info.negative_one_to_one = !!depth_clip_control->negativeOneToOne; in radv_pipeline_init_viewport_info()
2175 S_028810_DX_CLIP_SPACE_DEF(!pipeline->negative_one_to_one) | in radv_pipeline_init_raster_state()
6966 pipeline->negative_one_to_one = info.vp.negative_one_to_one; in radv_graphics_pipeline_init()
H A Dradv_cmd_buffer.c1527 cmd_buffer->state.emitted_graphics_pipeline->negative_one_to_one != pipeline->negative_one_to_one || in radv_emit_graphics_pipeline()
1625 if (pipeline->negative_one_to_one) { in radv_emit_viewport()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c2121 pipeline->negative_one_to_one = in anv_graphics_pipeline_init()
2122 state->vp != NULL && state->vp->negative_one_to_one; in anv_graphics_pipeline_init()
H A DgenX_cmd_buffer.c3553 bool negative_one_to_one = in cmd_buffer_emit_viewport() local
3554 cmd_buffer->state.gfx.pipeline->negative_one_to_one; in cmd_buffer_emit_viewport()
3556 float scale = negative_one_to_one ? 0.5f : 1.0f; in cmd_buffer_emit_viewport()
3569 .ViewportMatrixElementm32 = negative_one_to_one ? in cmd_buffer_emit_viewport()
H A Danv_private.h3139 bool negative_one_to_one; member
H A DgenX_pipeline.c1173 clip.APIMode = pipeline->negative_one_to_one ? APIMODE_OGL : APIMODE_D3D; in emit_3dstate_clip()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c962 if (state->rs_state.clip_halfz != !ps->vp->negative_one_to_one) { in handle_graphics_pipeline()
963 state->rs_state.clip_halfz = !ps->vp->negative_one_to_one; in handle_graphics_pipeline()

Completed in 66 milliseconds