Home
last modified time | relevance | path

Searched refs:input_cylindrical_wrap (Results 1 – 8 of 8) 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.c671 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/r600/
Dr600_dump.c184 PRINT_UINT_ARRAY_MEMBER(input_cylindrical_wrap, i); in print_pipe_info()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c626 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_tri_coefficients()
636 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_tri_coefficients()
1011 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_line_coefficients()
1020 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), in setup_line_coefficients()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3634 shader->inputs[i].cyl_wrap = shader->info.base.input_cylindrical_wrap[i]; in llvmpipe_create_fs_state()