Home
last modified time | relevance | path

Searched defs:format (Results 1176 - 1200 of 4249) sorted by relevance

1...<<41424344454647484950>>...170

/third_party/mesa3d/include/vulkan/
H A Dvk_android_native_buffer.h72 int format; member
H A Dvulkan_android.h65 VkFormat format; member
96 VkFormat format; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c367 enum pipe_format format; in test_all() local
[all...]
H A Dlp_test_main.c316 const char *format; in dump_vec() local
343 const char *format; in dump_vec() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c36 pack_rgba(enum pipe_format format, const float *rgba) in pack_rgba() argument
44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta() argument
[all...]
H A Dnv30_screen.c442 nv30_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) nv30_screen_is_format_supported() argument
H A Dnv30_fragtex.c54 u32 format = sv->fmt | ss->fmt; in nv30_fragtex_validate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h108 nv50_blit_zeta_to_colour_format(enum pipe_format format) in nv50_blit_zeta_to_colour_format() argument
198 nv50_2d_dst_format_faithful(enum pipe_format format) in nv50_2d_dst_format_faithful() argument
207 nv50_2d_src_format_faithful(enum pipe_format format) in nv50_2d_src_format_faithful() argument
217 nv50_2d_format_supported(enum pipe_format format) nv50_2d_format_supported() argument
225 nv50_2d_dst_format_ops_supported(enum pipe_format format) nv50_2d_dst_format_ops_supported() argument
[all...]
H A Dnv50_resource.h111 nv50_zs_to_s_format(enum pipe_format format) in nv50_zs_to_s_format() argument
/third_party/libinput/tools/
H A Dlibinput-quirks.c40 log_handler(struct libinput *this_is_null, enum libinput_log_priority priority, const char *format, va_list args) log_handler() argument
/third_party/libdrm/tests/tegra/
H A Ddrm-test.c164 drm_framebuffer_new(struct drm_framebuffer **fbp, struct drm_screen *screen, uint32_t handle, unsigned int width, unsigned int height, unsigned int pitch, uint32_t format, void *data) drm_framebuffer_new() argument
H A Dvic.c35 const struct vic_format_info *vic_format_get_info(unsigned int format) in vic_format_get_info() argument
50 vic_image_new(struct vic *vic, unsigned int width, unsigned int height, unsigned int format, unsigned int kind, uint32_t flags, struct vic_image **imagep) vic_image_new() argument
/third_party/node/deps/v8/src/base/
H A Dlogging.cc120 explicit FailureMessage(const char* format, va_list arguments) { in FailureMessage() argument
138 void V8_Fatal(const char* file, int line, const char* format, ...) { argument
/third_party/node/deps/v8/src/utils/
H A Dostreams.cc130 const char* format = pred(c) ? "%c" : (c <= 0xFF) ? "\\x%02x" : "\\u%04x"; in PrintUC16() local
139 const char* format = pred(c) ? "%c" : "\\u%04x"; in PrintUC16ForJSON() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c129 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround() argument
141 enum pipe_format format = cso->format; in fd4_sampler_view_create() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c63 enum pipe_format format = pimg->format; in translate_image() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c454 is_z32(enum pipe_format format) in is_z32() argument
H A Dfd6_resource.c112 is_norm(enum pipe_format format) in is_norm() argument
120 valid_format_cast(struct fd_resource *rsc, enum pipe_format format) in valid_format_cast() argument
155 is_r8g8(enum pipe_format format) is_r8g8() argument
167 fd6_validate_format(struct fd_context *ctx, struct fd_resource *rsc, enum pipe_format format) fd6_validate_format() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c78 etna_etc2_calculate_blocks(uint8_t *buffer, unsigned stride, unsigned width, unsigned height, enum pipe_format format, struct util_dynarray *offsets) etna_etc2_calculate_blocks() argument
[all...]
H A Detnaviv_transfer.c52 etna_compute_offset(enum pipe_format format, const struct pipe_box *box, in etna_compute_offset() argument
202 enum pipe_format format = prsc->format; etna_transfer_map() local
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Dmodel.py37 import format namespace
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.h46 enum pipe_format format; member
H A Dpan_clear.c94 pan_pack_raw(uint32_t *packed, const union pipe_color_union *color, enum pipe_format format) in pan_pack_raw() argument
118 pan_pack_color(uint32_t *packed, const union pipe_color_union *color, enum pipe_format format, bool dithered) pan_pack_color() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_log.c78 __vk_log_impl(VkDebugUtilsMessageSeverityFlagBitsEXT severity, VkDebugUtilsMessageTypeFlagsEXT types, int object_count, const void **objects_or_instance, const char *file, int line, const char *format, ...) __vk_log_impl() argument
295 __vk_errorv(const void *_obj, VkResult error, const char *file, int line, const char *format, va_list va) __vk_errorv() argument
347 __vk_errorf(const void *_obj, VkResult error, const char *file, int line, const char *format, ...) __vk_errorf() argument
H A Dvk_physical_device.c180 vk_common_GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) vk_common_GetPhysicalDeviceFormatProperties() argument
197 vk_common_GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) vk_common_GetPhysicalDeviceImageFormatProperties() argument
230 vk_common_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, uint32_t samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pNumProperties, VkSparseImageFormatProperties *pProperties) vk_common_GetPhysicalDeviceSparseImageFormatProperties() argument

Completed in 13 milliseconds

1...<<41424344454647484950>>...170