Home
last modified time | relevance | path

Searched refs:v_cnt (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp72 analysis::Type* ConvertToHalfPass::FloatMatrixType(uint32_t v_cnt, in FloatMatrixType() argument
78 analysis::Matrix mat_ty(reg_vec_ty, v_cnt); in FloatMatrixType()
118 uint32_t v_cnt = mty_inst->GetSingleWordInOperand(1); in MatConvertCleanup() local
131 for (uint32_t vidx = 0; vidx < v_cnt; ++vidx) { in MatConvertCleanup()
H A Dconvert_to_half_pass.h64 // Return type id for matrix of |v_cnt| vectors of length identical to
66 analysis::Type* FloatMatrixType(uint32_t v_cnt, uint32_t vty_id,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp72 analysis::Type* ConvertToHalfPass::FloatMatrixType(uint32_t v_cnt, in FloatMatrixType() argument
78 analysis::Matrix mat_ty(reg_vec_ty, v_cnt); in FloatMatrixType()
118 uint32_t v_cnt = mty_inst->GetSingleWordInOperand(1); in MatConvertCleanup() local
131 for (uint32_t vidx = 0; vidx < v_cnt; ++vidx) { in MatConvertCleanup()
H A Dconvert_to_half_pass.h64 // Return type id for matrix of |v_cnt| vectors of length identical to
66 analysis::Type* FloatMatrixType(uint32_t v_cnt, uint32_t vty_id,
/third_party/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp82 analysis::Type* ConvertToHalfPass::FloatMatrixType(uint32_t v_cnt, in FloatMatrixType() argument
88 analysis::Matrix mat_ty(reg_vec_ty, v_cnt); in FloatMatrixType()
128 uint32_t v_cnt = mty_inst->GetSingleWordInOperand(1); in MatConvertCleanup() local
141 for (uint32_t vidx = 0; vidx < v_cnt; ++vidx) { in MatConvertCleanup()
H A Dconvert_to_half_pass.h68 // Return type id for matrix of |v_cnt| vectors of length identical to
70 analysis::Type* FloatMatrixType(uint32_t v_cnt, uint32_t vty_id,
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c1027 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_8width_msa() local
1061 for (v_cnt = 0; v_cnt < 2; v_cnt++) { in hevc_intra_pred_angular_upper_8width_msa()
1121 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_16width_msa() local
1159 for (v_cnt = 4; v_cnt--;) { in hevc_intra_pred_angular_upper_16width_msa()
1235 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_32width_msa() local
1277 for (v_cnt = 16; v_cnt in hevc_intra_pred_angular_upper_32width_msa()
1448 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; hevc_intra_pred_angular_lower_8width_msa() local
1543 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; hevc_intra_pred_angular_lower_16width_msa() local
1659 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1, tmp0; hevc_intra_pred_angular_lower_32width_msa() local
[all...]
H A Dhevc_lpf_sao_msa.c1450 int32_t v_cnt; in hevc_sao_edge_filter_0degree_16multiple_msa() local
1472 for (v_cnt = 0; v_cnt < width; v_cnt += 16) { in hevc_sao_edge_filter_0degree_16multiple_msa()
1474 dst_ptr = dst + v_cnt; in hevc_sao_edge_filter_0degree_16multiple_msa()
1775 int32_t h_cnt, v_cnt; in hevc_sao_edge_filter_90degree_16multiple_msa() local
1789 for (v_cnt = 0; v_cnt < width; v_cnt += 16) { in hevc_sao_edge_filter_90degree_16multiple_msa()
1790 src = src_orig + v_cnt; in hevc_sao_edge_filter_90degree_16multiple_msa()
2106 int32_t v_cnt; hevc_sao_edge_filter_45degree_16multiple_msa() local
2452 int32_t v_cnt; hevc_sao_edge_filter_135degree_16multiple_msa() local
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_lpf_sao_lsx.c1175 int32_t v_cnt; in hevc_sao_edge_filter_0degree_16multiple_lsx() local
1208 for (v_cnt = 0; v_cnt < width; v_cnt += 16) { in hevc_sao_edge_filter_0degree_16multiple_lsx()
1210 dst_ptr = dst + v_cnt; in hevc_sao_edge_filter_0degree_16multiple_lsx()
1503 int32_t h_cnt, v_cnt; in hevc_sao_edge_filter_90degree_16multiple_lsx() local
1523 for (v_cnt = 0; v_cnt < width; v_cnt += 16) { in hevc_sao_edge_filter_90degree_16multiple_lsx()
1524 src = src_orig + v_cnt; in hevc_sao_edge_filter_90degree_16multiple_lsx()
1854 int32_t v_cnt; hevc_sao_edge_filter_45degree_16multiple_lsx() local
2229 int32_t v_cnt; hevc_sao_edge_filter_135degree_16multiple_lsx() local
[all...]

Completed in 13 milliseconds