| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_resolve_fs.c | 116 create_resolve_pipeline(struct radv_device *device, int samples_log2, VkFormat format) in create_resolve_pipeline() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_surface.c | 297 SVGA3dSurfaceFormat format; in svga_create_surface_view() local 182 svga_texture_view_surface(struct svga_context *svga, struct svga_texture *tex, unsigned bind_flags, SVGA3dSurfaceAllFlags flags, SVGA3dSurfaceFormat format, unsigned start_mip, unsigned num_mip, int layer_pick, unsigned num_layers, int zslice_pick, boolean cacheable, struct svga_host_surface_cache_key *key) svga_texture_view_surface() argument [all...] |
| H A D | svga_resource_texture.c | 819 format_has_depth(enum pipe_format format) format_has_depth() argument 1149 enum SVGA3dSurfaceFormat format = 0; svga_texture_from_handle() local 1227 svga_texture_generate_mipmap(struct pipe_context *pipe, struct pipe_resource *pt, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) svga_texture_generate_mipmap() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_resource.c | 240 enum pipe_format format = prsc->format; in v3d_resource_transfer_map() local [all...] |
| H A D | v3d_blit.c | 340 v3d_generate_mipmap(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned int base_level, unsigned int last_level, unsigned int first_layer, unsigned int last_layer) v3d_generate_mipmap() argument 401 v3d_get_blit_surface(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned level, int16_t layer) v3d_get_blit_surface() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_screen.c | 610 virgl_format_check_bitmask(enum pipe_format format, in virgl_format_check_bitmask() argument 573 virgl_is_vertex_format_supported(struct pipe_screen *screen, enum pipe_format format) virgl_is_vertex_format_supported() argument 640 virgl_has_scanout_format(struct virgl_screen *vscreen, enum pipe_format format, bool may_emulate_bgra) virgl_has_scanout_format() argument 655 virgl_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) virgl_is_format_supported() argument 976 virgl_is_dmabuf_modifier_supported(UNUSED struct pipe_screen *pscreen, UNUSED uint64_t modifier, UNUSED enum pipe_format format, UNUSED bool *external_only) virgl_is_dmabuf_modifier_supported() argument 988 virgl_get_dmabuf_modifier_planes(UNUSED struct pipe_screen *pscreen, UNUSED uint64_t modifier, enum pipe_format format) virgl_get_dmabuf_modifier_planes() argument [all...] |
| H A D | virgl_resource.c | 845 enum pipe_format format = pres->format; virgl_resource_create_transfer() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_util.c | 1163 driGLFormatToImageFormat(mesa_format format) in driGLFormatToImageFormat() argument 1173 driGLFormatToSizedInternalGLFormat(mesa_format format) in driGLFormatToSizedInternalGLFormat() argument 867 dri2AllocateBuffer(__DRIscreen *screen, unsigned int attachment, unsigned int format, int width, int height) dri2AllocateBuffer() argument
|
| H A D | dri_screen.c | 148 driCreateConfigs(mesa_format format, in driCreateConfigs() argument 437 mesa_format format; dri_fill_in_modes() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_kopper.c | 352 zink_kopper_displaytarget_create(struct zink_screen *screen, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *loader_private, unsigned *stride) zink_kopper_displaytarget_create() argument
|
| H A D | zink_state.c | 78 VkFormat format; in zink_create_vertex_elements_state() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | va_private.h | 71 ChromaToPipe(int format) in ChromaToPipe() argument 87 VaFourccToPipeFormat(unsigned format) in VaFourccToPipeFormat() argument
|
| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 225 virgl_vtest_winsys_resource_create(struct virgl_winsys *vws, 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 size) virgl_vtest_winsys_resource_create() argument 365 virgl_vtest_winsys_resource_cache_create(struct virgl_winsys *vws, 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_vtest_winsys_resource_cache_create() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/osmesa/ |
| H A D | osmesa.c | 113 GLenum format; /*< User-specified context format */ member 237 osmesa_choose_format(GLenum format, GLenum type) in osmesa_choose_format() argument 442 enum pipe_format format = PIPE_FORMAT_NONE; osmesa_st_framebuffer_validate() local 547 OSMesaCreateContext(GLenum format, OSMesaContext sharelist) OSMesaCreateContext() argument 559 OSMesaCreateContextExt(GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist) OSMesaCreateContextExt() argument 591 GLenum format = GL_RGBA; OSMesaCreateContextAttribs() local 962 OSMesaGetColorBuffer(OSMesaContext osmesa, GLint *width, GLint *height, GLint *format, void **buffer) OSMesaGetColorBuffer() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 47 enum pipe_format format; member 769 enum pipe_format format = util_format_get_depth_only(data->format); in depth_bounds_test_quads() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_priv.h | 59 enum pipe_format format; member
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_ioctl.c | 138 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws, SVGA3dSurface1Flags flags, SVGA3dSurfaceFormat format, unsigned usage, SVGA3dSize size, uint32_t numFaces, uint32_t numMipLevels, unsigned sampleCount) vmw_ioctl_surface_create() argument 200 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws, SVGA3dSurfaceAllFlags flags, SVGA3dSurfaceFormat format, unsigned usage, SVGA3dSize size, uint32_t numFaces, uint32_t numMipLevels, unsigned sampleCount, uint32_t buffer_handle, SVGA3dMSPattern multisamplePattern, SVGA3dMSQualityLevel qualityLevel, struct vmw_region **p_region) vmw_ioctl_gb_surface_create() argument 407 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws, const struct winsys_handle *whandle, SVGA3dSurfaceAllFlags *flags, SVGA3dSurfaceFormat *format, uint32_t *numMipLevels, uint32_t *handle, struct vmw_region **p_region) vmw_ioctl_gb_surface_ref() argument [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_ec.cc | 692 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const ECKeyExportConfig& params, ByteSource* out) DoExport() argument
|
| H A D | crypto_dh.cc | 602 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const DHKeyExportConfig& params, ByteSource* out) DoExport() argument
|
| /third_party/node/ |
| H A D | vcbuild.bat | 761 :format-md
label
|
| /third_party/musl/porting/linux/user/ldso/ |
| H A D | ns_config.c | 50 static int default_error_callback(const char *format, ...) in default_error_callback() argument
|
| /third_party/musl/porting/linux/user/src/fortify/ |
| H A D | fortify.c | 403 int __sprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* format, ...) in __sprintf_chk() argument 371 __vsnprintf_chk(char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, va_list va) __vsnprintf_chk() argument 378 __vsprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* format, va_list va) __vsprintf_chk() argument 393 __snprintf_chk(char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, ...) __snprintf_chk() argument [all...] |
| /third_party/musl/src/fortify/linux/ |
| H A D | fortify.c | 414 int __sprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* format, ...) in __sprintf_chk() argument 382 __vsnprintf_chk(char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, va_list va) __vsnprintf_chk() argument 389 __vsprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* format, va_list va) __vsprintf_chk() argument 404 __snprintf_chk(char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, ...) __snprintf_chk() argument [all...] |
| /third_party/node/deps/googletest/src/ |
| H A D | gtest.cc | 671 std::string format = GetOutputFormat(); in GetAbsolutePathToOutputFile() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 287 const GLenum format = _mesa_texture_base_format(texObj); in make_state_key() local
|