Home
last modified time | relevance | path

Searched defs:format (Results 776 - 800 of 4230) sorted by relevance

1...<<31323334353637383940>>...170

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_format.c350 fd5_pipe2vtx(enum pipe_format format) in fd5_pipe2vtx() argument
359 fd5_pipe2tex(enum pipe_format format) fd5_pipe2tex() argument
368 fd5_pipe2color(enum pipe_format format) fd5_pipe2color() argument
376 fd5_pipe2swap(enum pipe_format format) fd5_pipe2swap() argument
384 fd5_pipe2depth(enum pipe_format format) fd5_pipe2depth() argument
423 fd5_tex_swiz(enum pipe_format format, unsigned swizzle_r, unsigned swizzle_g, unsigned swizzle_b, unsigned swizzle_a) fd5_tex_swiz() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c294 uint32_t format, pitch; in update_map() local
[all...]
H A Di915_state_static.c36 translate_format(enum pipe_format format) in translate_format() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c73 enum pipe_format format = pt->resource->format; in pipe_put_tile_raw() local
358 pipe_put_tile_rgba(struct pipe_transfer *pt, void *dst, uint x, uint y, uint w, uint h, enum pipe_format format, const void *p) pipe_put_tile_rgba() argument
381 pipe_get_tile_rgba(struct pipe_transfer *pt, const void *src, uint x, uint y, uint w, uint h, enum pipe_format format, void *dst) pipe_get_tile_rgba() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_formats.c448 enum isl_format format = crocus_isl_format_for_pipe_format(pformat); in crocus_is_format_supported() local
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexSubImage1D2D() argument
267 __indirect_glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage1D() argument
280 __indirect_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage2D() argument
293 __indirect_glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage3D() argument
[all...]
H A Drenderpix.c81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * src, GLubyte * pc, GLubyte * modes) __glXSendLargeImage() argument
120 __indirect_glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column) __indirect_glSeparableFilter2D() argument
[all...]
/third_party/mesa3d/src/util/
H A Dfossilize_db.h63 uint32_t format; member
/third_party/mesa3d/src/vulkan/util/
H A Dvk_format.h43 vk_format_is_color(VkFormat format) in vk_format_is_color() argument
49 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() argument
56 vk_format_has_depth(VkFormat format) in vk_format_has_depth() argument
63 vk_format_has_stencil(VkFormat format) in vk_format_has_stencil() argument
70 vk_format_depth_only(VkFormat format) vk_format_depth_only() argument
86 vk_format_stencil_only(VkFormat format) vk_format_stencil_only() argument
96 vk_format_is_int(VkFormat format) vk_format_is_int() argument
102 vk_format_is_sint(VkFormat format) vk_format_is_sint() argument
108 vk_format_is_uint(VkFormat format) vk_format_is_uint() argument
114 vk_format_is_unorm(VkFormat format) vk_format_is_unorm() argument
120 vk_format_is_snorm(VkFormat format) vk_format_is_snorm() argument
126 vk_format_is_float(VkFormat format) vk_format_is_float() argument
132 vk_format_is_srgb(VkFormat format) vk_format_is_srgb() argument
138 vk_format_get_blocksize(VkFormat format) vk_format_get_blocksize() argument
144 vk_format_get_blockwidth(VkFormat format) vk_format_get_blockwidth() argument
150 vk_format_get_blockheight(VkFormat format) vk_format_get_blockheight() argument
156 vk_format_is_compressed(VkFormat format) vk_format_is_compressed() argument
163 vk_format_description(VkFormat format) vk_format_description() argument
169 vk_format_get_component_bits(VkFormat format, enum util_format_colorspace colorspace, unsigned component) vk_format_get_component_bits() argument
178 vk_format_get_nr_components(VkFormat format) vk_format_get_nr_components() argument
184 vk_format_has_alpha(VkFormat format) vk_format_has_alpha() argument
190 vk_format_get_blocksizebits(VkFormat format) vk_format_get_blocksizebits() argument
196 vk_format_get_plane_count(VkFormat format) vk_format_get_plane_count() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_util.h102 DXGI_FORMAT format, member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.c308 fd3_pipe2vtx(enum pipe_format format) in fd3_pipe2vtx() argument
316 fd3_pipe2tex(enum pipe_format format) in fd3_pipe2tex() argument
324 fd3_pipe2color(enum pipe_format format) in fd3_pipe2color() argument
332 fd3_pipe2swap(enum pipe_format format) fd3_pipe2swap() argument
340 fd3_fs_output_format(enum pipe_format format) fd3_fs_output_format() argument
377 fd3_tex_swiz(enum pipe_format format, unsigned swizzle_r, unsigned swizzle_g, unsigned swizzle_b, unsigned swizzle_a) fd3_tex_swiz() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c92 char format[2 + 5 * LP_MAX_VECTOR_LENGTH + 2] = "%s"; in lp_build_print_value() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_format.c348 fd4_pipe2vtx(enum pipe_format format) in fd4_pipe2vtx() argument
357 fd4_pipe2tex(enum pipe_format format) fd4_pipe2tex() argument
366 fd4_pipe2color(enum pipe_format format) fd4_pipe2color() argument
374 fd4_pipe2swap(enum pipe_format format) fd4_pipe2swap() argument
382 fd4_pipe2depth(enum pipe_format format) fd4_pipe2depth() argument
421 fd4_tex_swiz(enum pipe_format format, unsigned swizzle_r, unsigned swizzle_g, unsigned swizzle_b, unsigned swizzle_a) fd4_tex_swiz() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.h40 D3DFORMAT format; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.c111 enum pipe_format format = tex->b.format; in r300_texture_transfer_map() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Drand.c55 int format = FORMAT_BINARY, i, num = -1, r, ret = 1; in rand_main() local
/third_party/pulseaudio/src/pulse/
H A Dsample.c103 int pa_sample_format_valid(unsigned format) { in pa_sample_format_valid() argument
202 pa_parse_sample_format(const char *format) pa_parse_sample_format() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dstrbuf.c158 size_t pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) { in pa_strbuf_printf() argument
/third_party/openssl/apps/
H A Drand.c55 int format = FORMAT_BINARY, i, num = -1, r, ret = 1; in rand_main() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.cpp37 float computeStoreColorScale (const vk::VkFormat format, const tcu::IVec3 imageSize) in computeStoreColorScale() argument
77 VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const VkImageUsageFlags usage, const VkImageCreateFlags flags, const VkImageTiling tiling) in makeImageCreateInfo() argument
115 bool isRepresentableIntegerValue (tcu::Vector<deInt64, 4> value, tcu::TextureFormat format) in isRepresentableIntegerValue() argument
[all...]
H A DvktImageTestsUtil.hpp148 getImageSizeBytes(const tcu::IVec3& imageSize, const vk::VkFormat format) getImageSizeBytes() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp49 VkFormat format; in createUniformTexelBufferTests() member
142 VkFormat format; in createUniformTexelBufferTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp104 createTestImage(tcu::IVec2 size, VkFormat format, Context& context, Allocator& allocator, Move<VkImage>& image, const MemoryRequirement& requirement, de::MovePtr<Allocation>& memory, VkImageTiling tiling) const createTestImage() argument
142 createTestImage(tcu::IVec2 size, VkFormat format, Context& context, Allocator& allocator, Move<VkImage>& image, const MemoryRequirement& requirement, de::MovePtr<Allocation>& memory, VkImageTiling tiling) const createTestImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.cpp37 float computeStoreColorScale (const vk::VkFormat format, const tcu::IVec3 imageSize) in computeStoreColorScale() argument
77 VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const VkImageUsageFlags usage, const VkImageCreateFlags flags, const VkImageTiling tiling) in makeImageCreateInfo() argument
115 bool isRepresentableIntegerValue (tcu::Vector<deInt64, 4> value, tcu::TextureFormat format) in isRepresentableIntegerValue() argument
[all...]
H A DvktImageTestsUtil.hpp148 getImageSizeBytes(const tcu::IVec3& imageSize, const vk::VkFormat format) getImageSizeBytes() argument
[all...]

Completed in 11 milliseconds

1...<<31323334353637383940>>...170