| /external/v8/src/ia32/ |
| D | assembler-ia32.h | 583 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() 585 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() 586 void mov_b(Operand dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() 591 void mov_w(Operand dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() 605 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() 608 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() 611 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b() 614 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() 619 void cmov(Condition cc, Register dst, Register src) { in cmov() 654 void adc(Register dst, Register src) { adc(dst, Operand(src)); } in adc() [all …]
|
| D | assembler-ia32.cc | 536 void Assembler::pop(Register dst) { in pop() 542 void Assembler::pop(Operand dst) { in pop() 562 void Assembler::mov_b(Register dst, Operand src) { in mov_b() 569 void Assembler::mov_b(Operand dst, const Immediate& src) { in mov_b() 576 void Assembler::mov_b(Operand dst, Register src) { in mov_b() 583 void Assembler::mov_w(Register dst, Operand src) { in mov_w() 590 void Assembler::mov_w(Operand dst, Register src) { in mov_w() 597 void Assembler::mov_w(Operand dst, const Immediate& src) { in mov_w() 607 void Assembler::mov(Register dst, int32_t imm32) { in mov() 614 void Assembler::mov(Register dst, const Immediate& x) { in mov() [all …]
|
| /external/mesa3d/prebuilt-intermediates/nir/ |
| D | nir_constant_expressions.c | 301 float16_t dst = src0 ? 1.0 : 0.0; in evaluate_b2f() local 316 float32_t dst = src0 ? 1.0 : 0.0; in evaluate_b2f() local 331 float64_t dst = src0 ? 1.0 : 0.0; in evaluate_b2f() local 360 int8_t dst = src0 ? 1 : 0; in evaluate_b2i() local 375 int16_t dst = src0 ? 1 : 0; in evaluate_b2i() local 390 int32_t dst = src0 ? 1 : 0; in evaluate_b2i() local 405 int64_t dst = src0 ? 1 : 0; in evaluate_b2i() local 445 struct bool32_vec dst; in evaluate_ball_fequal2() local 472 struct bool32_vec dst; in evaluate_ball_fequal2() local 499 struct bool32_vec dst; in evaluate_ball_fequal2() local [all …]
|
| /external/Microsoft-GSL/tests/ |
| D | algorithm_tests.cpp | 45 std::array<int, 10> dst{}; variable 62 std::array<int, 10> dst{}; variable 79 std::array<int, 10> dst{}; variable 96 std::array<int, 10> dst{}; variable 119 std::array<int, 10> dst{}; variable 136 std::array<int, 10> dst{}; variable 153 std::array<int, 10> dst{}; variable 170 std::array<int, 10> dst{}; variable 189 std::array<int*, 12> dst{}; variable 207 std::array<int, 4> dst{}; variable
|
| /external/v8/src/x64/ |
| D | assembler-x64.h | 727 void cmpb(Register dst, Immediate src) { in cmpb() 733 void cmpb(Register dst, Register src) { in cmpb() 737 void cmpb(Register dst, Operand src) { arithmetic_op_8(0x3A, dst, src); } in cmpb() 739 void cmpb(Operand dst, Register src) { arithmetic_op_8(0x38, src, dst); } in cmpb() 741 void cmpb(Operand dst, Immediate src) { in cmpb() 745 void cmpw(Operand dst, Immediate src) { in cmpw() 749 void cmpw(Register dst, Immediate src) { in cmpw() 753 void cmpw(Register dst, Operand src) { arithmetic_op_16(0x3B, dst, src); } in cmpw() 755 void cmpw(Register dst, Register src) { in cmpw() 759 void cmpw(Operand dst, Register src) { arithmetic_op_16(0x39, src, dst); } in cmpw() [all …]
|
| D | assembler-x64.cc | 782 Register dst, in immediate_arithmetic_op() 801 void Assembler::immediate_arithmetic_op(byte subcode, Operand dst, in immediate_arithmetic_op() 818 Register dst, in immediate_arithmetic_op_16() 837 void Assembler::immediate_arithmetic_op_16(byte subcode, Operand dst, in immediate_arithmetic_op_16() 853 void Assembler::immediate_arithmetic_op_8(byte subcode, Operand dst, in immediate_arithmetic_op_8() 865 Register dst, in immediate_arithmetic_op_8() 879 void Assembler::shift(Register dst, in shift() 899 void Assembler::shift(Operand dst, Immediate shift_amount, int subcode, in shift() 917 void Assembler::shift(Register dst, int subcode, int size) { in shift() 925 void Assembler::shift(Operand dst, int subcode, int size) { in shift() [all …]
|
| /external/mesa3d/prebuilt-intermediates/main/ |
| D | format_pack.c | 57 pack_ubyte_a8b8g8r8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_a8b8g8r8_unorm() 85 pack_ubyte_x8b8g8r8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_x8b8g8r8_unorm() 109 pack_ubyte_r8g8b8a8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_r8g8b8a8_unorm() 137 pack_ubyte_r8g8b8x8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_r8g8b8x8_unorm() 161 pack_ubyte_b8g8r8a8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_b8g8r8a8_unorm() 189 pack_ubyte_b8g8r8x8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_b8g8r8x8_unorm() 213 pack_ubyte_a8r8g8b8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_a8r8g8b8_unorm() 241 pack_ubyte_x8r8g8b8_unorm(const GLubyte src[4], void *dst) in pack_ubyte_x8r8g8b8_unorm() 265 pack_ubyte_l16a16_unorm(const GLubyte src[4], void *dst) in pack_ubyte_l16a16_unorm() 283 pack_ubyte_a16l16_unorm(const GLubyte src[4], void *dst) in pack_ubyte_a16l16_unorm() [all …]
|
| /external/v8/src/wasm/baseline/x64/ |
| D | liftoff-assembler-x64.h | 66 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Operand src, in Load() 86 inline void Store(LiftoffAssembler* assm, Operand dst, LiftoffRegister src, in Store() 184 void LiftoffAssembler::LoadFromInstance(Register dst, uint32_t offset, in LoadFromInstance() 200 void LiftoffAssembler::FillInstanceInto(Register dst) { in FillInstanceInto() 204 void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, in Load() 291 void LiftoffAssembler::LoadCallerFrameSlot(LiftoffRegister dst, in LoadCallerFrameSlot() 310 void LiftoffAssembler::Move(Register dst, Register src, ValueType type) { in Move() 320 void LiftoffAssembler::Move(DoubleRegister dst, DoubleRegister src, in Move() 334 Operand dst = liftoff::GetStackSlot(index); in Spill() local 355 Operand dst = liftoff::GetStackSlot(index); in Spill() local [all …]
|
| /external/skia/src/images/ |
| D | SkImageEncoderFns.h | 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
| /external/skqp/src/images/ |
| D | SkImageEncoderFns.h | 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
| /external/mesa3d/src/gallium/auxiliary/rtasm/ |
| D | rtasm_x86sse.c | 288 struct x86_reg dst, in emit_op_modrm() 455 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 464 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 477 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 494 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 515 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 531 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 537 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 543 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 549 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() [all …]
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX86BaseImpl.h | 210 void AssemblerX86Base<TraitsType>::setcc(BrCond condition, ByteRegister dst) { in setcc() 230 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov() 249 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov() 264 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov() 280 void AssemblerX86Base<TraitsType>::mov(Type Ty, const Address &dst, in mov() 296 void AssemblerX86Base<TraitsType>::mov(Type Ty, const Address &dst, in mov() 334 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx() 353 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx() 373 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx() 389 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx() [all …]
|
| /external/u-boot/drivers/video/ |
| D | console_rotate.c | 27 uint8_t *dst = line; in console_set_row_1() local 36 uint16_t *dst = line; in console_set_row_1() local 45 uint32_t *dst = line; in console_set_row_1() local 65 void *dst; in console_move_rows_1() local 104 uint8_t *dst = line; in console_putc_xy_1() local 115 uint16_t *dst = line; in console_putc_xy_1() local 126 uint32_t *dst = line; in console_putc_xy_1() local 158 uint8_t *dst = line; in console_set_row_2() local 167 uint16_t *dst = line; in console_set_row_2() local 176 uint32_t *dst = line; in console_set_row_2() local [all …]
|
| /external/libaom/libaom/aom_dsp/mips/ |
| D | intrapred_msa.c | 22 static void intra_predict_vert_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_4x4_msa() 31 static void intra_predict_vert_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_8x8_msa() 46 static void intra_predict_vert_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_16x16_msa() 59 static void intra_predict_vert_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_32x32_msa() 73 static void intra_predict_horiz_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_4x4_msa() 85 static void intra_predict_horiz_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_8x8_msa() 103 static void intra_predict_horiz_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_16x16_msa() 126 static void intra_predict_horiz_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_32x32_msa() 156 const uint8_t *src_left, uint8_t *dst, in intra_predict_dc_4x4_msa() 177 static void intra_predict_dc_tl_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_dc_tl_4x4_msa() [all …]
|
| /external/swiftshader/src/Pipeline/ |
| D | ShaderCore.cpp | 657 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() 672 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() 680 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() 688 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() 696 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() 704 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() 712 void ShaderCore::i2f(Vector4f &dst, const Vector4f &src) in i2f() 720 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) in f2u() 728 void ShaderCore::u2f(Vector4f &dst, const Vector4f &src) in u2f() 736 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() [all …]
|
| /external/swiftshader/src/Shader/ |
| D | ShaderCore.cpp | 657 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() 672 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() 680 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() 688 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() 696 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() 704 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() 712 void ShaderCore::i2f(Vector4f &dst, const Vector4f &src) in i2f() 720 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) in f2u() 728 void ShaderCore::u2f(Vector4f &dst, const Vector4f &src) in u2f() 736 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() [all …]
|
| /external/v8/src/wasm/baseline/ia32/ |
| D | liftoff-assembler-ia32.h | 51 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Register base, in Load() 206 void LiftoffAssembler::LoadFromInstance(Register dst, uint32_t offset, in LoadFromInstance() 218 void LiftoffAssembler::FillInstanceInto(Register dst) { in FillInstanceInto() 222 void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, in Load() 365 void LiftoffAssembler::LoadCallerFrameSlot(LiftoffRegister dst, in LoadCallerFrameSlot() 384 void LiftoffAssembler::Move(Register dst, Register src, ValueType type) { in Move() 390 void LiftoffAssembler::Move(DoubleRegister dst, DoubleRegister src, in Move() 404 Operand dst = liftoff::GetStackSlot(index); in Spill() local 426 Operand dst = liftoff::GetStackSlot(index); in Spill() local 470 void LiftoffAssembler::emit_i32_add(Register dst, Register lhs, Register rhs) { in emit_i32_add() [all …]
|
| /external/v8/src/s390/ |
| D | macro-assembler-s390.cc | 302 void TurboAssembler::Move(Register dst, Handle<HeapObject> value) { in Move() 312 void TurboAssembler::Move(Register dst, ExternalReference reference) { in Move() 322 void TurboAssembler::Move(Register dst, Register src, Condition cond) { in Move() 332 void TurboAssembler::Move(DoubleRegister dst, DoubleRegister src) { in Move() 360 void TurboAssembler::RotateInsertSelectBits(Register dst, Register src, in RotateInsertSelectBits() 371 void TurboAssembler::BranchRelativeOnIdxHighP(Register dst, Register inc, in BranchRelativeOnIdxHighP() 438 Register value, Register dst, in RecordWriteField() 677 void TurboAssembler::CanonicalizeNaN(const DoubleRegister dst, in CanonicalizeNaN() 685 void TurboAssembler::ConvertIntToDouble(DoubleRegister dst, Register src) { in ConvertIntToDouble() 689 void TurboAssembler::ConvertUnsignedIntToDouble(DoubleRegister dst, in ConvertUnsignedIntToDouble() [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 | 146 struct x86_reg dst, in emit_op_modrm() 308 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 356 struct x86_reg dst, in x86_mov() 363 struct x86_reg dst, in x86_xor() 370 struct x86_reg dst, in x86_cmp() 377 struct x86_reg dst, in x86_lea() 385 struct x86_reg dst, in x86_test() 393 struct x86_reg dst, in x86_add() 407 struct x86_reg dst, in x86_sub() 414 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/skia/src/opts/ |
| D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable() 81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable() 94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable() 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() [all …]
|
| /external/skqp/src/opts/ |
| D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable() 81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable() 94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable() 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() [all …]
|
| /external/pdfium/third_party/lcms/src/ |
| D | cmsalpha.c | 66 void copy8(void* dst, const void* src) in copy8() 72 void from8to16(void* dst, const void* src) in from8to16() 79 void from8toFLT(void* dst, const void* src) in from8toFLT() 85 void from8toDBL(void* dst, const void* src) in from8toDBL() 91 void from8toHLF(void* dst, const void* src) in from8toHLF() 100 void from16to8(void* dst, const void* src) in from16to8() 107 void copy16(void* dst, const void* src) in copy16() 112 void from16toFLT(void* dst, const void* src) in from16toFLT() 117 void from16toDBL(void* dst, const void* src) in from16toDBL() 123 void from16toHLF(void* dst, const void* src) in from16toHLF() [all …]
|
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_exec.c | 90 micro_abs(union tgsi_exec_channel *dst, in micro_abs() 100 micro_arl(union tgsi_exec_channel *dst, in micro_arl() 110 micro_arr(union tgsi_exec_channel *dst, in micro_arr() 120 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil() 130 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp() 142 micro_cos(union tgsi_exec_channel *dst, in micro_cos() 152 micro_d2f(union tgsi_exec_channel *dst, in micro_d2f() 162 micro_d2i(union tgsi_exec_channel *dst, in micro_d2i() 172 micro_d2u(union tgsi_exec_channel *dst, in micro_d2u() 181 micro_dabs(union tgsi_double_channel *dst, in micro_dabs() [all …]
|