Home
last modified time | relevance | path

Searched defs:format (Results 2226 - 2250 of 5047) sorted by relevance

1...<<81828384858687888990>>...202

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c56 st_texture_create(struct st_context *st, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint nr_samples, GLuint bind, bool sparse) st_texture_create() argument
413 enum pipe_format format; st_create_color_map_texture() local
[all...]
H A Dst_extensions.c650 enum pipe_format format[32]; member
[all...]
/third_party/mesa3d/src/mesa/main/
H A Duniform_query.cpp955 enum gl_uniform_driver_format format = uniform_native; in associate_uniform_storage() local
H A Dtexturebindless.c314 find_imghandleobj(struct gl_texture_object *texObj, GLint level, GLboolean layered, GLint layer, GLenum format) find_imghandleobj() argument
329 get_image_handle(struct gl_context *ctx, struct gl_texture_object *texObj, GLint level, GLboolean layered, GLint layer, GLenum format) get_image_handle() argument
821 _mesa_GetImageHandleARB_no_error(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format) _mesa_GetImageHandleARB_no_error() argument
837 _mesa_GetImageHandleARB(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format) _mesa_GetImageHandleARB() argument
[all...]
H A Dtexstorage.c353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument
H A Darbprogram.c360 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string() argument
467 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, in _mesa_ProgramStringARB() argument
485 _mesa_NamedProgramStringEXT(GLuint program, GLenum target, GLenum format, GLsizei len, in _mesa_NamedProgramStringEXT() argument
H A Dglthread_varray.c660 _mesa_glthread_InterleavedArrays(struct gl_context *ctx, GLenum format, in _mesa_glthread_InterleavedArrays() argument
H A Dcopyimage.c62 prepare_target_err(struct gl_context *ctx, GLuint name, GLenum target, int level, int z, int depth, struct gl_texture_image **tex_image, struct gl_renderbuffer **renderbuffer, mesa_format *format, GLenum *internalFormat, GLuint *width, GLuint *height, GLuint *num_samples, const char *dbg_prefix, bool is_arb_version) prepare_target_err() argument
[all...]
H A Dformat_utils.c687 _mesa_format_to_array(mesa_format format, GLenum *type, int *num_components, uint8_t swizzle[4], bool *normalized) _mesa_format_to_array() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android.c429 uint32_t format = 0; anv_create_ahw_memory() local
533 enum isl_format format = anv_get_isl_format(&device->info, anv_image_init_from_gralloc() local
635 format_supported_with_usage(VkDevice device_h, VkFormat format, VkImageUsageFlags imageUsage) format_supported_with_usage() argument
667 setup_gralloc0_usage(struct anv_device *device, VkFormat format, VkImageUsageFlags imageUsage, int *grallocUsage) setup_gralloc0_usage() argument
729 anv_GetSwapchainGrallocUsage2ANDROID( VkDevice device_h, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainImageUsage, uint64_t* grallocConsumerUsage, uint64_t* grallocProducerUsage) anv_GetSwapchainGrallocUsage2ANDROID() argument
775 anv_GetSwapchainGrallocUsageANDROID( VkDevice device_h, VkFormat format, VkImageUsageFlags imageUsage, int* grallocUsage) anv_GetSwapchainGrallocUsageANDROID() argument
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_format.c692 format_info_exists(enum isl_format format) in format_info_exists() argument
700 isl_format_supports_rendering(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_rendering() argument
710 isl_format_supports_alpha_blending(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_alpha_blending() argument
720 isl_format_supports_sampling(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_sampling() argument
763 isl_format_supports_filtering(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_filtering() argument
778 isl_format_supports_vertex_fetch(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_vertex_fetch() argument
797 isl_format_supports_typed_writes(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_typed_writes() argument
810 isl_format_supports_typed_atomics(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_typed_atomics() argument
830 isl_format_supports_typed_reads(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_typed_reads() argument
846 isl_format_supports_ccs_d(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_ccs_d() argument
876 isl_format_supports_ccs_e(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_ccs_e() argument
899 isl_format_supports_multisampling(const struct intel_device_info *devinfo, enum isl_format format) isl_format_supports_multisampling() argument
1264 isl_color_value_pack(const union isl_color_value *value, enum isl_format format, uint32_t *data_out) isl_color_value_pack() argument
1361 isl_color_value_unpack(union isl_color_value *value, enum isl_format format, const uint32_t *data_in) isl_color_value_unpack() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dwindtfmt.cpp229 UnicodeString &Win32DateFormat::format(Calendar &cal, UnicodeString &appendTo, FieldPosition & /* pos */) const in format() function in Win32DateFormat
H A Ddatefmt.cpp194 DateFormat::format(const Formattable& obj, in format() function in DateFormat
229 DateFormat::format(const Formattable& obj, in format() function in DateFormat
265 DateFormat::format(Calendar& /* unused cal */, in format() function in DateFormat
278 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const { in format() function in DateFormat
297 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, in format() function in DateFormat
315 DateFormat::format(UDat function in DateFormat
[all...]
H A Dreldtfmt.cpp162 UnicodeString& RelativeDateFormat::format( Calendar& cal, in format() function in RelativeDateFormat
232 RelativeDateFormat::format(const Formattable& obj, in format() function in RelativeDateFormat
[all...]
H A Dumsg.cpp263 umsg_close(UMessageFormat* format) in umsg_close() argument
H A Dplurfmt.cpp207 PluralFormat::format(const Formattable& obj, in format() function in PluralFormat
223 PluralFormat::format(int32_t number, UErrorCode& status) const { in format() function in PluralFormat
230 PluralFormat::format(double number, UErrorCode& status) const { in format() function in PluralFormat
238 PluralFormat::format(int32_t number, in format() function in PluralFormat
246 PluralFormat::format(double number, in format() function in PluralFormat
254 PluralFormat::format(const Formattable& numberObject, double number, format() function in PluralFormat
352 setNumberFormat(const NumberFormat* format, UErrorCode& status) setNumberFormat() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c330 panfrost_clump_format(enum pipe_format format) in panfrost_clump_format() argument
373 panfrost_emit_plane(const struct pan_image_layout *layout, enum pipe_format format, mali_ptr pointer, unsigned level, void *payload) panfrost_emit_plane() argument
447 panfrost_emit_texture_payload(const struct pan_image_view *iview, enum pipe_format format, void *payload) panfrost_emit_texture_payload() argument
545 enum pipe_format format = iview->format; panfrost_new_texture() local
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_s3tc.c288 util_format_dxtn_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_8unorm() argument
366 util_format_dxtn_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_float() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h208 VkFormat format; member
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c193 VkFormat format; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c234 panvk_meta_get_format_type(enum pipe_format format) in panvk_meta_get_format_type() argument
78 panvk_meta_clear_color_attachment_emit_rsd(struct panfrost_device *pdev, struct pan_pool *desc_pool, enum pipe_format format, unsigned rt, struct pan_shader_info *shader_info, mali_ptr shader) panvk_meta_clear_color_attachment_emit_rsd() argument
[all...]
/third_party/mesa3d/include/android_stub/android/
H A Dhardware_buffer.h305 uint32_t format; ///< One of AHardwareBuffer_Format. member
[all...]
/third_party/mesa3d/include/android_stub/system/
H A Dgraphics.h180 android_flex_format_t format; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c661 llvmpipe_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) llvmpipe_is_format_supported() argument
[all...]
H A Dlp_surface.c272 lp_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) lp_clear_color_texture_helper() argument
290 lp_clear_color_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned sample, const struct pipe_box *box) lp_clear_color_texture_msaa() argument
346 lp_clear_depth_stencil_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned sample, const struct pipe_box *box) lp_clear_depth_stencil_texture_msaa() argument
[all...]

Completed in 26 milliseconds

1...<<81828384858687888990>>...202