Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_PERSPECTIVE (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c299 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
305 return TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
Dtgsi_scan.c191 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_src_operand()
451 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_instruction()
Dtgsi_exec.c3035 case TGSI_INTERPOLATE_PERSPECTIVE: in exec_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c182 interp = TGSI_INTERPOLATE_PERSPECTIVE; in find_interp()
216 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in flatshade_init_state()
Ddraw_pipe_clip.c753 interp = TGSI_INTERPOLATE_PERSPECTIVE; in find_interp()
810 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in clip_init_state()
841 case TGSI_INTERPOLATE_PERSPECTIVE: in clip_init_state()
874 case TGSI_INTERPOLATE_PERSPECTIVE: in clip_init_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap_shader.c87 semantic, 0, TGSI_INTERPOLATE_PERSPECTIVE); in transform_instr()
Dst_program.c960 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
985 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
990 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
1032 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
1056 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
Dst_cb_drawpixels_shader.c118 TGSI_INTERPOLATE_PERSPECTIVE); in transform_instr()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c206 TGSI_INTERPOLATE_PERSPECTIVE); in create_yuv_shader()
333 TGSI_INTERPOLATE_PERSPECTIVE); in read_input()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c136 case TGSI_INTERPOLATE_PERSPECTIVE: in tgsi_scan_shader()
304 case TGSI_INTERPOLATE_PERSPECTIVE: in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c160 ureg, texcoord_semantic(pctx), 0, TGSI_INTERPOLATE_PERSPECTIVE); in fd_prog_blit_fs()
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c222 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE); in init_prog()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp147 m_interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in ShaderInputVarying()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h103 TGSI_INTERPOLATE_PERSPECTIVE, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h107 #define TGSI_INTERPOLATE_PERSPECTIVE 2 macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c116 case TGSI_INTERPOLATE_PERSPECTIVE: in softpipe_compute_vertex_info()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c234 TGSI_INTERPOLATE_PERSPECTIVE, vsctx->num_outputs); in transform_inst()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c559 info->input_interpolate[i] = TGSI_INTERPOLATE_PERSPECTIVE; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c204 case TGSI_INTERPOLATE_PERSPECTIVE: in ttn_translate_interp_mode()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c303 interp_mode == TGSI_INTERPOLATE_PERSPECTIVE); in util_make_fragment_tex_shader_writemask()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c1356 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
1373 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
1549 … ureg_src vFog = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_GENERIC, 16, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
Dnine_shader.c881 TGSI_INTERPOLATE_PERSPECTIVE); in tx_texcoord_alloc()
2205 return TGSI_INTERPOLATE_PERSPECTIVE; in nine_tgsi_to_interp_mode()
3747 TGSI_INTERPOLATE_PERSPECTIVE), in shader_add_ps_fog_stage()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2707 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS()
2864 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3644 case TGSI_INTERPOLATE_PERSPECTIVE: in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2728 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
2744 case TGSI_INTERPOLATE_PERSPECTIVE: in translate_interpolation()

12