Home
last modified time | relevance | path

Searched defs:texels (Results 1 – 20 of 20) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/
DCpuCastKernel.cpp223 const int16x8x2_t texels = in run_op() local
257 const int16x8x2_t texels = in run_op() local
293 const int16x8x2_t texels = in run_op() local
346 const int16x8x2_t texels = in run_op() local
380 const int16x8x2_t texels = in run_op() local
416 const int16x8x2_t texels = in run_op() local
458 const uint16x8x2_t texels = in run_op() local
501 const int16x8x2_t texels = in run_op() local
530 const int16x8x2_t texels = in run_op() local
564 const int16x8x2_t texels = in run_op() local
[all …]
/external/ComputeLibrary/src/cpu/kernels/cast/generic/neon/
Dfp16.cpp64 const int16x8x2_t texels = in neon_qasymm8_signed_to_fp16_cast() local
112 const float32x4x4_t texels = in neon_s32_to_fp16_cast() local
163 const float32x4x4_t texels = in neon_fp32_to_fp16_cast() local
218 const float16x8x2_t texels = in neon_fp16_to_other_dt_cast() local
250 const float16x8x2_t texels = in neon_fp16_to_other_dt_cast() local
282 const float16x8x2_t texels = in neon_fp16_to_other_dt_cast() local
315 const float16x8x2_t texels = in neon_fp16_to_other_dt_cast() local
373 const int16x8x2_t texels = in neon_u8_to_fp16_cast() local
Dbfloat16.cpp111 const uint16x8x2_t texels = in neon_bfloat16_to_fp32_cast() local
/external/skia/src/gpu/ganesh/
DGrWritePixelsRenderTask.cpp19 const GrMipLevel texels[], in Make()
35 const GrMipLevel texels[], in GrWritePixelsTask()
DGrGpu.cpp55 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) { in validate_texel_levels()
197 const GrMipLevel texels[], in createTexture()
463 const GrMipLevel texels[], in writePixels()
DGrResourceProvider.cpp71 const GrMipLevel texels[], in createTexture()
887 const GrMipLevel texels[], in prepareLevels()
915 const GrMipLevel texels[], in writePixels()
DGrProxyProvider.cpp402 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in createMippedProxyFromBitmap() local
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c558 swizzle_texels(GLuint swizzle, GLuint count, float4_array texels) in swizzle_texels()
659 float4_array texels = get_texel_array(swrast, unit); in _swrast_texture_span() local
/external/angle/src/tests/gl_tests/gles1/
DPalettedTextureTest.cpp85 uint8_t texels[2]; // 2x2, each texel is 4-bit in TEST_P() member
/external/skia/src/gpu/graphite/
DTextureUtils.cpp75 std::vector<MipLevel> texels; in MakeBitmapProxyView() local
/external/angle/src/image_util/
Dloadimage_paletted.cpp137 const uint8_t *texels = input + paletteBytes; // + TODO(http://anglebug.com/7688): mip levels in LoadPalettedToRGBA8Impl() local
Dstoreimage_paletted.cpp127 uint8_t *texels = output + paletteBytes; // + TODO(http://anglebug.com/7688): mip levels in StoreRGBA8ToPalettedImpl() local
/external/swiftshader/third_party/marl/examples/
Dfractal.cpp82 bool writeBMP(const Color<uint8_t>* texels, in writeBMP()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h101 short *texels; member
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp195 const GrMipLevel texels[], in onWritePixels()
378 void GrDawnGpu::uploadTextureData(GrColorType srcColorType, const GrMipLevel texels[], in uploadTextureData()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp675 const GrMipLevel texels[], in onWritePixels()
707 const GrMipLevel* texels, in uploadToTexture()
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp524 const GrMipLevel texels[], in onWritePixels()
983 const GrMipLevel texels[], in uploadTexDataOptimal()
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp1194 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local
1266 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local
3352 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp894 const GrMipLevel texels[], in onWritePixels()
1073 const GrMipLevel texels[], in uploadColorTypeTexData()
1141 const GrMipLevel texels[], in uploadTexData()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2474 LLVMValueRef texels[4]; in lp_build_sample_general() local