/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | pack.c | 153 GLubyte *buffer, *dst; in _mesa_unpack_bitmap() local 262 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local 558 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 570 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 582 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 594 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 606 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 615 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 624 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 637 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local [all …]
|
D | format_pack.c | 98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888() 105 pack_float_RGBA8888(const GLfloat src[4], void *dst) in pack_float_RGBA8888() 113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888() 124 pack_row_float_RGBA8888(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888() 142 pack_ubyte_RGBA8888_REV(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888_REV() 149 pack_float_RGBA8888_REV(const GLfloat src[4], void *dst) in pack_float_RGBA8888_REV() 157 pack_row_ubyte_RGBA8888_REV(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888_REV() 168 pack_row_float_RGBA8888_REV(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888_REV() 185 pack_ubyte_ARGB8888(const GLubyte src[4], void *dst) in pack_ubyte_ARGB8888() 192 pack_float_ARGB8888(const GLfloat src[4], void *dst) in pack_float_ARGB8888() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | pack.c | 153 GLubyte *buffer, *dst; in _mesa_unpack_bitmap() local 262 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local 558 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 570 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 582 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 594 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 606 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 615 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 624 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 637 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local [all …]
|
D | format_pack.c | 98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888() 105 pack_float_RGBA8888(const GLfloat src[4], void *dst) in pack_float_RGBA8888() 113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888() 124 pack_row_float_RGBA8888(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888() 142 pack_ubyte_RGBA8888_REV(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888_REV() 149 pack_float_RGBA8888_REV(const GLfloat src[4], void *dst) in pack_float_RGBA8888_REV() 157 pack_row_ubyte_RGBA8888_REV(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888_REV() 168 pack_row_float_RGBA8888_REV(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888_REV() 185 pack_ubyte_ARGB8888(const GLubyte src[4], void *dst) in pack_ubyte_ARGB8888() 192 pack_float_ARGB8888(const GLfloat src[4], void *dst) in pack_float_ARGB8888() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 287 struct x86_reg dst, in emit_op_modrm() 454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 514 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 287 struct x86_reg dst, in emit_op_modrm() 454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 514 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_audiocvt.c | 41 Uint8 *src, *dst; in SDL_ConvertMono() local 55 Sint8 *src, *dst; in SDL_ConvertMono() local 69 Uint8 *src, *dst; in SDL_ConvertMono() local 100 Uint8 *src, *dst; in SDL_ConvertMono() local 148 Uint8 *src, *dst; in SDL_ConvertStrip() local 162 Sint8 *src, *dst; in SDL_ConvertStrip() local 176 Uint8 *src, *dst; in SDL_ConvertStrip() local 211 Uint8 *src, *dst; in SDL_ConvertStrip() local 264 Uint8 *src, *dst; in SDL_ConvertStrip_2() local 278 Sint8 *src, *dst; in SDL_ConvertStrip_2() local [all …]
|
/external/owasp/sanitizer/tools/ |
D | update_tree_in_svn.py | 61 def remove(src, dst): run(['rm', dst]) argument 63 def svn_delete(src, dst): svn_deletes.append(dst) argument 65 def recurse(src, dst): argument 74 def copy(src, dst): run(['cp', '-f', src, dst]) argument 76 def copy_if_different(src, dst): argument 79 def svn_add(src, dst): argument 90 def cnf(src, dst): conflict = True argument 92 def mkdir(src, dst): run(['mkdir', dst]) argument 111 def handle(src, dst): argument
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.c | 143 struct x86_reg dst, in emit_op_modrm() 305 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 353 struct x86_reg dst, in x86_mov() 360 struct x86_reg dst, in x86_xor() 367 struct x86_reg dst, in x86_cmp() 374 struct x86_reg dst, in x86_lea() 382 struct x86_reg dst, in x86_test() 390 struct x86_reg dst, in x86_add() 404 struct x86_reg dst, in x86_sub() 411 struct x86_reg dst, in x86_or() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/ |
D | x86sse.c | 143 struct x86_reg dst, in emit_op_modrm() 305 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 353 struct x86_reg dst, in x86_mov() 360 struct x86_reg dst, in x86_xor() 367 struct x86_reg dst, in x86_cmp() 374 struct x86_reg dst, in x86_lea() 382 struct x86_reg dst, in x86_test() 390 struct x86_reg dst, in x86_add() 404 struct x86_reg dst, in x86_sub() 411 struct x86_reg dst, in x86_or() [all …]
|
/external/deqp/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() 72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder() 86 inline void readSnormClamp (tcu::Vec4& dst, const int size, const void* ptr) in readSnormClamp() 101 inline void readSnormScale (tcu::Vec4& dst, const int size, const void* ptr) in readSnormScale() 115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr) in readHalf() 126 inline void readFixed (tcu::Vec4& dst, const int size, const void* ptr) in readFixed() 137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble() 155 inline void readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const … in readUint2101010Rev() 167 inline void readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const v… in readInt2101010Rev() 179 inline void readUnorm2101010RevOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnorm2101010RevOrder() [all …]
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.cc | 422 void Assembler::pop(Register dst) { in pop() 429 void Assembler::pop(const Operand& dst) { in pop() 450 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 458 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() 466 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 474 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 482 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 490 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() 500 void Assembler::mov(Register dst, int32_t imm32) { in mov() 507 void Assembler::mov(Register dst, const Immediate& x) { in mov() [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | cpputils.h | 26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 31 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 49 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 58 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 64 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 72 …rayCopy(const U_NAMESPACE_QUALIFIER UnicodeString *src, U_NAMESPACE_QUALIFIER UnicodeString *dst, … in uprv_arrayCopy() [all …]
|
/external/icu/icu4c/source/common/ |
D | cpputils.h | 26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 31 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 49 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 58 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 64 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 72 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.cc | 505 Register dst, in immediate_arithmetic_op() 525 const Operand& dst, in immediate_arithmetic_op() 543 Register dst, in immediate_arithmetic_op_16() 564 const Operand& dst, in immediate_arithmetic_op_16() 582 const Operand& dst, in immediate_arithmetic_op_8() 594 Register dst, in immediate_arithmetic_op_8() 608 void Assembler::shift(Register dst, in shift() 628 void Assembler::shift(Register dst, int subcode, int size) { in shift() 636 void Assembler::bt(const Operand& dst, Register src) { in bt() 645 void Assembler::bts(const Operand& dst, Register src) { in bts() [all …]
|
/external/skia/tests/ |
D | BlendTest.cpp | 17 static uint8_t blend_double_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_round() 28 uint8_t dst, uint8_t src, uint8_t alpha) { in test() 43 for (unsigned dst = 0; dst < 256; dst++) { in test_alpha() local 50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) { in test_dst() 60 static uint8_t blend_double_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_trunc() 64 static uint8_t blend_float_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_trunc() 68 static uint8_t blend_float_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_round() 72 static uint8_t blend_255_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_trunc() 78 static uint8_t blend_255_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_round() 84 static uint8_t blend_256_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_256_trunc() [all …]
|
/external/chromium_org/third_party/skia/tests/ |
D | BlendTest.cpp | 17 static uint8_t blend_double_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_round() 28 uint8_t dst, uint8_t src, uint8_t alpha) { in test() 43 for (unsigned dst = 0; dst < 256; dst++) { in test_alpha() local 50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) { in test_dst() 60 static uint8_t blend_double_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_trunc() 64 static uint8_t blend_float_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_trunc() 68 static uint8_t blend_float_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_round() 72 static uint8_t blend_255_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_trunc() 78 static uint8_t blend_255_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_round() 84 static uint8_t blend_256_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_256_trunc() [all …]
|
/external/valgrind/main/none/tests/amd64/ |
D | sse4-64.c | 117 ULong src64, V128* dst, V128* res ) in showIGVV() 420 V128 src, dst; in test_BLENDPD() local 434 V128 src, dst; in test_BLENDPS() local 460 V128 src, dst; in test_DPPD() local 727 V128 src, dst; in test_DPPS() local 998 V128 src, dst; in test_INSERTPS() local 1269 V128 src, dst; in test_MPSADBW() local 1287 V128 src, dst; in test_PACKUSDW() local 1311 V128 src, dst; in test_PBLENDW() local 1577 V128 src, dst; in test_PCMPEQQ() local [all …]
|
/external/opencv/cv/src/ |
D | _cvmatrix.h | 45 #define icvCopyVector( src, dst, len ) memcpy( (dst), (src), (len)*sizeof((dst)[0])) argument 46 #define icvSetZero( dst, len ) memset( (dst), 0, (len)*sizeof((dst)[0])) argument 48 #define icvCopyVector_32f( src, len, dst ) memcpy((dst),(src),(len)*sizeof(float)) argument 49 #define icvSetZero_32f( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(float)) argument 50 #define icvCopyVector_64d( src, len, dst ) memcpy((dst),(src),(len)*sizeof(double)) argument 51 #define icvSetZero_64d( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(double)) argument 52 #define icvCopyMatrix_32f( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(float)) argument 53 #define icvCopyMatrix_64d( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(double)) argument 63 #define icvAddMatrix_32f( src1, src2, dst, w, h ) \ argument 66 #define icvSubMatrix_32f( src1, src2, dst, w, h ) \ argument [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 73 micro_abs(union tgsi_exec_channel *dst, in micro_abs() 83 micro_arl(union tgsi_exec_channel *dst, in micro_arl() 93 micro_arr(union tgsi_exec_channel *dst, in micro_arr() 103 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil() 113 micro_clamp(union tgsi_exec_channel *dst, in micro_clamp() 125 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp() 137 micro_cnd(union tgsi_exec_channel *dst, in micro_cnd() 149 micro_cos(union tgsi_exec_channel *dst, in micro_cos() 159 micro_ddx(union tgsi_exec_channel *dst, in micro_ddx() 169 micro_ddy(union tgsi_exec_channel *dst, in micro_ddy() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 73 micro_abs(union tgsi_exec_channel *dst, in micro_abs() 83 micro_arl(union tgsi_exec_channel *dst, in micro_arl() 93 micro_arr(union tgsi_exec_channel *dst, in micro_arr() 103 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil() 113 micro_clamp(union tgsi_exec_channel *dst, in micro_clamp() 125 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp() 137 micro_cnd(union tgsi_exec_channel *dst, in micro_cnd() 149 micro_cos(union tgsi_exec_channel *dst, in micro_cos() 159 micro_ddx(union tgsi_exec_channel *dst, in micro_ddx() 169 micro_ddy(union tgsi_exec_channel *dst, in micro_ddy() [all …]
|
/external/valgrind/main/VEX/priv/ |
D | host_amd64_isel.c | 311 static AMD64Instr* mk_iMOVsd_RR ( HReg src, HReg dst ) in mk_iMOVsd_RR() 320 static AMD64Instr* mk_vMOVsd_RR ( HReg src, HReg dst ) in mk_vMOVsd_RR() 366 HReg dst, in iselIntExpr_single_instruction() 841 HReg dst = newVRegV(env); in generate_zeroes_V128() local 850 HReg dst = newVRegV(env); in generate_ones_V128() local 861 HReg dst = generate_ones_V128(env); in do_sse_NotV128() local 939 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 975 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 1002 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 1022 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local [all …]
|
/external/chromium_org/third_party/brotli/src/woff2/ |
D | store_bytes.h | 27 inline size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) { in StoreU32() 35 inline size_t Store16(uint8_t* dst, size_t offset, int x) { in Store16() 41 inline void StoreU32(uint32_t val, size_t* offset, uint8_t* dst) { in StoreU32() 48 inline void Store16(int val, size_t* offset, uint8_t* dst) { in Store16() 54 size_t* offset, uint8_t* dst) { in StoreBytes()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 41 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 54 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 67 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 80 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 96 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 114 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 132 VGubyte *dst = (VGubyte *)dstAddr; in _vega_pack_rgba_span_float() local 143 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 156 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 168 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 41 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 54 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 67 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 80 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 96 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 114 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 132 VGubyte *dst = (VGubyte *)dstAddr; in _vega_pack_rgba_span_float() local 143 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 156 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 168 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local [all …]
|