/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 139 *semantic_name = TGSI_SEMANTIC_TESSINNER; in tgsi_get_gl_varying_semantic() 261 return TGSI_SEMANTIC_TESSINNER; in tgsi_get_sysval_semantic()
|
D | tgsi_scan.c | 236 case TGSI_SEMANTIC_TESSINNER: in scan_src_operand() 726 case TGSI_SEMANTIC_TESSINNER: in scan_declaration() 1042 if (name == TGSI_SEMANTIC_TESSINNER) in get_inst_tessfactor_writemask()
|
D | tgsi_sanity.c | 416 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER; in iter_declaration()
|
D | tgsi_dump.c | 304 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_ts.c | 237 case TGSI_SEMANTIC_TESSINNER: in make_tes_key() 271 case TGSI_SEMANTIC_TESSINNER: in make_tes_key()
|
D | svga_tgsi_vgpu10.c | 3186 case TGSI_SEMANTIC_TESSINNER: in needs_control_point_phase() 4182 case TGSI_SEMANTIC_TESSINNER: in emit_tcs_output_declarations() 4526 case TGSI_SEMANTIC_TESSINNER: in emit_system_value_declaration() 5109 } else if (sem_name != TGSI_SEMANTIC_TESSINNER && in emit_tes_input_declarations()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 198 TGSI_SEMANTIC_TESSINNER, /**< inner tessellation levels */ enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 199 #define TGSI_SEMANTIC_TESSINNER 33 /**< inner tessellation levels */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 42 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; in nvc0_shader_input_address() 71 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; in nvc0_shader_output_address()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_tgsi.c | 102 tessinner = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, 0); in si_create_fixed_func_tcs()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_tess.c | 280 TGSI_SEMANTIC_TESSINNER, 0, shader->input_info); in llvm_fetch_tess_factors()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 747 case TGSI_SEMANTIC_TESSINNER: in nir_tgsi_scan_shader()
|
D | tgsi_to_nir.c | 147 case TGSI_SEMANTIC_TESSINNER: in tgsi_varying_semantic_to_slot() 385 var->data.patch = semantic_name == TGSI_SEMANTIC_TESSINNER || in ttn_emit_declaration()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 286 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1113 if (name == TGSI_SEMANTIC_TESSOUTER || name == TGSI_SEMANTIC_TESSINNER) { in swr_tcs_llvm_fetch_output() 1217 if (name == TGSI_SEMANTIC_TESSOUTER || name == TGSI_SEMANTIC_TESSINNER) { in swr_tcs_llvm_store_output() 1884 case TGSI_SEMANTIC_TESSINNER: in CompileTES() 2178 case TGSI_SEMANTIC_TESSINNER: in CompileTCS()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 1138 dst[num_regs] = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, in util_make_tess_ctrl_passthrough_shader()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 454 case TGSI_SEMANTIC_TESSINNER: return nv50_ir::SV_TESS_INNER; in translateSysVal() 1364 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration() 1405 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration()
|
D | nv50_ir_from_nir.cpp | 1109 if (var->data.patch && name != TGSI_SEMANTIC_TESSINNER && in assignSlots()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 968 case TGSI_SEMANTIC_TESSINNER: in r600_create_shader_state() 1588 tessinner = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, 0); in r600_generate_fixed_func_tcs()
|
D | r600_shader.c | 744 case TGSI_SEMANTIC_TESSINNER: in r600_get_lds_unique_index() 1200 else if (d->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in tgsi_declaration() 1203 int dreg = d->Semantic.Name == TGSI_SEMANTIC_TESSINNER ? 3 : 2; in tgsi_declaration() 1756 …se if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSINNER) { in tgsi_src() 3261 if (ctx->shader->output[j].name == TGSI_SEMANTIC_TESSINNER) in r600_emit_tess_factor() 3593 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_TESSINNER || in r600_shader_from_tgsi()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1422 case TGSI_SEMANTIC_TESSINNER: in iter_declaration() 1586 } else if (decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER) { in iter_declaration() 3613 ctx->outputs[j].name == TGSI_SEMANTIC_TESSINNER || in get_destination_info() 4252 } else if (ctx->system_values[j].name == TGSI_SEMANTIC_TESSINNER || in get_source_info()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1572 case TGSI_SEMANTIC_TESSINNER: in emit_fetch_system_value()
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 3406 TGSI_SEMANTIC_TESSINNER subsection
|