Home
last modified time | relevance | path

Searched defs:texel (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c372 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgb_dxt1()
387 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_rgb_dxt1()
401 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgba_dxt1()
416 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_rgba_dxt1()
430 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgba_dxt3()
445 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_rgba_dxt3()
459 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgba_dxt5()
474 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_rgba_dxt5()
488 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_srgb_dxt1()
501 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_srgba_dxt1()
[all …]
Dtexcompress_rgtc.c296 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_red_rgtc1()
311 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_red_rgtc1()
326 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_rg_rgtc2()
344 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_rg_rgtc2()
362 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_l_latc1()
377 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_l_latc1()
392 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_la_latc2()
410 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_la_latc2()
Dtexcompress_fxt1.c161 GLint i, GLint j, GLint k, GLfloat *texel ) in _mesa_fetch_texel_2d_f_rgba_fxt1()
176 GLint i, GLint j, GLint k, GLfloat *texel ) in _mesa_fetch_texel_2d_f_rgb_fxt1()
761 GLint texel; in fxt1_quantize_ALPHA1() local
781 GLint texel; in fxt1_quantize_ALPHA1() local
868 GLint texel = n_vect + 1; /* transparent black */ in fxt1_quantize_HI() local
964 GLint texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local
998 GLint texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local
1127 GLint texel; in fxt1_quantize_MIXED0() local
1160 GLint texel; in fxt1_quantize_MIXED0() local
Dtexcompress_etc.c55 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_2d_f_etc1_rgb8()
Dtexobj.c725 GLubyte texel[4]; in _mesa_get_fallback_texture() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c134 struct ureg_dst texel; in create_frag_shader_video_buffer() local
270 struct ureg_dst texel; in create_frag_shader_palette() local
316 struct ureg_dst texel, fragment; in create_frag_shader_rgba() local
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c97 GLint i, GLint j, GLint k, GLfloat *texel ) in fetch_null_texelf()
Ds_texfilter.c1438 GLubyte *texel = swImg->Map + 3 * pos; in opt_sample_rgb_2d() local
1483 const GLuint texel = *((GLuint *) swImg->Map + pos); in opt_sample_rgba_2d() local
/external/skia/src/gpu/instanced/
DInstancedRendering.cpp318 ParamsTexel& texel = fParams.push_back(); in appendParamsTexel() local
328 ParamsTexel& texel = fParams.push_back(); in appendParamsTexel() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c179 LLVMValueRef *texel) in draw_llvm_sampler_soa_emit_fetch_texel()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c184 LLVMValueRef *texel) in lp_llvm_sampler_soa_emit_fetch_texel()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h276 LLVMValueRef *texel) in apply_sampler_swizzle()
Dlp_bld_tgsi_soa.c1142 LLVMValueRef *texel) in emit_tex()