Home
last modified time | relevance | path

Searched refs:input_interpolate_loc (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h50 uint8_t input_interpolate_loc[PIPE_MAX_SHADER_INPUTS]; member
H A Dtgsi_scan.c420 info->input_interpolate_loc[reg] = (uint8_t)fulldecl->Interp.Location; in scan_declaration()
H A Dtgsi_lowering.c1190 decl.Interp.Location = info->input_interpolate_loc[in_idx]; in emit_twoside()
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h52 ubyte input_interpolate_loc[PIPE_MAX_SHADER_INPUTS]; member
H A Dtgsi_scan.c287 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; in tgsi_scan_shader()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c374 info->input_interpolate_loc[i] = TGSI_INTERPOLATE_LOC_CENTROID; in nir_tgsi_scan_shader()
376 info->input_interpolate_loc[i] = TGSI_INTERPOLATE_LOC_SAMPLE; in nir_tgsi_scan_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_dump.c152 PRINT_UINT_ARRAY_MEMBER(input_interpolate_loc, i); in print_pipe_info()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c5137 emit->info.input_interpolate_loc[i]); in emit_fs_input_declarations()