Home
last modified time | relevance | path

Searched defs:format (Results 2176 - 2200 of 4095) sorted by relevance

1...<<81828384858687888990>>...164

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c128 const enum pipe_format format = p_res->format; in convert_fast_clear_color() local
41 crocus_is_color_fast_clear_compatible(struct crocus_context *ice, enum isl_format format, const union isl_color_value color) crocus_is_color_fast_clear_compatible() argument
65 can_fast_clear_color(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, enum isl_format render_format, union isl_color_value color) can_fast_clear_color() argument
198 fast_clear_color(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, enum isl_format format, union isl_color_value color, enum blorp_batch_flags blorp_flags) fast_clear_color() argument
326 clear_color(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, struct isl_swizzle swizzle, union isl_color_value color) clear_color() argument
746 enum isl_format format = res->surf.format; crocus_clear_texture() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c219 svga_format_entry(enum pipe_format format) in svga_format_entry() argument
235 svga_translate_vertex_format_vgpu10(enum pipe_format format, SVGA3dSurfaceFormat *svga_format, unsigned *vf_flags) svga_translate_vertex_format_vgpu10() argument
253 svga_translate_texture_buffer_view_format(enum pipe_format format, SVGA3dSurfaceFormat *svga_format, unsigned *tf_flags) svga_translate_texture_buffer_view_format() argument
269 svga_translate_screen_target_format_vgpu10(enum pipe_format format) svga_translate_screen_target_format_vgpu10() argument
291 svga_translate_format(const struct svga_screen *ss, enum pipe_format format, unsigned bind) svga_translate_format() argument
398 SVGA3dSurfaceFormat format; global() member
1673 svga_get_format_cap(struct svga_screen *ss, SVGA3dSurfaceFormat format, SVGA3dSurfaceFormatCaps *caps) svga_get_format_cap() argument
1705 svga_get_dx_format_cap(struct svga_screen *ss, SVGA3dSurfaceFormat format, SVGA3dDevCapResult *caps) svga_get_dx_format_cap() argument
1753 svga_format_size(SVGA3dSurfaceFormat format, unsigned *block_width, unsigned *block_height, unsigned *bytes_per_block) svga_format_size() argument
1772 svga_format_name(SVGA3dSurfaceFormat format) svga_format_name() argument
1783 svga_format_is_integer(SVGA3dSurfaceFormat format) svga_format_is_integer() argument
1814 svga_format_support_gen_mips(enum pipe_format format) svga_format_support_gen_mips() argument
1830 svga_get_texture_datatype(enum pipe_format format) svga_get_texture_datatype() argument
1916 svga_typeless_format(SVGA3dSurfaceFormat format) svga_typeless_format() argument
2054 svga_sampler_format(SVGA3dSurfaceFormat format) svga_sampler_format() argument
2075 svga_format_is_uncompressed_snorm(SVGA3dSurfaceFormat format) svga_format_is_uncompressed_snorm() argument
2092 svga_format_is_typeless(SVGA3dSurfaceFormat format) svga_format_is_typeless() argument
2177 svga_linear_to_srgb(SVGA3dSurfaceFormat format) svga_linear_to_srgb() argument
2203 svga_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_format_supported() argument
2304 svga_is_dx_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_dx_format_supported() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c190 enum pipe_format format; in stw_st_framebuffer_validate_locked() local
[all...]
H A Dstw_pixelformat.c46 enum pipe_format format; member
63 enum pipe_format format; member
[all...]
/third_party/mesa3d/src/gbm/main/
H A Dgbm_abi_check.c119 uint32_t format; member
147 uint32_t format; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.c526 panfrost_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) panfrost_is_format_supported() argument
600 panfrost_walk_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *out_count, uint64_t test_modifier) panfrost_walk_dmabuf_modifiers() argument
640 panfrost_query_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *out_count) panfrost_query_dmabuf_modifiers() argument
649 panfrost_is_dmabuf_modifier_supported(struct pipe_screen *screen, uint64_t modifier, enum pipe_format format, bool *external_only) panfrost_is_dmabuf_modifier_supported() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c131 enum pipe_format format; in r300_swtcl_vertex_psc() local
647 static uint32_t r300_get_border_color(enum pipe_format format, in r300_get_border_color() argument
[all...]
H A Dr300_texture.c48 static enum pipe_format r300_unbyteswap_array_format(enum pipe_format format) in r300_unbyteswap_array_format() argument
71 static unsigned r300_get_endian_swap(enum pipe_format format) in r300_get_endian_swap() argument
165 r300_translate_texformat(enum pipe_format format, const unsigned char *swizzle_view, boolean is_r500, boolean dxtc_swizzle) r300_translate_texformat() argument
441 r500_tx_format_msb_bit(enum pipe_format format) r500_tx_format_msb_bit() argument
460 r300_translate_colorformat(enum pipe_format format) r300_translate_colorformat() argument
571 r300_translate_zsformat(enum pipe_format format) r300_translate_zsformat() argument
591 r300_translate_out_fmt(enum pipe_format format) r300_translate_out_fmt() argument
793 r300_translate_colormask_swizzle(enum pipe_format format) r300_translate_colormask_swizzle() argument
887 r300_is_colorbuffer_format_supported(enum pipe_format format) r300_is_colorbuffer_format_supported() argument
894 r300_is_zs_format_supported(enum pipe_format format) r300_is_zs_format_supported() argument
899 r300_is_sampler_format_supported(enum pipe_format format) r300_is_sampler_format_supported() argument
904 r300_texture_setup_format_state(struct r300_screen *screen, struct r300_resource *tex, enum pipe_format format, unsigned level, unsigned width0_override, unsigned height0_override, struct r300_texture_format_state *out) r300_texture_setup_format_state() argument
1007 enum pipe_format format = util_format_linear(surf->base.format); r300_texture_setup_fb_state() local
[all...]
H A Dr300_texture_desc.c32 unsigned r300_get_pixel_alignment(enum pipe_format format, in r300_get_pixel_alignment() argument
205 r300_stride_to_width(enum pipe_format format, unsigned stride_in_bytes) r300_stride_to_width() argument
470 enum pipe_format format = tex->b.format; r300_setup_tiling() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_formats.h85 static inline bool r600_is_buffer_format_supported(enum pipe_format format, bool for_vbo) in r600_is_buffer_format_supported() argument
122 static inline bool r600_is_index_format_supported(enum pipe_format format) in r600_is_index_format_supported() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c337 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf() argument
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DAsYouTypeFormatter.java223 createFormattingTemplate(NumberFormat format) createFormattingTemplate() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java329 public RangeModifier setFormat(FormatSpec format) { in setFormat() argument
336 public RangeModifier setFormat(String id, FormatSpec format) { in setFormat() argument
371 public ShortcodeModifier setFormat(FormatSpec format) { in setFormat() argument
379 setFormat(String id, FormatSpec format) setFormat() argument
[all...]
/third_party/rust/crates/env_logger/src/
H A Dlib.rs579 pub fn format<F: 'static>(&mut self, format: F) -> &mut Self format() functions
[all...]
/third_party/openssl/apps/
H A Dstoreutl.c337 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp883 VkRenderPassCreateInfo prepareSimpleRenderPassCI (VkFormat format, in prepareSimpleRenderPassCI() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp80 VkFormat format; member
327 const auto format = m_attachments[i].format; iterate() local
542 VkFormat format = VkFormat(formatIdx); createGranularityQueryTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp68 VkFormat format; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp72 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
198 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp64 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent3D size, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
H A DvktGeometryTestsUtil.cpp374 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage, const deUint32 numArrayLayers) in makeImageCreateInfo() argument
428 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
447 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const float depth) in fillBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp478 VkFormat format; in createImageAstcDecodeModeTests() member
[all...]
H A DvktImageMismatchedFormatsTests.cpp77 FormatInfo getFormatInfo (VkFormat format) in getFormatInfo() argument
169 bool matching (VkFormat format, const std::string& spirvFormat) in matching() argument
193 void fillImageCreateInfo (VkImageCreateInfo& imageCreateInfo, TestType testType, VkFormat format) in fillImageCreateInfo() argument
237 MismatchedFormatTest(tcu::TestContext& testCtx, const std::string& name, const TestType type, const VkFormat format, const std::string& spirvFormat) MismatchedFormatTest() argument
364 MismatchedFormatTestInstance(Context& context, const TestType type, const VkFormat format, const std::string& spirvFormat) MismatchedFormatTestInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageViewTests.cpp186 const tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(m_imageFormat)) in initPrograms() local
257 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() argument
355 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() argument
865 const VkFormat format in createImageViewTests() local
[all...]
H A DvktPipelineLogicOpTests.cpp74 VkFormat format; // Framebuffer format. member
55 isSupportedColorAttachmentFormat(const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) isSupportedColorAttachmentFormat() argument
482 getSimpleFormatName(VkFormat format) getSimpleFormatName() argument
552 const auto& format = formatList[formatIdx]; createLogicOpTests() local
[all...]

Completed in 22 milliseconds

1...<<81828384858687888990>>...164