Searched refs:uses_persp_sample (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h107 boolean uses_persp_sample; member in struct:tgsi_shader_info
H A Dtgsi_scan.c200 info->uses_persp_sample = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h106 boolean uses_persp_sample; member in struct:tgsi_shader_info
H A Dtgsi_scan.c200 info->uses_persp_sample = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c330 info->uses_persp_sample = true;
457 info->uses_persp_sample = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_BARYCENTRIC_PERSP_SAMPLE);
501 info->uses_persp_sample || info->uses_linear_center ||
H A Dsi_shader.h377 bool uses_persp_sample; member in struct:si_shader_info
H A Dsi_state_shaders.c2105 bool uses_persp_sample = sel->info.uses_persp_sample || local in function:si_ps_key_update_framebuffer_rasterizer_sample_shading
2139 uses_persp_sample > 1;
H A Dsi_shader_llvm.c479 ctx->shader->selector->info.uses_persp_sample);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c269 info->uses_persp_sample = true;
H A Dsi_state_shaders.c1646 sel->info.uses_persp_sample > 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c357 info->uses_persp_sample = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1510 if (ctx->fs->info.base.uses_persp_sample ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1779 if (ctx->fs->info.base.uses_persp_sample ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1252 (ctx->info.uses_linear_sample || ctx->info.uses_persp_sample)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1340 (ctx->info.uses_linear_sample || ctx->info.uses_persp_sample)) {

Completed in 49 milliseconds