Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c158 *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.c232 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/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/nouveau/nvc0/
Dnvc0_program.c41 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; in nvc0_shader_input_address()
70 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; in nvc0_shader_output_address()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c416 case TGSI_SEMANTIC_PATCH: in si_nir_scan_shader()
Dsi_state_shaders.c2088 case TGSI_SEMANTIC_PATCH: in si_create_shader_selector()
Dsi_shader.c183 case TGSI_SEMANTIC_PATCH: in si_shader_io_get_unique_index_patch()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1342 input_semantic_name[slot] = TGSI_SEMANTIC_PATCH; in st_translate_program_common()
1378 output_semantic_name[slot] = TGSI_SEMANTIC_PATCH; in st_translate_program_common()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c285 boolean patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1372 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()
1374 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()
1408 case TGSI_SEMANTIC_PATCH: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c942 case TGSI_SEMANTIC_PATCH: in r600_create_shader_state()
Dr600_shader.c656 case TGSI_SEMANTIC_PATCH: in r600_get_lds_unique_index()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3301 TGSI_SEMANTIC_PATCH subsection