Home
last modified time | relevance | path

Searched refs:ds_state (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp636 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/
Dlvp_pipeline.c366 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/
Dgen7_cmd_buffer.c298 struct anv_state ds_state = in genX() local
305 dsp.PointertoDEPTH_STENCIL_STATE = ds_state.offset; in genX()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc1132 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/
Dv3dv_meta_clear.c246 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()
Dv3dv_meta_copy.c3625 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/
Dfd6_compute.c85 .ds_state = true, in cs_program_emit()
Dfd6_draw.c362 .ds_state = true, in fd6_clear_lrz()
Dfd6_program.c241 .ds_state = true, in setup_config_stateobj()
Dfd6_emit.c1157 .ds_state = true, in fd6_emit_restore()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c101 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/
Dvkrenderframework.cpp1676 …::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_state = ds_state; } in SetDepthStencil() argument
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c4093 static const struct brw_tracked_state genX(ds_state) = {
5778 &genX(ds_state),
5867 &genX(ds_state),
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1465 .ds_state = true, in tu6_emit_program()
Dtu_clear_blit.c418 .ds_state = true, in r3d_common()
Dtu_cmd_buffer.c715 .ds_state = true, in tu6_init_hw()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c4359 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()