/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 636 VkPipelineDepthStencilStateCreateInfo ds_state; in create_graphics_pipeline() local 637 ds_state.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in create_graphics_pipeline() 638 ds_state.pNext = NULL; in create_graphics_pipeline() 639 ds_state.flags = 0; in create_graphics_pipeline() 640 ds_state.depthTestEnable = ds_output != VK_FORMAT_UNDEFINED; in create_graphics_pipeline() 641 ds_state.depthWriteEnable = true; in create_graphics_pipeline() 642 ds_state.depthCompareOp = VK_COMPARE_OP_ALWAYS; in create_graphics_pipeline() 643 ds_state.depthBoundsTestEnable = false; in create_graphics_pipeline() 644 ds_state.stencilTestEnable = true; in create_graphics_pipeline() 645 ds_state.front.failOp = VK_STENCIL_OP_KEEP; in create_graphics_pipeline() [all …]
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 366 VkPipelineDepthStencilStateCreateInfo* ds_state; in deep_copy_graphics_create_info() local 368 ds_state = malloc(sizeof(VkPipelineDepthStencilStateCreateInfo)); in deep_copy_graphics_create_info() 369 if (!ds_state) in deep_copy_graphics_create_info() 371 memcpy(ds_state, src->pDepthStencilState, sizeof(VkPipelineDepthStencilStateCreateInfo)); in deep_copy_graphics_create_info() 372 dst->pDepthStencilState = ds_state; in deep_copy_graphics_create_info()
|
/external/mesa3d/src/intel/vulkan/ |
D | gen7_cmd_buffer.c | 298 struct anv_state ds_state = in genX() local 305 dsp.PointertoDEPTH_STENCIL_STATE = ds_state.offset; in genX()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.cc | 1132 DataSourceState* ds_state = static_state->TryGet(inst); in DestroyStoppedTraceWritersForCurrentThread() local 1133 if (ds_state && ds_state->backend_id == ds_tls.backend_id && in DestroyStoppedTraceWritersForCurrentThread() 1134 ds_state->backend_connection_id == ds_tls.backend_connection_id && in DestroyStoppedTraceWritersForCurrentThread() 1135 ds_state->buffer_id == ds_tls.buffer_id && in DestroyStoppedTraceWritersForCurrentThread() 1136 ds_state->data_source_instance_id == ds_tls.data_source_instance_id) { in DestroyStoppedTraceWritersForCurrentThread()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_clear.c | 246 const VkPipelineDepthStencilStateCreateInfo *ds_state, in create_pipeline() argument 310 .pDepthStencilState = ds_state, in create_pipeline() 373 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_color_clear_pipeline() local 405 &ds_state, in create_color_clear_pipeline() 433 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_depth_clear_pipeline() local 462 &ds_state, in create_depth_clear_pipeline()
|
D | v3dv_meta_copy.c | 3625 const VkPipelineDepthStencilStateCreateInfo *ds_state, in create_pipeline() argument 3683 .pDepthStencilState = ds_state, in create_pipeline() 3779 VkPipelineDepthStencilStateCreateInfo ds_state = { in create_blit_pipeline() local 3809 &ds_state, in create_blit_pipeline()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_compute.c | 85 .ds_state = true, in cs_program_emit()
|
D | fd6_draw.c | 362 .ds_state = true, in fd6_clear_lrz()
|
D | fd6_program.c | 241 .ds_state = true, in setup_config_stateobj()
|
D | fd6_emit.c | 1157 .ds_state = true, in fd6_emit_restore()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 101 const VkPipelineDepthStencilStateCreateInfo *ds_state, in create_pipeline() argument 160 .pDepthStencilState = ds_state, in create_pipeline() 289 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_color_pipeline() local 318 samples, vs_nir, fs_nir, &vi_state, &ds_state, &cb_state, in create_color_pipeline() 665 const VkPipelineDepthStencilStateCreateInfo ds_state = { in create_depthstencil_pipeline() local 701 samples, vs_nir, fs_nir, &vi_state, &ds_state, &cb_state, in create_depthstencil_pipeline()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 1676 …::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_state = ds_state; } in SetDepthStencil() argument
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 4093 static const struct brw_tracked_state genX(ds_state) = { 5778 &genX(ds_state), 5867 &genX(ds_state),
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 1465 .ds_state = true, in tu6_emit_program()
|
D | tu_clear_blit.c | 418 .ds_state = true, in r3d_common()
|
D | tu_cmd_buffer.c | 715 .ds_state = true, in tu6_init_hw()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 4359 uint32_t *ds_state = te_state + GENX(3DSTATE_TE_length); in iris_store_tes_state() local 4370 iris_pack_command(GENX(3DSTATE_DS), ds_state, ds) { in iris_store_tes_state()
|