Searched refs:user_flags (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_cp_dma.c | 146 uint64_t remaining_size, unsigned user_flags, enum si_coherency coher, in si_cp_dma_prepare() argument 155 if (!(user_flags & SI_OP_CPDMA_SKIP_CHECK_CS_SPACE)) in si_cp_dma_prepare() 172 if (user_flags & SI_OP_SYNC_CPDMA_BEFORE && *is_first && !(*packet_flags & CP_DMA_CLEAR)) in si_cp_dma_prepare() 180 if (user_flags & SI_OP_SYNC_AFTER && byte_count == remaining_size) { in si_cp_dma_prepare() 190 unsigned value, unsigned user_flags, enum si_coherency coher, in si_cp_dma_clear_buffer() argument 199 if (user_flags & SI_OP_SYNC_CS_BEFORE) in si_cp_dma_clear_buffer() 202 if (user_flags & SI_OP_SYNC_PS_BEFORE) in si_cp_dma_clear_buffer() 211 if (!(user_flags & SI_OP_SKIP_CACHE_INV_BEFORE)) in si_cp_dma_clear_buffer() 219 si_cp_dma_prepare(sctx, dst, NULL, byte_count, size, user_flags, coher, &is_first, in si_cp_dma_clear_buffer() 243 static void si_cp_dma_realign_engine(struct si_context *sctx, unsigned size, unsigned user_flags, in si_cp_dma_realign_engine() argument [all …]
|
D | si_pipe.h | 1388 unsigned value, unsigned user_flags, enum si_coherency coher, 1392 unsigned size, unsigned user_flags, enum si_coherency coher,
|
/third_party/weston/tests/ |
D | ivi-layout-test-plugin.c | 83 uint32_t user_flags; member 830 ctx->user_flags = 1; in test_surface_properties_changed_notification_callback() 839 ctx->user_flags = 0; in RUNNER_TEST() 851 runner_assert(ctx->user_flags == 0); in RUNNER_TEST() 858 runner_assert(ctx->user_flags == 1); in RUNNER_TEST() 860 ctx->user_flags = 0; in RUNNER_TEST() 866 runner_assert(ctx->user_flags == 0); in RUNNER_TEST() 870 ctx->user_flags = 0; in RUNNER_TEST() 876 runner_assert(ctx->user_flags == 0); in RUNNER_TEST() 890 ctx->user_flags = 1; in test_surface_configure_notification_callback() [all …]
|
D | ivi-layout-internal-test.c | 59 uint32_t user_flags; member 752 ctx->user_flags = 1; in test_layer_properties_changed_notification_callback() 761 ctx->user_flags = 0; in test_layer_properties_changed_notification() 771 iassert(ctx->user_flags == 0); in test_layer_properties_changed_notification() 778 iassert(ctx->user_flags == 1); in test_layer_properties_changed_notification() 780 ctx->user_flags = 0; in test_layer_properties_changed_notification() 786 iassert(ctx->user_flags == 0); in test_layer_properties_changed_notification() 791 ctx->user_flags = 0; in test_layer_properties_changed_notification() 794 iassert(ctx->user_flags == 0); in test_layer_properties_changed_notification() 815 ctx->user_flags = 1; in test_layer_create_notification_callback() [all …]
|