Home
last modified time | relevance | path

Searched refs:mask_type (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_removelogo.c348 #define SHOW_LOGO_INFO(mask_type) \ in init() argument
349 av_log(ctx, AV_LOG_VERBOSE, #mask_type " x1:%d x2:%d y1:%d y2:%d max_mask_size:%d\n", \ in init()
350 s->mask_type##_mask_bbox.x1, s->mask_type##_mask_bbox.x2, \ in init()
351 s->mask_type##_mask_bbox.y1, s->mask_type##_mask_bbox.y2, \ in init()
352 mask_type##_max_mask_size); in init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c238 struct lp_type mask_type = lp_int_type(fs_type); in generate_quad_mask() local
276 lp_build_vec_type(gallivm, mask_type), in generate_quad_mask()
293 mask_type, PIPE_FUNC_EQUAL, in generate_quad_mask()
2397 struct lp_type mask_type; in generate_unswizzled_blend() local
2445 mask_type = lp_int32_vec4_type(); in generate_unswizzled_blend()
2446 mask_type.length = fs_type.length; in generate_unswizzled_blend()
2449 fs_mask[i] = lp_build_zero(gallivm, mask_type); in generate_unswizzled_blend()
2454 check_mask = LLVMConstNull(lp_build_int_vec_type(gallivm, mask_type)); in generate_unswizzled_blend()
2460 lp_build_mask_begin(&mask_ctx, gallivm, mask_type, check_mask); in generate_unswizzled_blend()
2686 mask_type.length = 4; in generate_unswizzled_blend()
[all …]
/third_party/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp43 enum mask_type : uint8_t { enum
331 uint8_t mask_type = in add_coupling_code() local
333 ctx.info[idx].exec.emplace_back(loop_active, mask_type); in add_coupling_code()
346 uint8_t mask_type = ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact); in add_coupling_code() local
349 bld.copy(Definition(exec, bld.lm), ctx.info[idx].exec.back().first), mask_type); in add_coupling_code()
453 uint8_t mask_type = ctx.info[preds[0]].exec[i].second & ctx.info[preds[1]].exec[i].second; in add_coupling_code() local
454 ctx.info[idx].exec.emplace_back(phi, mask_type); in add_coupling_code()
802 uint8_t mask_type = ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact); in add_branch_code() local
813 ctx.info[idx].exec.emplace_back(Operand(bld.lm), mask_type); in add_branch_code()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Doperand.h85 const spv_operand_type_t mask_type,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Doperand.h92 const spv_operand_type_t mask_type,
/third_party/skia/third_party/externals/spirv-tools/source/
Doperand.h92 const spv_operand_type_t mask_type,
/third_party/spirv-tools/source/
Doperand.h92 const spv_operand_type_t mask_type,
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c366 LLVMTypeRef mask_type = LLVMGetElementType(LLVMTypeOf(mask)); in lp_build_select() local
367 if (LLVMGetIntTypeWidth(mask_type) != type.width) { in lp_build_select()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2721 struct lp_type mask_type = lp_int_type(gs_type); in generate_mask_value() local
2723 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0); in generate_mask_value()
2726 num_prims = lp_build_broadcast(gallivm, lp_build_vec_type(gallivm, mask_type), in generate_mask_value()
2732 mask_val = lp_build_compare(gallivm, mask_type, in generate_mask_value()
3312 struct lp_type mask_type = lp_int_type(tcs_type); in generate_tcs_mask_value() local
3314 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0); in generate_tcs_mask_value()
3317 num_vecs = lp_build_broadcast(gallivm, lp_build_vec_type(gallivm, mask_type), limit); in generate_tcs_mask_value()
3322 mask_val = lp_build_compare(gallivm, mask_type, in generate_tcs_mask_value()
3768 struct lp_type mask_type = lp_int_type(tes_type); in generate_tes_mask_value() local
3770 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0); in generate_tes_mask_value()
[all …]
/third_party/ffmpeg/libavcodec/
Diff.c44 } mask_type; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82677 static nsIAtom* mask_type; member in nsGkAtoms