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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state_binning.c 196 unsigned stencil_coeff = tex->surface.has_stencil && local
198 unsigned sum = 4 * (depth_coeff + stencil_coeff) *
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state_binning.c 189 unsigned stencil_coeff = tex->surface.has_stencil && dsa->stencil_enabled ? 1 : 0; local
190 unsigned sum = 4 * (depth_coeff + stencil_coeff) * MAX2(tex->buffer.b.b.nr_samples, 1);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_pipeline.c 4017 unsigned stencil_coeff = vk_format_has_stencil(attachment->format) ? 1 : 0; local
4018 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples;
4108 unsigned stencil_coeff = vk_format_has_stencil(attachment->format) ? 1 : 0; local
4109 unsigned db_bytes_per_pixel = (depth_coeff + stencil_coeff) * total_samples;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_pipeline.c 2633 unsigned stencil_coeff = vk_format_is_stencil(attachment->format) ? 1 : 0; local
2634 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples;

Completed in 68 milliseconds