/third_party/mesa3d/src/mesa/main/ |
D | texcompress_s3tc.c | 264 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()
|
D | texcompress_bptc.c | 40 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()
|
D | texcompress_rgtc.c | 316 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()
|
D | texcompress_fxt1.c | 101 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()
|
D | texcompress_etc.c | 1272 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 …]
|
D | texcompress_s3tc_tmp.h | 57 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()
|
D | texcompress_bptc_tmp.h | 449 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
|
D | texobj.c | 938 GLubyte texel[24]; in _mesa_get_fallback_texture() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_gfx.c | 204 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/ |
D | verifier.cc | 211 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/ |
D | u_format_fxt1.c | 616 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/ |
D | lp_linear_sampler.c | 209 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
|
D | lp_state_fs_linear_llvm.c | 108 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/ |
D | astc_block_sizes2.cpp | 255 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/ |
D | fractal.cpp | 126 auto& texel = texels[x + y * width]; in writeBMP() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderImage.cpp | 1138 auto texel = Operand(this, state, instruction.texelId); in EmitImageWrite() local 1180 SIMD::Int texel[4]; in WriteImage() local
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 359 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/ |
D | lp_bld_sample.h | 120 LLVMValueRef *texel; member 505 LLVMValueRef *texel) in apply_sampler_swizzle()
|
D | lp_bld_tgsi_soa.c | 2069 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/ |
D | gl4cTextureFilterMinmaxTests.cpp | 492 for (size_t texel = 0; texel < textureData.size(); ++texel) in calcPixelSumValue() local
|
D | gl4cTextureBarrierTests.cpp | 341 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/ |
D | CopyTexImageTest.cpp | 628 for (auto &texel : texture) in fillTexture() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 864 for (auto &texel : texture) in fillTexture() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_reader.cpp | 1034 const glsl_type *texel = type->field_type("texel"); in read_texture() local
|
D | builtin_functions.cpp | 7213 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
|