Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_SAMPLEMASK (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c207 *semantic_name = TGSI_SEMANTIC_SAMPLEMASK; in tgsi_get_gl_frag_result_semantic()
249 return TGSI_SEMANTIC_SAMPLEMASK; in tgsi_get_sysval_semantic()
Dtgsi_scan.c724 case TGSI_SEMANTIC_SAMPLEMASK: in scan_declaration()
779 case TGSI_SEMANTIC_SAMPLEMASK: in scan_declaration()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h185 TGSI_SEMANTIC_SAMPLEMASK, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c387 case TGSI_SEMANTIC_SAMPLEMASK: in svga_tgsi_to_gl_frag_result_semantic()
Dsvga_tgsi_vgpu10.c1343 else if (sem_name == TGSI_SEMANTIC_SAMPLEMASK) { in emit_dst_register()
4147 else if (semantic_name == TGSI_SEMANTIC_SAMPLEMASK) { in emit_fs_output_declarations()
4733 case TGSI_SEMANTIC_SAMPLEMASK: in emit_system_value_declaration()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp245 ShaderInput input(ninputs(), TGSI_SEMANTIC_SAMPLEMASK); in do_allocate_reserved_registers()
541 semantic = TGSI_SEMANTIC_SAMPLEMASK; in emit_export_pixel()
Dsfn_shader.cpp81 case TGSI_SEMANTIC_SAMPLEMASK: in set_sid()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c722 case TGSI_SEMANTIC_SAMPLEMASK: in nir_tgsi_scan_shader()
Dtgsi_to_nir.c419 case TGSI_SEMANTIC_SAMPLEMASK: in ttn_emit_declaration()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp450 case TGSI_SEMANTIC_SAMPLEMASK: return nv50_ir::SV_SAMPLE_MASK; in translateSysVal()
1360 case TGSI_SEMANTIC_SAMPLEMASK: in scanDeclaration()
1398 case TGSI_SEMANTIC_SAMPLEMASK: in scanDeclaration()
Dnv50_ir_from_nir.cpp1103 case TGSI_SEMANTIC_SAMPLEMASK: in assignSlots()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2510 if (rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK && msaa) in r600_update_ps_state()
2523 rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK) { in r600_update_ps_state()
Devergreen_state.c3357 else if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEMASK) { in evergreen_update_ps_state()
3415 if (rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK && msaa) in evergreen_update_ps_state()
3449 rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK) in evergreen_update_ps_state()
Dr600_shader.c708 name == TGSI_SEMANTIC_SAMPLEMASK) in r600_spi_sid()
1209 if (d->Semantic.Name == TGSI_SEMANTIC_SAMPLEMASK || in tgsi_declaration()
1301 { false, &ctx->face_gpr, TGSI_SEMANTIC_SAMPLEMASK, ~0u }, /* lives in Front Face GPR.z */ in allocate_system_value_inputs()
1417 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_SAMPLEMASK || in evergreen_gpr_count()
1724 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEMASK) { in tgsi_src()
4248 } else if (shader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK) { in r600_shader_from_tgsi()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst3325 TGSI_SEMANTIC_SAMPLEMASK subsection
3801 When enabled, the input for TGSI_SEMANTIC_SAMPLEMASK will exclude samples
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1105 TGSI_SEMANTIC_SAMPLEMASK, in generate_fs_loop()