Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_PATCH (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c168 *semantic_name = TGSI_SEMANTIC_PATCH; in tgsi_get_gl_varying_semantic()
H A Dtgsi_sanity.c414 uint patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
H A Dtgsi_dump.c303 boolean patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
H A Dtgsi_scan.c233 case TGSI_SEMANTIC_PATCH: in scan_src_operand()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c354 case TGSI_SEMANTIC_PATCH: in svga_tgsi_to_gl_varying_semantic()
505 case TGSI_SEMANTIC_PATCH: in svga_tgsi_scan_shader()
H A Dsvga_tgsi_vgpu10.c3412 case TGSI_SEMANTIC_PATCH: in needs_control_point_phase()
4504 case TGSI_SEMANTIC_PATCH: in emit_tcs_output_declarations()
5361 if (semantic_name == TGSI_SEMANTIC_PATCH) { in emit_tes_input_declarations()
5400 if (sem_name == TGSI_SEMANTIC_PATCH) { in emit_tes_input_declarations()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h189 TGSI_SEMANTIC_PATCH, /**< generic per-patch semantic */ enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c740 case TGSI_SEMANTIC_PATCH: in nir_tgsi_scan_shader()
H A Dtgsi_to_nir.c389 semantic_name == TGSI_SEMANTIC_PATCH; in ttn_emit_declaration()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1330 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()
1332 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()
1366 case TGSI_SEMANTIC_PATCH: in scanDeclaration()
H A Dnv50_ir_from_nir.cpp1046 if (var->data.patch && name == TGSI_SEMANTIC_PATCH) in assignSlots()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A 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()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c1045 case TGSI_SEMANTIC_PATCH: in r600_create_shader_state()
H A Dr600_shader.c763 case TGSI_SEMANTIC_PATCH: in r600_get_lds_unique_index()

Completed in 57 milliseconds