Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h54 ubyte input_cylindrical_wrap[PIPE_MAX_SHADER_INPUTS]; member
Dtgsi_scan.c288 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h54 ubyte input_cylindrical_wrap[PIPE_MAX_SHADER_INPUTS]; member
Dtgsi_scan.c626 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in scan_declaration()
Dtgsi_lowering.c1190 decl.Interp.CylindricalWrap = info->input_cylindrical_wrap[in_idx]; in emit_twoside()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c636 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_tri_coefficients()
646 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_tri_coefficients()
1020 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_line_coefficients()
1029 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_line_coefficients()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2935 shader->inputs[i].cyl_wrap = shader->info.base.input_cylindrical_wrap[i]; in llvmpipe_create_fs_state()