/third_party/astc-encoder/Source/ |
H A D | astcenc_image.cpp | 158 unsigned int zpos, in load_image_block() 167 blk.zpos = zpos; in load_image_block() 213 unsigned int zi = astc::min(zpos + z, zsize - 1); in load_image_block() 275 unsigned int zpos, in load_image_block_fast_ldr() 286 blk.zpos = zpos; in load_image_block_fast_ldr() 341 unsigned int zpos, in store_image_block() 357 unsigned int z_start = zpos; in store_image_block() 358 unsigned int z_end = astc::min(z_size, zpos in store_image_block() 151 load_image_block( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block() argument 268 load_image_block_fast_ldr( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block_fast_ldr() argument 335 store_image_block( astcenc_image& img, const image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) store_image_block() argument [all...] |
H A D | astcenc_internal.h | 805 unsigned int zpos; member 1662 * @param zpos The block Z coordinate in the input image. 1672 unsigned int zpos, 1687 * @param zpos The block Z coordinate in the input image. 1697 unsigned int zpos, 1708 * @param zpos The block Z coordinate in the input image. 1717 unsigned int zpos, 2099 * @param zpos The Z coordinate of the block in the overall image. 2107 int zpos,
|
H A D | astcenc_decompress_symbolic.cpp | 186 int zpos, in decompress_symbolic_block() 192 blk.zpos = zpos; in decompress_symbolic_block() 181 decompress_symbolic_block( astcenc_profile decode_mode, const block_size_descriptor& bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block& scb, image_block& blk ) decompress_symbolic_block() argument
|
H A D | astcenc_compress_symbolic.cpp | 1408 trace_add_data("pos_z", blk.zpos); in compress_block() 1754 decompress_symbolic_block(ctx.config.profile, bsd, blk.xpos, blk.ypos, blk.zpos, scb, decBlk); in compress_block()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 39 int xpos, int ypos, int zpos) in write_imageblock() 52 int zi = zpos + z; in write_imageblock() 29 write_imageblock(unsigned char *img, const imageblock *pb, int xsize, int ysize, int zsize, int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, int xdim, int ydim, int zdim, int xpos, int ypos, int zpos) write_imageblock() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_codec_internals.h | 133 int xpos, ypos, zpos; member 324 int zpos,
|
H A D | astc_decompress_symbolic.cpp | 90 int zpos, in decompress_symbolic_block() 96 blk->zpos = zpos; in decompress_symbolic_block() 85 decompress_symbolic_block( astc_decode_mode decode_mode, const block_size_descriptor* bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block* scb, imageblock* blk ) decompress_symbolic_block() argument
|
/third_party/backends/backend/ |
H A D | umax1220u-common.c | 1044 unsigned char *op1, unsigned char *op4, int len, int zpos, in get_pixels() 1050 DBG (9, "get_pixels: len = %d, zpos = %d\n", len, zpos); in get_pixels() 1052 if (zpos == 0) in get_pixels() 1060 if (zpos == 1) in get_pixels() 1078 unsigned char *op1, unsigned char *op4, int len, int zpos, in get_pixels_2100U() 1084 DBG (9, "get_pixels: len = %d, zpos = %d\n", len, zpos); in get_pixels_2100U() 1089 if (zpos == 1) in get_pixels_2100U() 1096 if (zpos in get_pixels_2100U() 1043 get_pixels(UMAX_Handle * scan, unsigned char *op2, unsigned char *op8, unsigned char *op1, unsigned char *op4, int len, int zpos, unsigned char *buf) get_pixels() argument 1077 get_pixels_2100U(UMAX_Handle * scan, unsigned char *op2, unsigned char *op8, unsigned char *op1, unsigned char *op4, int len, int zpos, unsigned char *buf) get_pixels_2100U() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 453 cache->zpos, in st_flush_bitmap_cache() 492 ((fabsf(z - cache->zpos) > Z_EPSILON))) { in accum_bitmap() 507 cache->zpos = z; in accum_bitmap()
|
H A D | st_context.h | 68 GLfloat zpos; member
|
/third_party/glfw/examples/ |
H A D | particles.c | 790 double xpos, ypos, zpos, angle_x, angle_y, angle_z; in draw_scene() local 827 zpos = 4.0 + 2.0 * cos((M_PI / 180.0) * 4.9 * t); in draw_scene() 828 glTranslated(-xpos, -ypos, -zpos); in draw_scene()
|