| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_shaderio.cpp | 65 bool ShaderInput::interpolate() const function in class:r600::ShaderInput 114 tgsi_interpolate_mode interpolate, 120 m_interpolate(interpolate), 128 m_ij_index = interpolate == TGSI_INTERPOLATE_LINEAR ? 3 : 0; 258 bool ShaderInputVarying::interpolate() const function in class:r600::ShaderInputVarying 280 io.interpolate = m_interpolate; 300 unsigned frac, unsigned components, tgsi_interpolate_mode interpolate, 302 ShaderInputVarying(_name, sid, driver_location,frac, components, interpolate, interp_loc),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_shader.h | 50 unsigned interpolate; member in struct:r600_shader_io 192 int eg_get_interpolator_index(unsigned interpolate, unsigned location);
|
| r600_shader.c | 551 int eg_get_interpolator_index(unsigned interpolate, unsigned location) 553 if (interpolate == TGSI_INTERPOLATE_COLOR || 554 interpolate == TGSI_INTERPOLATE_LINEAR || 555 interpolate == TGSI_INTERPOLATE_PERSPECTIVE) 557 int is_linear = interpolate == TGSI_INTERPOLATE_LINEAR; 582 ctx->shader->input[input].interpolate, 764 /* turn input into interpolate on EG */ 771 if (ctx->shader->input[index].interpolate > 0) { 944 ctx->shader->output[i].interpolate = TGSI_INTERPOLATE_CONSTANT; 1069 ctx->shader->input[i].interpolate = d->Interp.Interpolate 1308 int interpolate, location, k; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_shader.h | 50 unsigned interpolate; member in struct:r600_shader_io 189 int eg_get_interpolator_index(unsigned interpolate, unsigned location);
|
| r600_shader.c | 467 int eg_get_interpolator_index(unsigned interpolate, unsigned location) 469 if (interpolate == TGSI_INTERPOLATE_COLOR || 470 interpolate == TGSI_INTERPOLATE_LINEAR || 471 interpolate == TGSI_INTERPOLATE_PERSPECTIVE) 473 int is_linear = interpolate == TGSI_INTERPOLATE_LINEAR; 498 ctx->shader->input[input].interpolate, 676 /* turn input into interpolate on EG */ 683 if (ctx->shader->input[index].interpolate > 0) { 856 ctx->shader->output[i].interpolate = TGSI_INTERPOLATE_CONSTANT; 981 ctx->shader->input[i].interpolate = d->Interp.Interpolate 1220 int interpolate, location, k; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texcompress_bptc_tmp.h | 500 interpolate(int32_t a, int32_t b, function 633 result[component] = interpolate(endpoints[subset_num * 2][component], 647 result[3] = interpolate(endpoints[subset_num * 2][3], 768 result[component] = interpolate(endpoints[subset_num * 2][component], 782 result[3] = interpolate(endpoints[subset_num * 2][3], 1026 value = interpolate(endpoints[subset_num * 2][component], 1125 value = interpolate(endpoints[subset_num * 2][component],
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| texcompress_bptc_tmp.h | 500 interpolate(int32_t a, int32_t b, function 634 result[component] = interpolate(endpoints[subset_num * 2][component], 648 result[3] = interpolate(endpoints[subset_num * 2][3], 772 result[component] = interpolate(endpoints[subset_num * 2][component], 786 result[3] = interpolate(endpoints[subset_num * 2][3], 1031 value = interpolate(endpoints[subset_num * 2][component], 1128 value = interpolate(endpoints[subset_num * 2][component],
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| ir3_shader.h | 419 enum glsl_interp_mode interpolate; member in struct:ir3_shader_variant::__anon3503
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_state_shaders.c | 2774 unsigned index, unsigned interpolate) 2779 if (interpolate == TGSI_INTERPOLATE_CONSTANT || 2780 (interpolate == TGSI_INTERPOLATE_COLOR && sctx->flatshade)) 2847 unsigned interpolate = psinfo->input_interpolate[i]; local 2850 index, interpolate); 2854 bcol_interp[index] = interpolate;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_from_tgsi.cpp | 1313 switch (decl->Interp.Interpolate) { 1709 Value *interpolate(tgsi::Instruction::SrcRegister, int c, Value *ptr); 1834 Converter::interpolate(tgsi::Instruction::SrcRegister src, int c, Value *ptr) function in class:__anon1387::Converter 2053 return interpolate(src, c, shiftAddress(ptr)); 3070 ERROR("Trying to interpolate non-input, this is not allowed.\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_shader.h | 332 ubyte interpolate; member in struct:si_input_info::__anon1604
|