HomeSort by: relevance | last modified time | path
    Searched refs:ds_state (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
helpers.cpp 717 VkPipelineDepthStencilStateCreateInfo ds_state; local
718 ds_state.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO;
719 ds_state.pNext = NULL;
720 ds_state.flags = 0;
721 ds_state.depthTestEnable = ds_output != VK_FORMAT_UNDEFINED;
722 ds_state.depthWriteEnable = true;
723 ds_state.depthCompareOp = VK_COMPARE_OP_ALWAYS;
724 ds_state.depthBoundsTestEnable = false;
725 ds_state.stencilTestEnable = true;
726 ds_state.front.failOp = VK_STENCIL_OP_KEEP
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
gen7_cmd_buffer.c 241 struct anv_state ds_state = local
248 dsp.PointertoDEPTH_STENCIL_STATE = ds_state.offset;
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_meta_clear.c 472 const VkPipelineDepthStencilStateCreateInfo *ds_state,
546 .pDepthStencilState = ds_state,
611 const VkPipelineDepthStencilStateCreateInfo ds_state = { local
643 &ds_state,
673 const VkPipelineDepthStencilStateCreateInfo ds_state = { local
702 &ds_state,
v3dv_meta_copy.c 1581 const VkPipelineDepthStencilStateCreateInfo *ds_state,
1823 VkPipelineDepthStencilStateCreateInfo ds_state = { local
1853 &ds_state,
3345 const VkPipelineDepthStencilStateCreateInfo *ds_state,
3417 .pDepthStencilState = ds_state,
3513 VkPipelineDepthStencilStateCreateInfo ds_state = { local
3543 &ds_state,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_compute.c 49 .ds_state = true, .gs_state = true,
fd6_draw.c 395 .ds_state = true, .gs_state = true,
fd6_emit.c 1238 .ds_state = true, .gs_state = true,
fd6_program.c 281 .ds_state = true, .gs_state = true,
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
gfx7_cmd_buffer.c 332 struct anv_state ds_state = local
339 dsp.PointertoDEPTH_STENCIL_STATE = ds_state.offset;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_clear.c 80 const VkPipelineDepthStencilStateCreateInfo *ds_state,
139 .pDepthStencilState = ds_state,
270 const VkPipelineDepthStencilStateCreateInfo ds_state = { local
296 &vi_state, &ds_state, &cb_state, device->meta_state.clear_color_p_layout,
604 const VkPipelineDepthStencilStateCreateInfo ds_state = { local
640 &vi_state, &ds_state, &cb_state, device->meta_state.clear_depth_p_layout,
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_clear.c 101 const VkPipelineDepthStencilStateCreateInfo *ds_state,
160 .pDepthStencilState = ds_state,
269 const VkPipelineDepthStencilStateCreateInfo ds_state = { local
298 samples, vs_nir, fs_nir, &vi_state, &ds_state, &cb_state,
584 const VkPipelineDepthStencilStateCreateInfo ds_state = { local
620 samples, vs_nir, fs_nir, &vi_state, &ds_state, &cb_state,
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 4092 static const struct brw_tracked_state genX(ds_state) = {
5771 &genX(ds_state),
5860 &genX(ds_state),
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 4165 static const struct brw_tracked_state genX(ds_state) = {
5844 &genX(ds_state),
5933 &genX(ds_state),
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 4429 uint32_t *ds_state = (void *) shader->derived_data; local
4430 uint32_t *te_state = ds_state + GENX(3DSTATE_DS_length);
4432 iris_pack_command(GENX(3DSTATE_DS), ds_state, ds) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c 3656 uint32_t *ds_state = te_state + GENX(3DSTATE_TE_length); local
3667 iris_pack_command(GENX(3DSTATE_DS), ds_state, ds) {
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_clear_blit.c 620 .ds_state = true,
tu_pipeline.c 1625 .ds_state = true,
tu_cmd_buffer.c 487 * dEQP-VK.dynamic_state.ds_state.depth_bounds_1
759 .ds_state = true,

Completed in 51 milliseconds