Searched refs:sf_clip_state (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Dgen8_cmd_buffer.c42 struct anv_state sf_clip_state = local in function:gen8_cmd_buffer_emit_viewport
67 GENX(SF_CLIP_VIEWPORT_pack)(NULL, sf_clip_state.map + i * 64,
73 clip.SFClipViewportPointer = sf_clip_state.offset;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Dgfx8_cmd_buffer.c44 struct anv_state sf_clip_state = local in function:gfx8_cmd_buffer_emit_viewport
85 GENX(SF_CLIP_VIEWPORT_pack)(NULL, sf_clip_state.map + i * 64, &sfv);
90 clip.SFClipViewportPointer = sf_clip_state.offset;

Completed in 3 milliseconds