Home
last modified time | relevance | path

Searched defs:format (Results 1026 - 1050 of 4935) sorted by relevance

1...<<41424344454647484950>>...198

/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
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h197 lp_type_from_format(struct lp_type* type, enum pipe_format format) in lp_type_from_format() argument
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h97 uint32_t format; member
116 uint32_t format; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h248 u_box_pixels_to_blocks(struct pipe_box *blocks, const struct pipe_box *pixels, enum pipe_format format) u_box_pixels_to_blocks() argument
H A Du_pack_color.h164 util_unpack_color_ub(enum pipe_format format, union util_color *uc, in util_unpack_color_ub() argument
336 util_pack_color(const float rgba[4], enum pipe_format format, union util_color *uc) in util_pack_color() argument
63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a, enum pipe_format format, union util_color *uc) util_pack_color_ub() argument
437 util_pack_color_union(enum pipe_format format, union util_color *dst, const union pipe_color_union *src) util_pack_color_union() argument
448 util_pack_mask_z(enum pipe_format format, uint32_t z) util_pack_mask_z() argument
474 util_pack64_mask_z(enum pipe_format format, uint32_t z) util_pack64_mask_z() argument
486 util_pack_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) util_pack_mask_z_stencil() argument
509 util_pack64_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) util_pack64_mask_z_stencil() argument
528 util_pack_z(enum pipe_format format, double z) util_pack_z() argument
573 util_pack64_z(enum pipe_format format, double z) util_pack64_z() argument
595 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) util_pack_z_stencil() argument
618 util_pack64_z_stencil(enum pipe_format format, double z, uint8_t s) util_pack64_z_stencil() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h43 uint32_t format; /* BLT_FORMAT_* */ member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp306 d3d12_surface_update_pre_draw(struct pipe_context *pctx, struct d3d12_surface *surface, DXGI_FORMAT format) d3d12_surface_update_pre_draw() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c437 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); variable
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c65 enum pipe_format format = pimg->format; in translate_image() local
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dstdio.c365 static int vsnprintf_test(const char* format, ...) in vsnprintf_test() argument
377 static int vsprintf_test(const char* format, ...) in vsprintf_test() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c170 translate_vertex_format(SVGA3dDeclType format) in translate_vertex_format() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.h35 VkFormat format; member
68 VkFormat format; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c43 nvc0_query_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) nvc0_query_dmabuf_modifiers() argument
84 nvc0_is_dmabuf_modifier_supported(struct pipe_screen *screen, uint64_t modifier, enum pipe_format format, bool *external_only) nvc0_is_dmabuf_modifier_supported() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h340 r300_translate_vertex_data_type(enum pipe_format format) { in r300_translate_vertex_data_type() argument
414 r300_translate_vertex_data_swizzle(enum pipe_format format) { in r300_translate_vertex_data_swizzle() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dsess_id.c177 static SSL_SESSION *load_sess_id(char *infile, int format) in load_sess_id() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c121 int ossl_core_bio_vprintf(OSSL_CORE_BIO *cb, const char *format, va_list args) in ossl_core_bio_vprintf() argument
/third_party/popt/src/
H A Dpoptint.c145 POPT_fprintf (FILE * stream, const char * format, ...) in POPT_fprintf() argument
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c159 int format, channels, speed, reqformat; in pa_oss_auto_format() local
[all...]
/third_party/python/Lib/
H A Dstring.py189 def format(self, format_string, /, *args, **kwargs): member in Formatter
/third_party/openssl/apps/
H A Dsess_id.c177 static SSL_SESSION *load_sess_id(char *infile, int format) in load_sess_id() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp75 ImageAlignedMipSizeCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeCase() argument
127 ImageAlignedMipSizeInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeInstance() argument
280 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageAlignedMipSizeTests() local
[all...]
H A DvktSparseResourcesImageBlockShapes.cpp77 ImageBlockShapesCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, deUint32 numSamples) ImageBlockShapesCase() argument
133 ImageBlockShapesInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, deUint32 numSamples) ImageBlockShapesInstance() argument
467 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageBlockShapesTests() local
[all...]

Completed in 13 milliseconds

1...<<41424344454647484950>>...198