HomeSort by relevance Sort by last modified time
    Searched refs:si_translate_stencil_op (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 907 static uint32_t si_translate_stencil_op(enum VkStencilOp op) function
949 ds->db_stencil_control |= S_02842C_STENCILFAIL(si_translate_stencil_op(vkds->front.failOp));
950 ds->db_stencil_control |= S_02842C_STENCILZPASS(si_translate_stencil_op(vkds->front.passOp));
951 ds->db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(vkds->front.depthFailOp));
954 ds->db_stencil_control |= S_02842C_STENCILFAIL_BF(si_translate_stencil_op(vkds->back.failOp));
955 ds->db_stencil_control |= S_02842C_STENCILZPASS_BF(si_translate_stencil_op(vkds->back.passOp));
956 ds->db_stencil_control |= S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(vkds->back.depthFailOp));
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 970 static uint32_t si_translate_stencil_op(int s_op) function
    [all...]

Completed in 66 milliseconds