Home
last modified time | relevance | path

Searched refs:system_value_semantic_name (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h58 uint8_t system_value_semantic_name[PIPE_MAX_SHADER_INPUTS]; member
H A Dtgsi_scan.c92 name = info->system_value_semantic_name[src->Register.Index]; in scan_src_operand()
438 info->system_value_semantic_name[index] = semName; in scan_declaration()
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h59 ubyte system_value_semantic_name[PIPE_MAX_SHADER_INPUTS]; member
H A Dtgsi_scan.c346 info->system_value_semantic_name[index] = semName; in tgsi_scan_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_dump.c164 PRINT_UINT_ARRAY_MEMBER(system_value_semantic_name, i); in print_pipe_info()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c588 switch (c->scan->system_value_semantic_name[index]) { in ttn_src_for_file_and_index()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1495 switch (info->system_value_semantic_name[reg->Register.Index]) { in emit_fetch_system_value()