Searched refs:depth_stencil_dw (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | gen7_cmd_buffer.c | 226 uint32_t depth_stencil_dw[GENX(DEPTH_STENCIL_STATE_length)]; local in function:genX 239 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil); 242 anv_cmd_buffer_merge_dynamic(cmd_buffer, depth_stencil_dw,
|
| H A D | genX_pipeline.c | 823 # define depth_stencil_dw pipeline->gen7.depth_stencil_state macro 825 # define depth_stencil_dw pipeline->gen8.wm_depth_stencil 827 # define depth_stencil_dw pipeline->gen9.wm_depth_stencil 838 memset(depth_stencil_dw, 0, sizeof(depth_stencil_dw)); 879 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil); 881 GENX(3DSTATE_WM_DEPTH_STENCIL_pack)(NULL, depth_stencil_dw, &depth_stencil);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx7_cmd_buffer.c | 304 uint32_t depth_stencil_dw[GENX(DEPTH_STENCIL_STATE_length)]; local in function:genX 330 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil); 333 anv_cmd_buffer_merge_dynamic(cmd_buffer, depth_stencil_dw,
|
| H A D | genX_pipeline.c | 1094 # define depth_stencil_dw pipeline->gfx7.depth_stencil_state macro 1096 # define depth_stencil_dw pipeline->gfx8.wm_depth_stencil 1098 # define depth_stencil_dw pipeline->gfx9.wm_depth_stencil 1110 memset(depth_stencil_dw, 0, sizeof(depth_stencil_dw)); 1176 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil); 1178 GENX(3DSTATE_WM_DEPTH_STENCIL_pack)(NULL, depth_stencil_dw, &depth_stencil);
|
Completed in 9 milliseconds