Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c264 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_rgb_dxt1()
276 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_rgba_dxt1()
288 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_rgba_dxt3()
300 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_rgba_dxt5()
313 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_srgb_dxt1()
325 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_srgba_dxt1()
337 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_srgba_dxt3()
349 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_srgba_dxt5()
Dtexcompress_bptc.c40 GLfloat *texel, in fetch_bptc_rgb_float()
53 GLfloat *texel) in fetch_bptc_rgb_signed_float()
61 GLfloat *texel) in fetch_bptc_rgb_unsigned_float()
69 GLubyte *texel) in fetch_bptc_rgba_unorm_bytes()
81 GLfloat *texel) in fetch_bptc_rgba_unorm()
96 GLfloat *texel) in fetch_bptc_srgb_alpha_unorm()
Dtexcompress_rgtc.c316 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_red_rgtc1()
328 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_l_latc1()
340 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_signed_red_rgtc1()
353 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_signed_l_latc1()
366 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_rg_rgtc2()
383 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_la_latc2()
401 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_signed_rg_rgtc2()
419 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_signed_la_latc2()
Dtexcompress_fxt1.c101 int32_t rowStride, int32_t i, int32_t j, float *texel) in fetch_rgb_fxt1()
111 int32_t rowStride, int32_t i, int32_t j, float *texel) in fetch_rgba_fxt1()
Dtexcompress_etc.c1272 GLfloat *texel) in fetch_etc1_rgb8()
1292 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_rgb8()
1313 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_srgb8()
1334 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_rgba8_eac()
1353 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_srgb8_alpha8_eac()
1372 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_r11_eac()
1391 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_rg11_eac()
1415 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_signed_r11_eac()
1434 GLint rowStride, GLint i, GLint j, GLfloat *texel) in fetch_etc2_signed_rg11_eac()
1459 GLfloat *texel) in fetch_etc2_rgb8_punchthrough_alpha1()
[all …]
Dtexcompress_s3tc_tmp.h57 GLint i, GLint j, GLuint dxt_type, GLvoid *texel ) { in dxt135_decode_imageblock()
112 GLint i, GLint j, GLvoid *texel) in fetch_2d_texel_rgb_dxt1()
124 GLint i, GLint j, GLvoid *texel) in fetch_2d_texel_rgba_dxt1()
135 GLint i, GLint j, GLvoid *texel) { in fetch_2d_texel_rgba_dxt3()
149 GLint i, GLint j, GLvoid *texel) { in fetch_2d_texel_rgba_dxt5()
Dtexcompress_bptc_tmp.h449 int texel) in is_anchor()
471 int texel) in count_anchors_before_texel()
537 int texel) in fetch_rgba_unorm_from_block()
728 int texel; in decompress_rgba_unorm_block() local
954 int texel, in fetch_rgb_float_from_block()
1095 int texel; in decompress_rgb_float_block() local
Dtexobj.c938 GLubyte texel[24]; in _mesa_get_fallback_texture() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_gfx.c204 create_frag_shader_csc(struct ureg_program *shader, struct ureg_dst texel, in create_frag_shader_csc()
241 create_frag_shader_yuv(struct ureg_program *shader, struct ureg_dst texel) in create_frag_shader_yuv()
268 struct ureg_dst texel; in create_frag_shader_video_buffer() local
291 struct ureg_dst texel, fragment; in create_frag_shader_weave_rgb() local
314 struct ureg_dst texel, fragment; in create_frag_shader_deint_yuv() local
350 struct ureg_dst texel; in create_frag_shader_palette() local
406 struct ureg_dst texel, fragment; in create_frag_shader_rgba() local
438 struct ureg_dst texel, fragment; in create_frag_shader_rgb_yuv() local
/third_party/vk-gl-cts/external/amber/src/src/
Dverifier.cc211 std::vector<double> GetActualValuesFromTexel(const uint8_t* texel, in GetActualValuesFromTexel()
283 void ScaleTexelValuesIfNeeded(std::vector<double>* texel, const Format* fmt) { in ScaleTexelValuesIfNeeded()
314 bool IsTexelEqualToExpected(const std::vector<double>& texel, in IsTexelEqualToExpected()
365 std::vector<double> GetTexelInRGBA(const std::vector<double>& texel, in GetTexelInRGBA()
/third_party/mesa3d/src/util/format/
Du_format_fxt1.c616 int32_t texel; in fxt1_quantize_ALPHA1() local
636 int32_t texel; in fxt1_quantize_ALPHA1() local
723 int32_t texel = n_vect + 1; /* transparent black */ in fxt1_quantize_HI() local
819 int32_t texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local
853 int32_t texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local
982 int32_t texel; in fxt1_quantize_MIXED0() local
1015 int32_t texel; in fxt1_quantize_MIXED0() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c209 const uint8_t *texel = (src + in fetch_bgra() local
240 const uint8_t *texel = (src + in fetch_bgrx() local
277 const uint8_t *texel = src + ct * stride + cs * 4; in fetch_bgra_clamp() local
310 const uint8_t *texel = src + ct * stride + cs * 4; in fetch_bgrx_clamp() local
Dlp_state_fs_linear_llvm.c108 LLVMValueRef texel = lp_build_pointer_get(bld->gallivm->builder, in emit_fetch_texel_linear() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp255 int texel = y * xdim + x; in initialize_decimation_table_2d() local
341 int texel = (z * ydim + y) * xdim + x; in initialize_decimation_table_3d() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
Dfractal.cpp126 auto& texel = texels[x + y * width]; in writeBMP() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp1138 auto texel = Operand(this, state, instruction.texelId); in EmitImageWrite() local
1180 SIMD::Int texel[4]; in WriteImage() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c359 nir_ssa_def *texel = &tex->dest.ssa; in panvk_meta_copy_img2img_shader() local
919 nir_ssa_def *texel = in panvk_meta_copy_buf2img_shader() local
1376 nir_ssa_def *texel = &tex->dest.ssa; in panvk_meta_copy_img2buf_shader() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h120 LLVMValueRef *texel; member
505 LLVMValueRef *texel) in apply_sampler_swizzle()
Dlp_bld_tgsi_soa.c2069 LLVMValueRef *texel, in emit_tex()
2284 LLVMValueRef *texel) in emit_sample()
2463 LLVMValueRef *texel, in emit_fetch_texels()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp492 for (size_t texel = 0; texel < textureData.size(); ++texel) in calcPixelSumValue() local
Dgl4cTextureBarrierTests.cpp341 GLuint& texel(GLuint* image, GLuint x, GLuint y) in texel() function in gl4cts::TextureBarrierBasicOutline
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTexImageTest.cpp628 for (auto &texel : texture) in fillTexture() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTexImageTest.cpp864 for (auto &texel : texture) in fillTexture() local
/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp1034 const glsl_type *texel = type->field_type("texel"); in read_texture() local
Dbuiltin_functions.cpp7213 ir_variable *texel = NULL; in _texture() local
7285 ir_variable *texel = NULL; in _textureCubeArrayShadow() local
7348 ir_variable *texel = out_var(return_type, "texel"); in _texelFetch() local
8288 ir_variable *texel = out_var(texel_field->type, "texel"); in _image() local

12