Home
last modified time | relevance | path

Searched defs:flags (Results 3226 - 3250 of 4935) sorted by relevance

1...<<121122123124125126127128129130>>...198

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.h203 unsigned flags; member
H A Dradeon_uvd.c97 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush() argument
[all...]
H A Dsi_compute_blit.c113 si_improve_sync_flags(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, unsigned *flags) si_improve_sync_flags() argument
151 si_launch_grid_internal(struct si_context *sctx, const struct pipe_grid_info *info, void *shader, unsigned flags) si_launch_grid_internal() argument
220 si_launch_grid_internal_ssbos(struct si_context *sctx, struct pipe_grid_info *info, void *shader, unsigned flags, enum si_coherency coher, unsigned num_buffers, const struct pipe_shader_buffer *buffers, unsigned writeable_bitmask) si_launch_grid_internal_ssbos() argument
266 si_compute_clear_buffer_rmw(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_offset, unsigned size, uint32_t clear_value, uint32_t writebitmask, unsigned flags, enum si_coherency coher) si_compute_clear_buffer_rmw() argument
307 si_compute_clear_12bytes_buffer(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_offset, unsigned size, const uint32_t *clear_value, unsigned flags, enum si_coherency coher) si_compute_clear_12bytes_buffer() argument
342 si_compute_do_clear_or_copy(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_offset, struct pipe_resource *src, unsigned src_offset, unsigned size, const uint32_t *clear_value, unsigned clear_value_size, unsigned flags, enum si_coherency coher) si_compute_do_clear_or_copy() argument
414 si_clear_buffer(struct si_context *sctx, struct pipe_resource *dst, uint64_t offset, uint64_t size, uint32_t *clear_value, uint32_t clear_value_size, unsigned flags, enum si_coherency coher, enum si_clear_method method) si_clear_buffer() argument
489 si_screen_clear_buffer(struct si_screen *sscreen, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value, unsigned flags) si_screen_clear_buffer() argument
507 si_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, unsigned size, unsigned flags) si_copy_buffer() argument
547 si_launch_grid_internal_images(struct si_context *sctx, struct pipe_image_view *images, unsigned num_images, const struct pipe_grid_info *info, void *shader, unsigned flags) si_launch_grid_internal_images() argument
607 si_compute_copy_image(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_level, struct pipe_resource *src, unsigned src_level, unsigned dstx, unsigned dsty, unsigned dstz, const struct pipe_box *src_box, unsigned flags) si_compute_copy_image() argument
823 gfx9_clear_dcc_msaa(struct si_context *sctx, struct pipe_resource *res, uint32_t clear_value, unsigned flags, enum si_coherency coher) gfx9_clear_dcc_msaa() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c85 get_slabs(struct zink_screen *screen, uint64_t size, enum zink_alloc_flag flags) in get_slabs() argument
553 zink_bo_create(struct zink_screen *screen, uint64_t size, unsigned alignment, enum zink_heap heap, enum zink_alloc_flag flags, const void *pNext) in zink_bo_create() argument
246 bo_create_internal(struct zink_screen *screen, uint64_t size, unsigned alignment, enum zink_heap heap, unsigned flags, const void *pNext) bo_create_internal() argument
[all...]
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c491 unsigned flags; in __dri2CopySubBuffer() local
462 dri2Flush(struct dri2_screen *psc, __DRIcontext *ctx, struct dri2_drawable *draw, unsigned flags, enum __DRI2throttleReason throttle_reason) dri2Flush() argument
745 unsigned flags = __DRI2_FLUSH_DRAWABLE; dri2SwapBuffers() local
[all...]
H A Ddri3_glx.c131 glx_dri3_flush_drawable(struct loader_dri3_drawable *draw, unsigned flags) in glx_dri3_flush_drawable() argument
600 unsigned flags = __DRI2_FLUSH_DRAWABLE; in dri3_swap_buffers() local
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h350 ImGuiInputTextFlags flags = ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_EnterReturnsTrue | ImGuiInputTextFlags_AutoSelectAll | ImGuiInputTextFlags_NoHorizontalScroll | ImGuiInputTextFlags_AlwaysInsertMode | ImGuiInputTextFlags_CallbackAlways; in DrawContents() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.h181 unsigned flags; member
240 unsigned flags; member
H A Dradeon_uvd.c103 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c61 surface_to_surfaceid(struct svga_winsys_context *swc, struct pipe_surface *surface, SVGA3dSurfaceImageId *id, unsigned flags) surface_to_surfaceid() argument
274 SVGA3D_BeginDefineSurface(struct svga_winsys_context *swc, struct svga_winsys_surface *sid, SVGA3dSurface1Flags flags, SVGA3dSurfaceFormat format, SVGA3dSurfaceFace **faces, SVGA3dSize **mipSizes, uint32 numMipSizes) SVGA3D_BeginDefineSurface() argument
428 SVGA3D_SurfaceDMA(struct svga_winsys_context *swc, struct svga_transfer *st, SVGA3dTransferType transfer, const SVGA3dCopyBox *boxes, uint32 numBoxes, SVGA3dSurfaceDMAFlags flags) SVGA3D_SurfaceDMA() argument
489 SVGA3D_BufferDMA(struct svga_winsys_context *swc, struct svga_winsys_buffer *guest, struct svga_winsys_surface *host, SVGA3dTransferType transfer, uint32 size, uint32 guest_offset, uint32 host_offset, SVGA3dSurfaceDMAFlags flags) SVGA3D_BufferDMA() argument
896 SVGA3D_BeginClear(struct svga_winsys_context *swc, SVGA3dClearFlag flags, uint32 color, float depth, uint32 stencil, SVGA3dRect **rects, uint32 numRects) SVGA3D_BeginClear() argument
941 SVGA3D_ClearRect(struct svga_winsys_context *swc, SVGA3dClearFlag flags, uint32 color, float depth, uint32 stencil, uint32 x, uint32 y, uint32 w, uint32 h) SVGA3D_ClearRect() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsurface.c305 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface_id, void* draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags) vlVaPutSurface() argument
1269 vlVaExportSurfaceHandle(VADriverContextP ctx, VASurfaceID surface_id, uint32_t mem_type, uint32_t flags, void *descriptor) vlVaExportSurfaceHandle() argument
[all...]
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h274 unsigned flags; member
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c165 virgl_drm_winsys_resource_create_blob(struct virgl_winsys *qws, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_drm_winsys_resource_create_blob() argument
403 virgl_drm_winsys_resource_cache_create(struct virgl_winsys *qws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_drm_winsys_resource_cache_create() argument
[all...]
/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c1279 gbm_dri_bo_map(struct gbm_bo *_bo, uint32_t x, uint32_t y, uint32_t width, uint32_t height, uint32_t flags, uint32_t *stride, void **map_data) gbm_dri_bo_map() argument
1342 gbm_dri_surface_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags, const uint64_t *modifiers, const unsigned count) gbm_dri_surface_create() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_descriptor_set.c174 pvr_stage_matches_vk_flags(enum pvr_stage_allocation pvr_stage, VkShaderStageFlags flags) pvr_stage_matches_vk_flags() argument
1074 pvr_ResetDescriptorPool(VkDevice _device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) pvr_ResetDescriptorPool() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c119 uint64_t flags; member
481 vmw_svga_winsys_surface_create(struct svga_winsys_screen *sws, SVGA3dSurfaceAllFlags flags, SVGA3dSurfaceFormat format, unsigned usage, SVGA3dSize size, uint32 numLayers, uint32 numMipLevels, unsigned sampleCount) vmw_svga_winsys_surface_create() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/
H A Dpvr_rogue_fwif.h212 uint32_t ALIGN_ATTR(8) flags; member
337 uint32_t flags; member
417 uint32_t flags; member
443 uint32_t flags; member
514 uint32_t ALIGN_ATTR(8) flags; global() member
[all...]
/third_party/node/src/api/
H A Denvironment.cc400 CreateEnvironment( IsolateData* isolate_data, Local<Context> context, const std::vector<std::string>& args, const std::vector<std::string>& exec_args, EnvironmentFlags::Flags flags, ThreadId thread_id, std::unique_ptr<InspectorParentHandle> inspector_parent_handle) CreateEnvironment() argument
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcms.h272 const EVP_CIPHER *cipher, unsigned int flags); global() variable
274 const EVP_CIPHER *cipher, unsigned int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dcms.h272 const EVP_CIPHER *cipher, unsigned int flags); global() variable
274 const EVP_CIPHER *cipher, unsigned int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcms.h272 const EVP_CIPHER *cipher, unsigned int flags); global() variable
274 const EVP_CIPHER *cipher, unsigned int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dcms.h272 const EVP_CIPHER *cipher, unsigned int flags); global() variable
274 const EVP_CIPHER *cipher, unsigned int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dcms.h272 const EVP_CIPHER *cipher, unsigned int flags); global() variable
274 const EVP_CIPHER *cipher, unsigned int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dcms.h272 const EVP_CIPHER *cipher, unsigned int flags); global() variable
274 const EVP_CIPHER *cipher, unsigned int flags, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dcms.h272 const EVP_CIPHER *cipher, unsigned int flags); global() variable
274 const EVP_CIPHER *cipher, unsigned int flags, global() variable
[all...]

Completed in 39 milliseconds

1...<<121122123124125126127128129130>>...198