Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c205 *semantic_name = TGSI_SEMANTIC_SAMPLEMASK; in tgsi_get_gl_frag_result_semantic()
247 return TGSI_SEMANTIC_SAMPLEMASK; in tgsi_get_sysval_semantic()
Dtgsi_scan.c723 case TGSI_SEMANTIC_SAMPLEMASK: in scan_declaration()
778 case TGSI_SEMANTIC_SAMPLEMASK: in scan_declaration()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp195 case TGSI_SEMANTIC_SAMPLEMASK: in evaluate_spi_sid()
Dsfn_shader_fragment.cpp230 m_shaderio.add_input(new ShaderInputSystemValue(TGSI_SEMANTIC_SAMPLEMASK, face_reg_index)); in do_allocate_reserved_registers()
Dsfn_shader_base.cpp329 case TGSI_SEMANTIC_SAMPLEMASK: in evaluate_spi_sid()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h191 TGSI_SEMANTIC_SAMPLEMASK, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h192 #define TGSI_SEMANTIC_SAMPLEMASK 26 macro
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c728 case TGSI_SEMANTIC_SAMPLEMASK: in nir_tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp450 case TGSI_SEMANTIC_SAMPLEMASK: return nv50_ir::SV_SAMPLE_MASK; in translateSysVal()
1354 case TGSI_SEMANTIC_SAMPLEMASK: in scanDeclaration()
1392 case TGSI_SEMANTIC_SAMPLEMASK: in scanDeclaration()
Dnv50_ir_from_nir.cpp1095 case TGSI_SEMANTIC_SAMPLEMASK: in assignSlots()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2501 if (rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK && in r600_update_ps_state()
2515 rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK) { in r600_update_ps_state()
Devergreen_state.c3352 else if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEMASK) { in evergreen_update_ps_state()
3411 if (rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK && in evergreen_update_ps_state()
3446 rshader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK) in evergreen_update_ps_state()
Dr600_shader.c697 name == TGSI_SEMANTIC_SAMPLEMASK) in r600_spi_sid()
1190 if (d->Semantic.Name == TGSI_SEMANTIC_SAMPLEMASK || in tgsi_declaration()
1282 { false, &ctx->face_gpr, TGSI_SEMANTIC_SAMPLEMASK, ~0u }, /* lives in Front Face GPR.z */ in allocate_system_value_inputs()
1398 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_SAMPLEMASK || in evergreen_gpr_count()
1708 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEMASK) { in tgsi_src()
4233 } else if (shader->output[i].name == TGSI_SEMANTIC_SAMPLEMASK) { in r600_shader_from_tgsi()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1089 fs_output_semantic_name[fs_num_outputs] = TGSI_SEMANTIC_SAMPLEMASK; in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp6766 case TGSI_SEMANTIC_SAMPLEMASK: in st_translate_program()
6768 TGSI_SEMANTIC_SAMPLEMASK, in st_translate_program()
/external/virglrenderer/src/
Dvrend_shader.c1318 case TGSI_SEMANTIC_SAMPLEMASK: in iter_declaration()
1572 } else if (decl->Semantic.Name == TGSI_SEMANTIC_SAMPLEMASK) { in iter_declaration()
3614 ctx->outputs[j].name == TGSI_SEMANTIC_SAMPLEMASK) { in get_destination_info()
4293 } else if (ctx->system_values[j].name == TGSI_SEMANTIC_SAMPLEMASK) { in get_source_info()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1264 else if (sem_name == TGSI_SEMANTIC_SAMPLEMASK) { in emit_dst_register()
3896 else if (semantic_name == TGSI_SEMANTIC_SAMPLEMASK) { in emit_fs_output_declarations()
4482 case TGSI_SEMANTIC_SAMPLEMASK: in emit_system_value_declaration()
/external/mesa3d/docs/gallium/
Dtgsi.rst3322 TGSI_SEMANTIC_SAMPLEMASK subsection
3803 When enabled, the input for TGSI_SEMANTIC_SAMPLEMASK will exclude samples
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1025 TGSI_SEMANTIC_SAMPLEMASK, in generate_fs_loop()