Home
last modified time | relevance | path

Searched refs:SYSTEM_VALUE_SAMPLE_ID (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c244 case SYSTEM_VALUE_SAMPLE_ID: in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/compiler/
Dshader_enums.c285 ENUM(SYSTEM_VALUE_SAMPLE_ID), in gl_system_value_name()
Dshader_enums.h743 SYSTEM_VALUE_SAMPLE_ID, enumerator
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c641 info->ps.reads_sample_id = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID); in radv_nir_shader_info_pass()
703 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) || in radv_nir_shader_info_pass()
/third_party/mesa3d/src/mesa/program/
Dprogram.c367 BITSET_TEST(prog->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) || in _mesa_get_min_invocations_per_fragment()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c963 var->data.location == SYSTEM_VALUE_SAMPLE_ID) { in d3d12_disable_multisampling()
969 BITSET_CLEAR(s->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID); in d3d12_disable_multisampling()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c202 samp_id_regid = ir3_find_sysval_regid(s[FS].v, SYSTEM_VALUE_SAMPLE_ID); in fd4_program_emit()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c226 case SYSTEM_VALUE_SAMPLE_ID: in get_semantic_sv_name()
Dnir_to_dxil.c5500 BITSET_TEST(ctx->shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID); in emit_module()
5733 {SYSTEM_VALUE_SAMPLE_ID, -1, "SV_SampleIndex", MESA_SHADER_NONE},
5747 !BITSET_TEST(ctx->shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID)) { in allocate_sysvalues()
5764 BITSET_SET(ctx->shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID); in allocate_sysvalues()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c698 … BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) || in si_nir_scan_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c284 samp_id_regid = ir3_find_sysval_regid(s[FS].v, SYSTEM_VALUE_SAMPLE_ID); in fd5_program_emit()
/third_party/mesa3d/src/compiler/nir/
Dnir.c2410 case SYSTEM_VALUE_SAMPLE_ID: in nir_intrinsic_from_system_value()
2552 return SYSTEM_VALUE_SAMPLE_ID; in nir_system_value_from_intrinsic()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp190 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_ID]; in emit_system_values_block()
3332 nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) in emit_non_coherent_fb_read()
3333 nir_system_values[SYSTEM_VALUE_SAMPLE_ID] = emit_sampleid_setup(); in emit_non_coherent_fb_read()
3335 const fs_reg sample = nir_system_values[SYSTEM_VALUE_SAMPLE_ID]; in emit_non_coherent_fb_read()
Dbrw_fs.cpp1451 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) in emit_samplemaskin_setup()
1452 nir_system_values[SYSTEM_VALUE_SAMPLE_ID] = emit_sampleid_setup(); in emit_samplemaskin_setup()
1457 abld.SHL(enabled_mask, one, nir_system_values[SYSTEM_VALUE_SAMPLE_ID]); in emit_samplemaskin_setup()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c496 samp_id_regid = ir3_find_sysval_regid(fs, SYSTEM_VALUE_SAMPLE_ID); in setup_stateobj()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1423 add_system_value(SYSTEM_VALUE_SAMPLE_ID, int_t, GLSL_PRECISION_LOW, in generate_fs_special_vars()
Dglsl_to_nir.cpp271 (var->data.location == SYSTEM_VALUE_SAMPLE_ID || in glsl_to_nir()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c905 *location = SYSTEM_VALUE_SAMPLE_ID; in vtn_get_builtin_location()
Dspirv_to_nir.c6684 (members[i].location == SYSTEM_VALUE_SAMPLE_ID || in spirv_to_nir()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp1325 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_ID) || in parseNIR()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c4367 SYSTEM_VALUE_SAMPLE_ID) || in nir_to_vir()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1406 samp_id_regid = ir3_find_sysval_regid(fs, SYSTEM_VALUE_SAMPLE_ID); in tu6_emit_fs_inputs()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2347 ctx->samp_id = create_sysval_input(ctx, SYSTEM_VALUE_SAMPLE_ID, 0x1); in emit_intrinsic()