Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_PATCH (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c166 *semantic_name = TGSI_SEMANTIC_PATCH; in tgsi_get_gl_varying_semantic()
Dtgsi_sanity.c414 uint patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
Dtgsi_dump.c303 boolean patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
Dtgsi_scan.c233 case TGSI_SEMANTIC_PATCH: in scan_src_operand()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h195 #define TGSI_SEMANTIC_PATCH 30 /**< generic per-patch semantic */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h195 TGSI_SEMANTIC_PATCH, /**< generic per-patch semantic */ enumerator
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_ts.c235 case TGSI_SEMANTIC_PATCH: in make_tes_key()
Dsvga_tgsi_vgpu10.c3184 case TGSI_SEMANTIC_PATCH: in needs_control_point_phase()
4253 case TGSI_SEMANTIC_PATCH: in emit_tcs_output_declarations()
5058 if (semantic_name == TGSI_SEMANTIC_PATCH) { in emit_tes_input_declarations()
5097 if (sem_name == TGSI_SEMANTIC_PATCH) { in emit_tes_input_declarations()
/external/virglrenderer/src/
Dvrend_shader.c863 case TGSI_SEMANTIC_PATCH: in iter_declaration()
864 if (indirect && ctx->inputs[i].name == TGSI_SEMANTIC_PATCH) { in iter_declaration()
912 else if (ctx->inputs[i].name == TGSI_SEMANTIC_PATCH) in iter_declaration()
1113 case TGSI_SEMANTIC_PATCH: in iter_declaration()
1114 if (indirect && ctx->outputs[i].name == TGSI_SEMANTIC_PATCH) { in iter_declaration()
1140 else if (ctx->outputs[i].name == TGSI_SEMANTIC_PATCH) in iter_declaration()
2769 …se if (ctx->prog_type == TGSI_PROCESSOR_TESS_CTRL && ctx->outputs[j].name != TGSI_SEMANTIC_PATCH) { in get_destination_info()
2784 … } else if (ctx_indirect_outputs(ctx) && ctx->outputs[j].name == TGSI_SEMANTIC_PATCH) { in get_destination_info()
2981 } else if (ctx->inputs[j].name == TGSI_SEMANTIC_PATCH && in get_source_info()
3023 } else if (ctx->outputs[j].name == TGSI_SEMANTIC_PATCH && in get_source_info()
[all …]
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1127 } else if (name == TGSI_SEMANTIC_PATCH) { in swr_tcs_llvm_fetch_output()
1239 } else if (name == TGSI_SEMANTIC_PATCH) { in swr_tcs_llvm_store_output()
1878 case TGSI_SEMANTIC_PATCH: in CompileTES()
1915 case TGSI_SEMANTIC_PATCH: in CompileTES()
1927 if (semantic_name == TGSI_SEMANTIC_PATCH) { in CompileTES()
2166 if (name == TGSI_SEMANTIC_PATCH) { in CompileTCS()
2179 case TGSI_SEMANTIC_PATCH: in CompileTCS()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c43 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; in nvc0_shader_input_address()
72 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; in nvc0_shader_output_address()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c285 boolean patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c744 case TGSI_SEMANTIC_PATCH: in nir_tgsi_scan_shader()
Dtgsi_to_nir.c387 semantic_name == TGSI_SEMANTIC_PATCH; in ttn_emit_declaration()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1623 input_semantic_name[slot] = TGSI_SEMANTIC_PATCH; in st_translate_common_program()
1659 output_semantic_name[slot] = TGSI_SEMANTIC_PATCH; in st_translate_common_program()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1324 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()
1326 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()
1360 case TGSI_SEMANTIC_PATCH: in scanDeclaration()
Dnv50_ir_from_nir.cpp1038 if (var->data.patch && name == TGSI_SEMANTIC_PATCH) in assignSlots()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1354 if (info->input_semantic_name[reg->Register.Index] == TGSI_SEMANTIC_PATCH) { in emit_fetch_tes_input()
1373 if (info->input_semantic_name[reg->Register.Index] == TGSI_SEMANTIC_PATCH) { in emit_fetch_tes_input()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c970 case TGSI_SEMANTIC_PATCH: in r600_create_shader_state()
Dr600_shader.c746 case TGSI_SEMANTIC_PATCH: in r600_get_lds_unique_index()
/external/mesa3d/docs/gallium/
Dtgsi.rst3384 TGSI_SEMANTIC_PATCH subsection