/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_scan.c | 109 const struct tgsi_full_src_register *src, in scan_src_operand() 115 int ind = src->Register.Index; in scan_src_operand() 118 src->Register.File == TGSI_FILE_SYSTEM_VALUE) { in scan_src_operand() 121 name = info->system_value_semantic_name[src->Register.Index]; in scan_src_operand() 148 if (src->Register.File == TGSI_FILE_INPUT) { in scan_src_operand() 149 if (src->Register.Indirect) { in scan_src_operand() 162 if (src->Register.Indirect && src->Indirect.ArrayID) in scan_src_operand() 163 input = info->input_array_first[src->Indirect.ArrayID]; in scan_src_operand() 165 input = src in scan_src_operand() 107 scan_src_operand(struct tgsi_shader_info *info, const struct tgsi_full_instruction *fullinst, const struct tgsi_full_src_register *src, unsigned src_index, unsigned usage_mask_after_swizzle, bool is_interp_instruction, bool *is_mem_inst) scan_src_operand() argument 497 struct tgsi_full_src_register src = {{0}}; scan_instruction() local 509 struct tgsi_full_src_register src = {{0}}; scan_instruction() local 522 struct tgsi_full_src_register src = {{0}}; scan_instruction() local 541 struct tgsi_full_src_register src = {{0}}; scan_instruction() local 554 struct tgsi_full_src_register src = {{0}}; scan_instruction() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 979 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unusedHints, deUint32 flagsMask, deUint32 buffer, deUint32 stride, deUint32 offset); 980 void generateDeclaration (std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buffer, deUint32 stride, deUint32 offset); 981 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 983 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 984 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() argument 989 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 990 src << ";\n"; in generateDeclaration() 993 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() argument 995 src << "struc in generateFullDeclaration() 1009 generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int ) generateLocalDeclaration() argument 1014 generateLayoutAndPrecisionDeclaration(std::ostringstream& src, deUint32 flags, deUint32 buffer, deUint32 stride, deUint32 offset) generateLayoutAndPrecisionDeclaration() argument 1023 generateDeclaration(std::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 fieldHints, deUint32 flagsMask, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument 1074 generateDeclaration(std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument 1118 const std::vector<T> src = v; semiShuffle() local 1162 generateDeclaration(std::ostringstream& src, int blockNdx, const InterfaceBlock& block, const InterfaceLayout& layout, bool shuffleUniformMembers) generateDeclaration() argument 1205 generateValueSrc(std::ostringstream& src, const InterfaceLayoutEntry& entry, const void* basePtr, int elementNdx) generateValueSrc() argument 1266 writeMatrixTypeSrc(int columnCount, int rowCount, std::string type, std::ostringstream& src, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry, bool vector) writeMatrixTypeSrc() argument 1341 generateTestSrcMatrixPerVec(std::ostringstream& src, glu::DataType elementType, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry) generateTestSrcMatrixPerVec() argument 1360 generateTestSrcMatrixPerElement(std::ostringstream& src, glu::DataType elementType, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry) generateTestSrcMatrixPerElement() argument 1380 generateSingleAssignment(std::ostringstream& src, glu::DataType elementType, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry, MatrixLoadFlags matrixLoadFlag) generateSingleAssignment() argument 1403 generateAssignment(std::ostringstream& src, const InterfaceLayout& layout, const VarType& type, const std::string& srcName, const std::string& apiName, int blockNdx, const void* basePtr, MatrixLoadFlags matrixLoadFlag) generateAssignment() argument 1465 generateAssignment(std::ostringstream& src, const InterfaceLayout& layout, const ShaderInterface& shaderInterface, const std::map<int, void*>& blockPointers, MatrixLoadFlags matrixLoadFlag) generateAssignment() argument 1508 std::ostringstream src; generatePassthroughShader() local 1522 std::ostringstream src; generateTestShader() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 979 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unusedHints, deUint32 flagsMask, deUint32 buffer, deUint32 stride, deUint32 offset); 980 void generateDeclaration (std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buffer, deUint32 stride, deUint32 offset); 981 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 983 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 984 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() argument 989 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 990 src << ";\n"; in generateDeclaration() 993 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() argument 995 src << "struc in generateFullDeclaration() 1009 generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int ) generateLocalDeclaration() argument 1014 generateLayoutAndPrecisionDeclaration(std::ostringstream& src, deUint32 flags, deUint32 buffer, deUint32 stride, deUint32 offset) generateLayoutAndPrecisionDeclaration() argument 1023 generateDeclaration(std::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 fieldHints, deUint32 flagsMask, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument 1074 generateDeclaration(std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buffer, deUint32 stride, deUint32 offset) generateDeclaration() argument 1118 const std::vector<T> src = v; semiShuffle() local 1162 generateDeclaration(std::ostringstream& src, int blockNdx, const InterfaceBlock& block, const InterfaceLayout& layout, bool shuffleUniformMembers) generateDeclaration() argument 1205 generateValueSrc(std::ostringstream& src, const InterfaceLayoutEntry& entry, const void* basePtr, int elementNdx) generateValueSrc() argument 1266 writeMatrixTypeSrc(int columnCount, int rowCount, std::string type, std::ostringstream& src, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry, bool vector) writeMatrixTypeSrc() argument 1341 generateTestSrcMatrixPerVec(std::ostringstream& src, glu::DataType elementType, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry) generateTestSrcMatrixPerVec() argument 1360 generateTestSrcMatrixPerElement(std::ostringstream& src, glu::DataType elementType, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry) generateTestSrcMatrixPerElement() argument 1380 generateSingleAssignment(std::ostringstream& src, glu::DataType elementType, const std::string& srcName, const void* basePtr, const InterfaceLayoutEntry& entry, MatrixLoadFlags matrixLoadFlag) generateSingleAssignment() argument 1403 generateAssignment(std::ostringstream& src, const InterfaceLayout& layout, const VarType& type, const std::string& srcName, const std::string& apiName, int blockNdx, const void* basePtr, MatrixLoadFlags matrixLoadFlag) generateAssignment() argument 1465 generateAssignment(std::ostringstream& src, const InterfaceLayout& layout, const ShaderInterface& shaderInterface, const std::map<int, void*>& blockPointers, MatrixLoadFlags matrixLoadFlag) generateAssignment() argument 1508 std::ostringstream src; generatePassthroughShader() local 1522 std::ostringstream src; generateTestShader() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 318 unsigned src; in alu_uses_rel() local 324 for (src = 0; src < num_src; ++src) { in alu_uses_rel() 325 if (alu->src[src].rel) { in alu_uses_rel() 340 unsigned src; in alu_uses_lds() local 342 for (src = 0; src < num_src; ++src) { in alu_uses_lds() 515 int r, src, num_src, sel, elem, cycle; check_vector() local 545 int r, src, num_src, const_count, sel, elem, cycle; check_scalar() local 673 int i, j, r, src, num_src; replace_gpr_with_pv_ps() local 816 int i, j, r, src, num_src; merge_inst_groups() local 2038 struct r600_bytecode_alu_src *src = &alu->src[idx]; print_src() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 369 cond_reg = get_nir_src(cond->src[0].src); in nir_emit_if() 370 cond_reg = offset(cond_reg, bld, cond->src[0].swizzle[0]); in nir_emit_if() 505 if (!instr->src[0].src.is_ssa || in optimize_extract_to_float() 506 !instr->src[0].src.ssa->parent_instr) in optimize_extract_to_float() 509 if (instr->src[0].src.ssa->parent_instr->type != nir_instr_type_alu) in optimize_extract_to_float() 513 nir_instr_as_alu(instr->src[ in optimize_extract_to_float() 622 emit_find_msb_using_lzd(const fs_builder &bld, const fs_reg &result, const fs_reg &src, bool is_signed) emit_find_msb_using_lzd() argument [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_msa.c | 32 static void hevc_copy_4w_msa(uint8_t *src, int32_t src_stride, in hevc_copy_4w_msa() argument 42 LD_SB2(src, src_stride, src0, src1); in hevc_copy_4w_msa() 52 LD_SB4(src, src_stride, src0, src1, src2, src3); in hevc_copy_4w_msa() 65 LD_SB8(src, src_stride, in hevc_copy_4w_msa() 67 src += (8 * src_stride); in hevc_copy_4w_msa() 80 static void hevc_copy_6w_msa(uint8_t *src, int32_t src_stride, in hevc_copy_6w_msa() argument 90 LD_SB8(src, src_stride, src0, src1, src2, src3, src4, src5, src6, src7); in hevc_copy_6w_msa() 91 src += (8 * src_stride); in hevc_copy_6w_msa() 104 static void hevc_copy_8w_msa(uint8_t *src, int32_t src_stride, in hevc_copy_8w_msa() argument 114 LD_SB2(src, src_strid in hevc_copy_8w_msa() 165 hevc_copy_12w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_12w_msa() argument 202 hevc_copy_16w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_16w_msa() argument 293 hevc_copy_24w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_24w_msa() argument 322 hevc_copy_32w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_32w_msa() argument 360 hevc_copy_48w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_48w_msa() argument 411 hevc_copy_64w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_64w_msa() argument 448 hevc_hz_8t_4w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_4w_msa() argument 503 hevc_hz_8t_8w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_8w_msa() argument 558 hevc_hz_8t_12w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_12w_msa() argument 633 hevc_hz_8t_16w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_16w_msa() argument 690 hevc_hz_8t_24w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_24w_msa() argument 765 hevc_hz_8t_32w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_32w_msa() argument 825 hevc_hz_8t_48w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_48w_msa() argument 896 hevc_hz_8t_64w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_64w_msa() argument 990 hevc_vt_8t_4w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_4w_msa() argument 1060 hevc_vt_8t_8w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_8w_msa() argument 1123 hevc_vt_8t_12w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_12w_msa() argument 1210 hevc_vt_8t_16multx4mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) hevc_vt_8t_16multx4mult_msa() argument 1318 hevc_vt_8t_16w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_16w_msa() argument 1326 hevc_vt_8t_24w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_24w_msa() argument 1336 hevc_vt_8t_32w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_32w_msa() argument 1344 hevc_vt_8t_48w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_48w_msa() argument 1352 hevc_vt_8t_64w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_64w_msa() argument 1360 hevc_hv_8t_4w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_4w_msa() argument 1467 hevc_hv_8t_8multx1mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_8t_8multx1mult_msa() argument 1594 hevc_hv_8t_8w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_8w_msa() argument 1603 hevc_hv_8t_12w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_12w_msa() argument 1798 hevc_hv_8t_16w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_16w_msa() argument 1807 hevc_hv_8t_24w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_24w_msa() argument 1816 hevc_hv_8t_32w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_32w_msa() argument 1825 hevc_hv_8t_48w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_48w_msa() argument 1834 hevc_hv_8t_64w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_64w_msa() argument 1843 hevc_hz_4t_4x2_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter) hevc_hz_4t_4x2_msa() argument 1876 hevc_hz_4t_4x4_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter) hevc_hz_4t_4x4_msa() argument 1913 hevc_hz_4t_4x8multiple_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_4x8multiple_msa() argument 1962 hevc_hz_4t_4w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_4w_msa() argument 1979 hevc_hz_4t_6w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_6w_msa() argument 2050 hevc_hz_4t_8x2multiple_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_8x2multiple_msa() argument 2094 hevc_hz_4t_8x4multiple_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_8x4multiple_msa() argument 2147 hevc_hz_4t_8w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_8w_msa() argument 2163 hevc_hz_4t_12w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_12w_msa() argument 2224 hevc_hz_4t_16w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_16w_msa() argument 2296 hevc_hz_4t_24w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_24w_msa() argument 2397 hevc_hz_4t_32w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_32w_msa() argument 2449 hevc_vt_4t_4x2_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter) hevc_vt_4t_4x2_msa() argument 2482 hevc_vt_4t_4x4_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_4x4_msa() argument 2519 hevc_vt_4t_4x8_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_4x8_msa() argument 2568 hevc_vt_4t_4x16_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_4x16_msa() argument 2638 hevc_vt_4t_4w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_4w_msa() argument 2656 hevc_vt_4t_6w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_6w_msa() argument 2730 hevc_vt_4t_8x2_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter) hevc_vt_4t_8x2_msa() argument 2765 hevc_vt_4t_8x6_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter) hevc_vt_4t_8x6_msa() argument 2827 hevc_vt_4t_8x4multiple_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_8x4multiple_msa() argument 2876 hevc_vt_4t_8w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_8w_msa() argument 2893 hevc_vt_4t_12w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_12w_msa() argument 2964 hevc_vt_4t_16w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_16w_msa() argument 3031 hevc_vt_4t_24w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_24w_msa() argument 3129 hevc_vt_4t_32w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_32w_msa() argument 3235 hevc_hv_4t_4x2_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_4x2_msa() argument 3289 hevc_hv_4t_4x4_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_4x4_msa() argument 3352 hevc_hv_4t_4multx8mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_4multx8mult_msa() argument 3448 hevc_hv_4t_4w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_4w_msa() argument 3468 hevc_hv_4t_6w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_6w_msa() argument 3593 hevc_hv_4t_8x2_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_8x2_msa() argument 3660 hevc_hv_4t_8multx4_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t width8mult) hevc_hv_4t_8multx4_msa() argument 3744 hevc_hv_4t_8x6_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_8x6_msa() argument 3855 hevc_hv_4t_8multx4mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width8mult) hevc_hv_4t_8multx4mult_msa() argument 3972 hevc_hv_4t_8w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_8w_msa() argument 3996 hevc_hv_4t_12w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_12w_msa() argument 4169 hevc_hv_4t_16w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_16w_msa() argument 4186 hevc_hv_4t_24w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_24w_msa() argument 4198 hevc_hv_4t_32w_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_32w_msa() argument [all...] |
H A D | h264chroma_msa.c | 32 static void avc_chroma_hz_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, in avc_chroma_hz_2x2_msa() argument 46 LD_SB2(src, stride, src0, src1); in avc_chroma_hz_2x2_msa() 63 static void avc_chroma_hz_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, in avc_chroma_hz_2x4_msa() argument 76 LD_UB4(src, stride, src0, src1, src2, src3); in avc_chroma_hz_2x4_msa() 91 static void avc_chroma_hz_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, in avc_chroma_hz_2w_msa() argument 96 avc_chroma_hz_2x2_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa() 98 avc_chroma_hz_2x4_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa() 102 static void avc_chroma_hz_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, in avc_chroma_hz_4x2_msa() argument 115 LD_SB2(src, stride, src0, src1); in avc_chroma_hz_4x2_msa() 127 static void avc_chroma_hz_4x4_msa(uint8_t *src, uint8_ argument 150 avc_chroma_hz_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_4x8_msa() argument 174 avc_chroma_hz_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_4w_msa() argument 187 avc_chroma_hz_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_8x4_msa() argument 210 avc_chroma_hz_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_8x8_msa() argument 243 avc_chroma_hz_nonmult_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_nonmult_msa() argument 292 avc_chroma_hz_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_8w_msa() argument 305 avc_chroma_vt_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_2x2_msa() argument 337 avc_chroma_vt_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_2x4_msa() argument 365 avc_chroma_vt_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_2w_msa() argument 376 avc_chroma_vt_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_4x2_msa() argument 400 avc_chroma_vt_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_4x4_msa() argument 424 avc_chroma_vt_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_4x8_msa() argument 452 avc_chroma_vt_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_4w_msa() argument 465 avc_chroma_vt_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_8x4_msa() argument 486 avc_chroma_vt_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_8x8_msa() argument 518 avc_chroma_vt_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_8w_msa() argument 529 avc_chroma_hv_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_2x2_msa() argument 564 avc_chroma_hv_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_2x4_msa() argument 598 avc_chroma_hv_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_2w_msa() argument 612 avc_chroma_hv_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_4x2_msa() argument 640 avc_chroma_hv_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_4x4_msa() argument 673 avc_chroma_hv_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_4x8_msa() argument 713 avc_chroma_hv_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_4w_msa() argument 730 avc_chroma_hv_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_8x4_msa() argument 773 avc_chroma_hv_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_8x8_msa() argument 829 avc_chroma_hv_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_8w_msa() argument 843 avc_chroma_hz_and_aver_dst_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_2x2_msa() argument 885 avc_chroma_hz_and_aver_dst_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_2x4_msa() argument 925 avc_chroma_hz_and_aver_dst_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_and_aver_dst_2w_msa() argument 936 avc_chroma_hz_and_aver_dst_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_4x2_msa() argument 969 avc_chroma_hz_and_aver_dst_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_4x4_msa() argument 998 avc_chroma_hz_and_aver_dst_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_4x8_msa() argument 1030 avc_chroma_hz_and_aver_dst_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_and_aver_dst_4w_msa() argument 1043 avc_chroma_hz_and_aver_dst_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_8x4_msa() argument 1073 avc_chroma_hz_and_aver_dst_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_8x8_msa() argument 1117 avc_chroma_hz_and_aver_dst_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_and_aver_dst_8w_msa() argument 1128 avc_chroma_vt_and_aver_dst_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_2x2_msa() argument 1165 avc_chroma_vt_and_aver_dst_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_2x4_msa() argument 1207 avc_chroma_vt_and_aver_dst_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_and_aver_dst_2w_msa() argument 1218 avc_chroma_vt_and_aver_dst_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_4x2_msa() argument 1250 avc_chroma_vt_and_aver_dst_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_4x4_msa() argument 1280 avc_chroma_vt_and_aver_dst_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_4x8_msa() argument 1316 avc_chroma_vt_and_aver_dst_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_and_aver_dst_4w_msa() argument 1329 avc_chroma_vt_and_aver_dst_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_8x4_msa() argument 1358 avc_chroma_vt_and_aver_dst_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_8x8_msa() argument 1401 avc_chroma_vt_and_aver_dst_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_and_aver_dst_8w_msa() argument 1412 avc_chroma_hv_and_aver_dst_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_2x2_msa() argument 1454 avc_chroma_hv_and_aver_dst_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_2x4_msa() argument 1499 avc_chroma_hv_and_aver_dst_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_and_aver_dst_2w_msa() argument 1516 avc_chroma_hv_and_aver_dst_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_4x2_msa() argument 1552 avc_chroma_hv_and_aver_dst_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_4x4_msa() argument 1591 avc_chroma_hv_and_aver_dst_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_4x8_msa() argument 1640 avc_chroma_hv_and_aver_dst_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_and_aver_dst_4w_msa() argument 1660 avc_chroma_hv_and_aver_dst_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_8x4_msa() argument 1708 avc_chroma_hv_and_aver_dst_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_8x8_msa() argument 1777 avc_chroma_hv_and_aver_dst_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_and_aver_dst_8w_msa() argument 1794 copy_width4_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) copy_width4_msa() argument 1817 copy_width8_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) copy_width8_msa() argument 1835 avg_width4_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) avg_width4_msa() argument 1870 avg_width8_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) avg_width8_msa() argument 1906 ff_put_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_put_h264_chroma_mc8_msa() argument 1922 ff_put_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_put_h264_chroma_mc4_msa() argument 1938 ff_put_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_put_h264_chroma_mc2_msa() argument 1961 ff_avg_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_avg_h264_chroma_mc8_msa() argument 1979 ff_avg_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_avg_h264_chroma_mc4_msa() argument 1996 ff_avg_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_avg_h264_chroma_mc2_msa() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | jpeglsdec.c | 482 uint8_t *src = s->picture_ptr->data[0]; in ff_jpegls_decode_picture() local 488 src[x ] += src[x+1] + 128; in ff_jpegls_decode_picture() 489 src[x+2] += src[x+1] + 128; in ff_jpegls_decode_picture() 494 src[x ] += src[x+1] + 128; in ff_jpegls_decode_picture() 495 src[x+2] += ((src[x ] + src[ in ff_jpegls_decode_picture() 529 uint8_t *src = s->picture_ptr->data[0]; ff_jpegls_decode_picture() local 537 uint16_t *src = (uint16_t *)s->picture_ptr->data[0]; ff_jpegls_decode_picture() local [all...] |
H A D | huffyuvdsp.c | 29 static void add_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, int w){ in add_int16_c() argument 34 long a = *(long*)(src+i); in add_int16_c() 39 dst[i] = (dst[i] + src[i]) & mask; in add_int16_c() 42 static void add_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top){ in add_hfyu_median_pred_int16_c() argument 50 l = (mid_pred(l, src[i], (l + src[i] - lt) & mask) + diff[i]) & mask; in add_hfyu_median_pred_int16_c() 51 lt = src[i]; in add_hfyu_median_pred_int16_c() 59 static void add_hfyu_left_pred_bgr32_c(uint8_t *dst, const uint8_t *src, in add_hfyu_left_pred_bgr32_c() argument 66 b += src[4 * i + B]; in add_hfyu_left_pred_bgr32_c() 67 g += src[ in add_hfyu_left_pred_bgr32_c() [all...] |
H A D | sgirledec.c | 49 void rbg323_to_bgr8(uint8_t *dst, const uint8_t *src, int size) in rbg323_to_bgr8() argument 53 dst[i] = RBG323_TO_BGR8(src[i]); in rbg323_to_bgr8() 58 * @param[in] src Source buffer 67 const uint8_t *src, int src_size, in decode_sgirle8() 70 const uint8_t *src_end = src + src_size; in decode_sgirle8() 82 while (src_end - src >= 2) { in decode_sgirle8() 83 uint8_t v = *src++; in decode_sgirle8() 89 memset(dst + y * linesize + x, RBG323_TO_BGR8(*src), length); in decode_sgirle8() 93 src++; in decode_sgirle8() 97 int length = FFMIN3(v, width - x, src_end - src); in decode_sgirle8() 66 decode_sgirle8(AVCodecContext *avctx, uint8_t *dst, const uint8_t *src, int src_size, int width, int height, ptrdiff_t linesize) decode_sgirle8() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.h | 101 void CopyCordToString(const Cord& src, std::string* dst); 145 Cord(const Cord& src); 146 Cord(Cord&& src) noexcept; 150 // Creates a Cord from a `src` string. This constructor is marked explicit to 153 explicit Cord(absl::string_view src); 154 Cord& operator=(absl::string_view src); 160 explicit Cord(T&& src); 162 Cord& operator=(T&& src); 223 void Append(const Cord& src); 224 void Append(Cord&& src); 919 SmallMemmove(char* dst, const char* src, size_t n, bool nullify_tail = false) SmallMemmove() argument 1003 InlineRep(const Cord::InlineRep& src) InlineRep() argument 1013 InlineRep(Cord::InlineRep&& src) InlineRep() argument 1017 operator =(const Cord::InlineRep& src) operator =() argument 1139 Cord(absl::string_view src) Cord() argument 1158 operator =(T&& src) operator =() argument 1166 Cord(const Cord& src) Cord() argument 1221 Append(absl::string_view src) Append() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryBasicGeometryShaderTests.cpp | 587 std::ostringstream src; in initPrograms() local 588 src << "#version 310 es\n" in initPrograms() 597 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms() 603 std::ostringstream src; in initPrograms() local 604 src << "#version 310 es\n" in initPrograms() 621 src << " highp int emitCount = (gl_PrimitiveIDIn == 0) ? (" << m_pattern[0] << ") : (" << m_pattern[1] << ");\n"; in initPrograms() 623 src << " highp int emitCount = " << m_pattern[0] << ";\n"; in initPrograms() 624 src << " for (highp int ndx = 0; ndx < emitCount / 2; ndx++)\n" in initPrograms() 636 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms() 640 std::ostringstream src; in initPrograms() local 687 std::ostringstream src; initPrograms() local 722 std::ostringstream src; initPrograms() local 845 std::ostringstream src; initPrograms() local 896 std::ostringstream src; initPrograms() local 939 std::ostringstream src; initPrograms() local 1015 std::ostringstream src; initPrograms() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryBasicGeometryShaderTests.cpp | 588 std::ostringstream src; in initPrograms() local 589 src << "#version 310 es\n" in initPrograms() 598 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms() 604 std::ostringstream src; in initPrograms() local 605 src << "#version 310 es\n" in initPrograms() 622 src << " highp int emitCount = (gl_PrimitiveIDIn == 0) ? (" << m_pattern[0] << ") : (" << m_pattern[1] << ");\n"; in initPrograms() 624 src << " highp int emitCount = " << m_pattern[0] << ";\n"; in initPrograms() 625 src << " for (highp int ndx = 0; ndx < emitCount / 2; ndx++)\n" in initPrograms() 637 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms() 641 std::ostringstream src; in initPrograms() local 689 std::ostringstream src; initPrograms() local 724 std::ostringstream src; initPrograms() local 847 std::ostringstream src; initPrograms() local 899 std::ostringstream src; initPrograms() local 942 std::ostringstream src; initPrograms() local 1018 std::ostringstream src; initPrograms() local [all...] |
/third_party/cups-filters/ |
H A D | ln-srf | 12 src="$1" 24 check_path "source" "$src" 28 src=${src#/*} 31 s_prefix=${src%%/*} 36 src="${src#$s_prefix/}" 38 s_prefix=${src%%/*} 49 ln -s -f "$s_prefix$src" "$dst"
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | memrchr.c | 29 const char *src = "this is memrchr_0100 test."; in memrchr_0100() local 31 char *ret = memrchr(src, 'r', strlen(src)); in memrchr_0100() 35 ret = memrchr(src, 'r', strlen("memrchr_0100 test.")); in memrchr_0100() 39 ret = memrchr(src, 'w', strlen(src)); in memrchr_0100() 50 const char *src = "this is memrchr_0200 test."; in memrchr_0200() local 51 char *ret = memrchr(src, 'r', 0); in memrchr_0200()
|
/device/board/hisilicon/hispark_taurus/audio_drivers/ |
H A D | Makefile | 21 codec/tfa9879/src/tfa9879_codec_adapter.o \ 22 codec/tfa9879/src/tfa9879_codec_ops.o \ 23 codec/hi3516/src/hi3516_codec_adapter.o \ 24 codec/hi3516/src/hi3516_codec_impl.o \ 25 codec/hi3516/src/hi3516_codec_ops.o \ 26 dsp/src/dsp_adapter.o \ 27 dsp/src/dsp_ops.o \ 28 soc/src/hi3516_dai_adapter.o \ 29 soc/src/hi3516_dai_ops.o \ 30 soc/src/hi3516_aiao_imp [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | address.h | 111 coap_address_copy( coap_address_t *dst, const coap_address_t *src ) { in coap_address_copy() 113 memcpy( dst, src, sizeof( coap_address_t ) ); in coap_address_copy() 116 dst->size = src->size; in coap_address_copy() 117 if ( src->addr.sa.sa_family == AF_INET6 ) { in coap_address_copy() 118 dst->addr.sin6.sin6_family = src->addr.sin6.sin6_family; in coap_address_copy() 119 dst->addr.sin6.sin6_addr = src->addr.sin6.sin6_addr; in coap_address_copy() 120 dst->addr.sin6.sin6_port = src->addr.sin6.sin6_port; in coap_address_copy() 121 dst->addr.sin6.sin6_scope_id = src->addr.sin6.sin6_scope_id; in coap_address_copy() 122 } else if ( src->addr.sa.sa_family == AF_INET ) { in coap_address_copy() 123 dst->addr.sin = src in coap_address_copy() [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | mpegvideodsp.c | 34 static void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, in gmc1_altivec() 53 unsigned long src_really_odd = (unsigned long) src & 0x0000000F; in gmc1_altivec() 63 /* we'll be able to pick-up our 9 char elements at src from those in gmc1_altivec() 65 * reuse 'src + stride' from one iteration as the 'src' of the next. */ in gmc1_altivec() 66 register vector unsigned char src_0 = vec_ld(0, src); in gmc1_altivec() 67 register vector unsigned char src_1 = vec_ld(16, src); in gmc1_altivec() 69 vec_lvsl(0, src)); in gmc1_altivec() 72 /* If (src & 0xF) == 0xF, then (src in gmc1_altivec() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_hflip_init.h | 32 static void hflip_byte_c(const uint8_t *src, uint8_t *dst, int w) in hflip_byte_c() argument 35 dst[j] = src[-j]; in hflip_byte_c() 40 const uint16_t *src = (const uint16_t *)ssrc; in hflip_short_c() local 44 dst[j] = src[-j]; in hflip_short_c() 49 const uint32_t *src = (const uint32_t *)ssrc; in hflip_dword_c() local 53 dst[j] = src[-j]; in hflip_dword_c() 56 static void hflip_b24_c(const uint8_t *src, uint8_t *dst, int w) in hflip_b24_c() argument 58 const uint8_t *in = src; in hflip_b24_c() 68 static void hflip_b48_c(const uint8_t *src, uint8_t *dst, int w) in hflip_b48_c() argument 70 const uint8_t *in = src; in hflip_b48_c() 82 const uint64_t *src = (const uint64_t *)ssrc; hflip_qword_c() local [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | casemap.h | 43 * @param src The original string. 44 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. 67 const char16_t *src, int32_t srcLength, 79 * @param src The original string. 80 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. 103 const char16_t *src, int32_t srcLength, 129 * @param src The original string. 130 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. 154 const char16_t *src, int32_t srcLength, 172 * @param src Th [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | casemap.h | 43 * @param src The original string. 44 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. 67 const char16_t *src, int32_t srcLength, 79 * @param src The original string. 80 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. 103 const char16_t *src, int32_t srcLength, 129 * @param src The original string. 130 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. 154 const char16_t *src, int32_t srcLength, 172 * @param src Th [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_gen_mipmap.c | 53 * \param base_level the first mipmap level to use as a src 97 blit.src.resource = blit.dst.resource = pt; in util_gen_mipmap() 98 blit.src.format = blit.dst.format = format; in util_gen_mipmap() 104 blit.src.level = dstLevel - 1; in util_gen_mipmap() 107 blit.src.box.width = u_minify(pt->width0, blit.src.level); in util_gen_mipmap() 108 blit.src.box.height = u_minify(pt->height0, blit.src.level); in util_gen_mipmap() 115 blit.src.box.z = blit.dst.box.z = 0; in util_gen_mipmap() 116 blit.src in util_gen_mipmap() [all...] |
/third_party/skia/src/core/ |
H A D | SkSpriteBlitter_ARGB32.cpp | 12 #include "src/core/SkArenaAlloc.h" 13 #include "src/core/SkBlitRow.h" 14 #include "src/core/SkSpriteBlitter.h" 15 #include "src/core/SkXfermodePriv.h" 21 Sprite_D32_S32(const SkPixmap& src, U8CPU alpha) : INHERITED(src) { in Sprite_D32_S32() argument 22 SkASSERT(src.colorType() == kN32_SkColorType); in Sprite_D32_S32() 28 if (!src.isOpaque()) { in Sprite_D32_S32() 39 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); variable 46 proc(dst, src, widt 71 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); global() variable [all...] |
/third_party/optimized-routines/string/test/ |
H A D | __mtag_tag_region.c | 56 unsigned char *src = alignup (sbuf); in test() local 57 unsigned char *s = src + salign; in test() 66 src[i] = '?'; in test() 70 src = tag_buffer (src, len + 2 * A, 1); in test() 71 s = src + salign; in test() 81 if (src[i] != '?') in test() 84 mtag_quoteat ("got head", src, len + 2 * A, i); in test() 94 mtag_quoteat ("got body", src, len + 2 * A, i); in test() 101 if (src[ in test() [all...] |
/third_party/optimized-routines/string/arm/ |
H A D | strlen-armv6t2.S | 35 #define src r1 define 46 bic src, srcin, #7 49 pld [src, #32] 55 ldrd data1a, data1b, [src] 56 pld [src, #64] 66 ldrd data1a, data1b, [src, #8] 75 ldrd data1a, data1b, [src, #16] 84 ldrd data1a, data1b, [src, #24] 85 add src, src, #3 [all...] |