| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 244 case SYSTEM_VALUE_SAMPLE_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_enums.h | 349 #define SYSTEM_BIT_SAMPLE_ID ((uint64_t)1 << SYSTEM_VALUE_SAMPLE_ID) 579 SYSTEM_VALUE_SAMPLE_ID, enumerator in enum:__anon0f1973a70403
|
| H A D | shader_enums.c | 230 ENUM(SYSTEM_VALUE_SAMPLE_ID),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.c | 284 ENUM(SYSTEM_VALUE_SAMPLE_ID),
|
| H A D | shader_enums.h | 693 SYSTEM_VALUE_SAMPLE_ID, enumerator in enum:__anon671c309a0403
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_shader.c | 278 BITSET_TEST(s->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program.c | 528 BITSET_TEST(prog->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) ||
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 192 case SYSTEM_VALUE_SAMPLE_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir.c | 1847 case SYSTEM_VALUE_SAMPLE_ID: 1933 return SYSTEM_VALUE_SAMPLE_ID;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 774 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) ||
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_gather_info.c | 907 (BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) ||
|
| H A D | nir.c | 2281 case SYSTEM_VALUE_SAMPLE_ID: 2413 return SYSTEM_VALUE_SAMPLE_ID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 355 samp_id_regid = ir3_find_sysval_regid(s[FS].v, SYSTEM_VALUE_SAMPLE_ID);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 342 samp_id_regid = ir3_find_sysval_regid(s[FS].v, SYSTEM_VALUE_SAMPLE_ID);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 284 samp_id_regid = ir3_find_sysval_regid(s[FS].v, SYSTEM_VALUE_SAMPLE_ID);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 508 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) ||
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1406 add_system_value(SYSTEM_VALUE_SAMPLE_ID, int_t, GLSL_PRECISION_LOW,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1250 add_system_value(SYSTEM_VALUE_SAMPLE_ID, int_t, "gl_SampleID");
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 156 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_ID]; 3224 nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) 3225 nir_system_values[SYSTEM_VALUE_SAMPLE_ID] = *emit_sampleid_setup(); 3227 const fs_reg sample = nir_system_values[SYSTEM_VALUE_SAMPLE_ID];
|
| H A D | brw_fs.cpp | 1474 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) 1475 nir_system_values[SYSTEM_VALUE_SAMPLE_ID] = *emit_sampleid_setup(); 1480 abld.SHL(enabled_mask, one, nir_system_values[SYSTEM_VALUE_SAMPLE_ID]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 873 BITSET_TEST(pipeline->pipeline_nir[MESA_SHADER_FRAGMENT]->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 684 ir3_find_sysval_regid(fs, SYSTEM_VALUE_SAMPLE_ID);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 458 samp_id_regid = ir3_find_sysval_regid(fs, SYSTEM_VALUE_SAMPLE_ID);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 181 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_ID]; 3325 nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) 3326 nir_system_values[SYSTEM_VALUE_SAMPLE_ID] = *emit_sampleid_setup(); 3328 const fs_reg sample = nir_system_values[SYSTEM_VALUE_SAMPLE_ID];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 895 *location = SYSTEM_VALUE_SAMPLE_ID;
|