HomeSort by relevance Sort by last modified time
    Searched full:depth_stencil_dw (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/vulkan/
gen7_cmd_buffer.c 206 uint32_t depth_stencil_dw[GENX(DEPTH_STENCIL_STATE_length)]; local
216 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil);
219 anv_cmd_buffer_merge_dynamic(cmd_buffer, depth_stencil_dw,
genX_pipeline.c 644 # define depth_stencil_dw pipeline->gen7.depth_stencil_state macro
646 # define depth_stencil_dw pipeline->gen8.wm_depth_stencil
648 # define depth_stencil_dw pipeline->gen9.wm_depth_stencil
655 memset(depth_stencil_dw, 0, sizeof(depth_stencil_dw));
713 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil);
715 GENX(3DSTATE_WM_DEPTH_STENCIL_pack)(NULL, depth_stencil_dw, &depth_stencil);
    [all...]

Completed in 547 milliseconds