| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_setup.h | 47 unsigned interp:8; /**< SP_INTERP_X */ member in struct:sp_setup_info::__anon1633
|
| sp_state_derived.c | 107 enum sp_interp_mode interp = SP_INTERP_LINEAR; local 111 interp = SP_INTERP_CONSTANT; 114 interp = SP_INTERP_LINEAR; 117 interp = SP_INTERP_PERSPECTIVE; 128 interp = SP_INTERP_POS; 134 interp = SP_INTERP_CONSTANT; 136 interp = SP_INTERP_PERSPECTIVE; 160 sinfo->attrib[i].interp = interp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_setup.h | 47 unsigned interp:8; /**< SP_INTERP_X */ member in struct:sp_setup_info::__anon4072
|
| sp_state_derived.c | 107 enum sp_interp_mode interp = SP_INTERP_LINEAR; local 111 interp = SP_INTERP_CONSTANT; 114 interp = SP_INTERP_LINEAR; 117 interp = SP_INTERP_PERSPECTIVE; 128 interp = SP_INTERP_POS; 134 interp = SP_INTERP_CONSTANT; 136 interp = SP_INTERP_PERSPECTIVE; 160 sinfo->attrib[i].interp = interp;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_linear_interp.c | 71 struct lp_linear_interp *interp = (struct lp_linear_interp *)elem; local 72 uint32_t *row = interp->row; 73 __m128i a0 = interp->a0; 74 __m128i dadx = interp->dadx; 75 int width = (interp->width + 3) & ~3; 90 interp->a0 = _mm_add_epi16(interp->a0, interp->dady); 91 return interp->row; 97 struct lp_linear_interp *interp = (struct lp_linear_interp *)elem local 105 struct lp_linear_interp *interp = (struct lp_linear_interp *)elem; local [all...] |
| lp_bld_interp.h | 70 uint interp:4; /* enum lp_interp */ member in struct:lp_shader_input 86 enum lp_interp interp[1 + PIPE_MAX_SHADER_INPUTS]; member in struct:lp_build_interp_soa_context
|
| lp_linear.c | 89 struct lp_linear_interp interp[LP_MAX_LINEAR_INPUTS]; local 148 if (!lp_linear_init_interp(&interp[i], 161 jit.inputs[i] = &interp[i].base; 217 struct lp_linear_interp interp[LP_MAX_LINEAR_INPUTS]; local 235 lp_linear_init_noop_interp(&interp[i]); 236 jit.inputs[i] = &interp[i].base; 247 variant->linear_input_mask |= (interp[i].row[0] << i);
|
| lp_bld_interp.c | 224 const unsigned interp = bld->interp[attrib]; local 232 switch (interp) { 312 const unsigned interp = bld->interp[attrib]; local 325 switch (interp) { 388 if (interp == LP_INTERP_PERSPECTIVE) { 451 const unsigned interp = bld->interp[attrib]; local 467 switch (interp) { 603 const unsigned interp = bld->interp[attrib]; local [all...] |
| lp_setup_point.c | 223 enum lp_interp interp = key->inputs[slot].interp; local 224 boolean perspective = !!(interp == LP_INTERP_PERSPECTIVE); 231 switch (interp) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_flatshade.c | 170 int interp; local 176 interp = indexed_interp[semantic_index]; 182 interp = TGSI_INTERPOLATE_PERSPECTIVE; 187 interp = fs->info.input_interpolate[j]; 193 return interp; 236 int interp = find_interp(fs, indexed_interp, local 241 if (interp == TGSI_INTERPOLATE_CONSTANT || 242 (interp == TGSI_INTERPOLATE_COLOR && draw->rasterizer->flatshade)) { 250 int interp = find_interp(fs, indexed_interp, local 254 if (interp == TGSI_INTERPOLATE_CONSTANT) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_clip_util.c | 268 GLuint interp = c->key.interp_mode[slot]; local 270 if (interp != INTERP_MODE_FLAT) { 273 interp == INTERP_MODE_NOPERSPECTIVE ? t_nopersp : t0;
|
| test_eu_compact.cpp | 314 struct brw_reg interp = brw_vec1_grf(2, 0); local 317 brw_PLN(p, m6, interp, g4);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_vb_cliptmp.h | 55 interp( ctx, t, newvert, idx, idxPrev, GL_TRUE ); \ 61 interp( ctx, t, newvert, idxPrev, idx, GL_FALSE ); \ 122 tnl_interp_func interp = tnl->Driver.Render.Interp; local 152 interp( ctx, t0, newvert, v0, v1, GL_FALSE ); 166 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE ); 190 tnl_interp_func interp = tnl->Driver.Render.Interp; local 269 tnl_interp_func interp = tnl->Driver.Render.Interp; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_flatshade.c | 170 int interp; local 176 interp = indexed_interp[semantic_index]; 182 interp = TGSI_INTERPOLATE_PERSPECTIVE; 187 interp = fs->info.input_interpolate[j]; 193 return interp; 236 int interp = find_interp(fs, indexed_interp, local 241 if (interp == TGSI_INTERPOLATE_CONSTANT || 242 (interp == TGSI_INTERPOLATE_COLOR && draw->rasterizer->flatshade)) { 250 int interp = find_interp(fs, indexed_interp, local 254 if (interp == TGSI_INTERPOLATE_CONSTANT) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_bld_interp.h | 70 uint interp:4; /* enum lp_interp */ member in struct:lp_shader_input 86 enum lp_interp interp[1 + PIPE_MAX_SHADER_INPUTS]; member in struct:lp_build_interp_soa_context
|
| lp_bld_interp.c | 183 const unsigned interp = bld->interp[attrib]; local 191 switch (interp) { 268 const unsigned interp = bld->interp[attrib]; local 279 switch (interp) { 313 if (interp == LP_INTERP_PERSPECTIVE) { 394 const unsigned interp = bld->interp[attrib]; local 403 switch (interp) { 570 const unsigned interp = bld->interp[attrib]; local [all...] |
| lp_setup_point.c | 223 enum lp_interp interp = key->inputs[slot].interp; local 224 boolean perspective = !!(interp == LP_INTERP_PERSPECTIVE); 231 switch (interp) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_clip_util.c | 268 GLuint interp = c->key.interp_mode[slot]; local 270 if (interp != INTERP_MODE_FLAT) { 273 interp == INTERP_MODE_NOPERSPECTIVE ? t_nopersp : t0;
|
| test_eu_compact.cpp | 233 struct brw_reg interp = brw_vec1_grf(2, 0); local 236 brw_PLN(p, m6, interp, g4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_vb_cliptmp.h | 55 interp( ctx, t, newvert, idx, idxPrev, GL_TRUE ); \ 61 interp( ctx, t, newvert, idxPrev, idx, GL_FALSE ); \ 122 tnl_interp_func interp = tnl->Driver.Render.Interp; local 152 interp( ctx, t0, newvert, v0, v1, GL_FALSE ); 166 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE ); 190 tnl_interp_func interp = tnl->Driver.Render.Interp; local 269 tnl_interp_func interp = tnl->Driver.Render.Interp; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_print_visitor.cpp | 201 const char *const interp[] = { "", "smooth", "flat", "noperspective", "explicit", "color" }; local 202 STATIC_ASSERT(ARRAY_SIZE(interp) == INTERP_MODE_COUNT); 211 interp[ir->data.interpolation], precision[ir->data.precision]);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_io_to_temporaries.c | 145 nir_intrinsic_instr *interp) 178 interp); 200 nir_intrinsic_instr_create(b->shader, interp->intrinsic); 203 if (interp->intrinsic == nir_intrinsic_interp_deref_at_sample || 204 interp->intrinsic == nir_intrinsic_interp_deref_at_offset || 205 interp->intrinsic == nir_intrinsic_interp_deref_at_vertex) { 206 new_interp->src[1] = interp->src[1]; 209 new_interp->num_components = interp->num_components; 211 interp->dest.ssa.num_components, 212 interp->dest.ssa.bit_size, NULL) 264 nir_intrinsic_instr *interp = nir_instr_as_intrinsic(instr); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| nir_to_tgsi_info.c | 379 enum glsl_interp_mode interp = intrinsic_get_var(intr)->data.interpolation; local 380 switch (interp) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_shader_state.c | 223 /* Force the program to be reuploaded, which will trigger interp fixups 436 uint32_t interp = fp->fp.interp; local 483 interp |= m << 8; /* set map id where 'normal' FP inputs start */ 583 PUSH_DATA (push, interp); 585 nv50->state.interpolant_ctrl = interp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_print_visitor.cpp | 216 const char *const interp[] = { "", "smooth", "flat", "noperspective" }; local 217 STATIC_ASSERT(ARRAY_SIZE(interp) == INTERP_MODE_COUNT); 225 interp[ir->data.interpolation]);
|