Home
last modified time | relevance | path

Searched refs:uses_persp_sample (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h106 boolean uses_persp_sample; member
Dtgsi_scan.c200 info->uses_persp_sample = TRUE; in scan_src_operand()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c330 info->uses_persp_sample = true; in scan_instruction()
457 …info->uses_persp_sample = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_BARYCENTRIC_PERSP… in si_nir_scan_shader()
501 info->uses_persp_sample || info->uses_linear_center || in si_nir_scan_shader()
Dsi_shader.h377 bool uses_persp_sample; member
Dsi_state_shaders.c2105 bool uses_persp_sample = sel->info.uses_persp_sample || in si_ps_key_update_framebuffer_rasterizer_sample_shading() local
2139 uses_persp_sample > 1; in si_ps_key_update_framebuffer_rasterizer_sample_shading()
Dsi_shader_llvm.c479 ctx->shader->selector->info.uses_persp_sample); in si_nir_build_llvm()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c357 info->uses_persp_sample = true; in scan_instruction()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1779 if (ctx->fs->info.base.uses_persp_sample || in swr_update_derived()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1340 (ctx->info.uses_linear_sample || ctx->info.uses_persp_sample)) { in allocate_system_value_inputs()