Home
last modified time | relevance | path

Searched refs:StencilTestFunction (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/vulkan_hasvk/
Dgfx7_cmd_buffer.c181 .StencilTestFunction = genX(vk_to_intel_compare_op)[opt_ds.stencil.front.op.compare], in genX()
Dgfx8_cmd_buffer.c314 ds.StencilTestFunction = genX(vk_to_intel_compare_op)[opt_ds.stencil.front.op.compare]; in genX()
/external/mesa3d/src/intel/vulkan/
DgenX_gfx_state.c1242 SET(WM_DEPTH_STENCIL, ds.StencilTestFunction, in update_wm_depth_stencil()
2618 SET(ds, ds, StencilTestFunction); in cmd_buffer_gfx_state_emission()
Danv_private.h1780 uint32_t StencilTestFunction; member
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec_elk.h1245 ds.StencilTestFunction = COMPAREFUNCTION_ALWAYS; in blorp_emit_depth_stencil_state()
Dblorp_genX_exec_brw.h1043 ds.StencilTestFunction = COMPAREFUNCTION_ALWAYS; in blorp_emit_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1939 wmds.StencilTestFunction = in iris_create_zsa_state()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5795 ds->StencilTestFunction = translate_compare_func(cso->cso.stencil[0].func); in set_depth_stencil_bits()