Home
last modified time | relevance | path

Searched defs:format (Results 3051 - 3075 of 3275) sorted by relevance

1...<<121122123124125126127128129130131

/third_party/backends/backend/
H A Dcanon_dr.h106 SANE_Frame format; /*SANE_FRAME_**/ member
H A Davision.c5167 get_calib_format (Avision_Scanner* s, struct calibration_format* format) in get_calib_format() argument
5283 set_calib_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* dark_data, uint8_t* white_data) set_calib_data() argument
5418 sort_and_average(struct calibration_format* format, uint8_t* data) sort_and_average() argument
5470 compute_dark_shading_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* data) compute_dark_shading_data() argument
5515 compute_white_shading_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* data) compute_white_shading_data() argument
[all...]
H A Dbh.h230 SANE_Frame format; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1706 UNumberFormat *format; TestNonExistentCurrency() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp702 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected) in tryPat994() argument
1017 UnicodeString format; TestBadInput135() local
4556 showParse(DateFormat &format, const UnicodeString &formattedString) showParse() argument
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp3671 Image1D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, void* host_ptr = NULL, cl_int* err = NULL) Image1D() argument
3756 Image1DBuffer( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, const Buffer &buffer, cl_int* err = NULL) Image1DBuffer() argument
3833 Image1DArray( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t arraySize, ::size_t width, ::size_t rowPitch, void* host_ptr = NULL, cl_int* err = NULL) Image1DArray() argument
3923 Image2D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, ::size_t height, ::size_t row_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image2D() argument
4139 Image2DArray( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t arraySize, ::size_t width, ::size_t height, ::size_t rowPitch, ::size_t slicePitch, void* host_ptr = NULL, cl_int* err = NULL) Image2DArray() argument
4232 Image3D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, ::size_t height, ::size_t depth, ::size_t row_pitch = 0, ::size_t slice_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image3D() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c1360 translate_image_format(struct vtn_builder *b, SpvImageFormat format) in translate_image_format() argument
1741 SpvImageFormat format = w[8]; in vtn_handle_type() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp619 Format format = asVOP3(tmp->format); in to_VOP3() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c245 get_compatible_tlb_format(VkFormat format) in get_compatible_tlb_format() argument
850 const struct v3dv_format *format = copy_image_tfu() local
888 width, height, format); copy_image_tfu() local
979 create_image_alias(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *src, float width_scale, float height_scale, VkFormat format) create_image_alias() argument
1041 VkFormat format; copy_image_blit() local
1359 const struct v3dv_format *format = copy_buffer_to_image_tfu() local
1408 width, height, format); copy_buffer_to_image_tfu() local
1565 get_texel_buffer_copy_pipeline_cache_key(VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, bool is_layered, uint8_t *key) get_texel_buffer_copy_pipeline_cache_key() argument
1729 get_texel_buffer_copy_fs(struct v3dv_device *device, VkFormat format, VkComponentMapping *cswizzle) get_texel_buffer_copy_fs() argument
1826 create_texel_buffer_copy_pipeline(struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, bool is_layered, VkRenderPass _pass, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_texel_buffer_copy_pipeline() argument
1887 get_copy_texel_buffer_pipeline( struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, VkImageType image_type, bool is_layered, struct v3dv_meta_texel_buffer_copy_pipeline **pipeline) get_copy_texel_buffer_pipeline() argument
2863 const struct v3dv_format *format = blit_tfu() local
2933 dst_width, dst_height, format); blit_tfu() local
2940 format_needs_software_int_clamp(VkFormat format) format_needs_software_int_clamp() argument
[all...]
H A Dv3dv_cmd_buffer.c1106 const struct v3dv_format *format = in cmd_buffer_state_set_attachment_clear_color() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c3825 int doio_fprintf(FILE * stream, char *format, ...) in doio_fprintf() argument
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h1466 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c140 unsigned format, swap, spi_format, colormask; in si_emit_cb_render_state() local
1658 si_translate_colorformat(enum amd_gfx_level gfx_level, enum pipe_format format) si_translate_colorformat() argument
1797 si_translate_dbformat(enum pipe_format format) si_translate_dbformat() argument
1819 si_translate_texformat(struct pipe_screen *screen, enum pipe_format format, const struct util_format_description *desc, int first_non_void) si_translate_texformat() argument
2208 si_is_sampler_format_supported(struct pipe_screen *screen, enum pipe_format format) si_is_sampler_format_supported() argument
2340 si_is_vertex_format_supported(struct pipe_screen *screen, enum pipe_format format, unsigned usage) si_is_vertex_format_supported() argument
2384 si_is_colorbuffer_format_supported(enum amd_gfx_level gfx_level, enum pipe_format format) si_is_colorbuffer_format_supported() argument
2391 si_is_zs_format_supported(enum pipe_format format) si_is_zs_format_supported() argument
2396 si_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) si_is_format_supported() argument
2499 si_choose_spi_color_formats(struct si_surface *surf, unsigned format, unsigned swap, unsigned ntype, bool is_depth) si_choose_spi_color_formats() argument
2516 unsigned format, swap, ntype, endian; si_initialize_color_surface() local
2698 unsigned format, stencil_format; si_init_depth_surface() local
3900 si_make_buffer_descriptor(struct si_screen *screen, struct si_resource *buf, enum pipe_format format, unsigned offset, unsigned num_elements, uint32_t *state) si_make_buffer_descriptor() argument
4120 uint32_t format; gfx10_make_texture_descriptor() local
[all...]
H A Dsi_shader.h339 uint8_t format : 3; /* AC_FETCH_FORMAT_xxx */ member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1151 uint32 format; member
1646 SVGAGMRImageFormat format; member
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c742 get_shader_image_format(enum pipe_format format) in get_shader_image_format() argument
777 get_extended_image_format(enum pipe_format format) in get_extended_image_format() argument
839 get_image_format(struct ntv_context *ctx, enum pipe_format format) in get_image_format() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1540 create_img_surface(struct rendering_state *state, struct lvp_image_view *imgv, VkFormat format, int width, int height, int base_layer, int layer_count) create_img_surface() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h2472 Append(const char* format, ...) Append() argument
2539 Append(const char* format, ...) Append() argument
[all...]
H A Dwasm-code-manager.cc623 constexpr auto format = base::StaticCharVector( in ReservationSize() local
733 constexpr auto format = base::StaticCharVector( in AllocateForCodeInRegion() local
2218 constexpr auto format = base::StaticCharVector( in NewNativeModule() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c913 static void ntfs_log_early_error(const char *format, ...) in ntfs_log_early_error() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c4585 anv_fill_buffer_surface_state(struct anv_device *device, struct anv_state state, enum isl_format format, struct isl_swizzle swizzle, isl_surf_usage_flags_t usage, struct anv_address address, uint32_t range, uint32_t stride) anv_fill_buffer_surface_state() argument
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c79 adjust_for_oes_float_texture(const struct gl_context *ctx, GLenum format, GLenum type) adjust_for_oes_float_texture() argument
133 oes_float_internal_format(const struct gl_context *ctx, GLenum format, GLenum type) oes_float_internal_format() argument
825 _mesa_init_teximage_fields_ms(struct gl_context *ctx, struct gl_texture_image *img, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum internalFormat, mesa_format format, GLuint numSamples, GLboolean fixedSampleLocations) _mesa_init_teximage_fields_ms() argument
932 _mesa_init_teximage_fields(struct gl_context *ctx, struct gl_texture_image *img, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum internalFormat, mesa_format format) _mesa_init_teximage_fields() argument
1281 _mesa_test_proxy_teximage(struct gl_context *ctx, GLenum target, GLuint numLevels, ASSERTED GLint level, mesa_format format, GLuint numSamples, GLint width, GLint height, GLint depth) _mesa_test_proxy_teximage() argument
1336 compressedteximage_only_format(GLenum format) compressedteximage_only_format() argument
1362 _mesa_format_no_online_compression(GLenum format) _mesa_format_no_online_compression() argument
1391 mesa_format format = _mesa_glenum_to_compressed_format(intFormat); _mesa_target_can_be_compressed() local
1729 texture_formats_agree(GLenum internalFormat, GLenum format) texture_formats_agree() argument
1780 texture_format_error_check_gles(struct gl_context *ctx, GLenum format, GLenum type, GLenum internalFormat, const char *callerName) texture_format_error_check_gles() argument
1823 texture_error_check( struct gl_context *ctx, GLuint dimensions, GLenum target, struct gl_texture_object* texObj, GLint level, GLint internalFormat, GLenum format, GLenum type, GLint width, GLint height, GLint depth, GLint border, const GLvoid *pixels ) texture_error_check() argument
2164 texsubimage_error_check(struct gl_context *ctx, GLuint dimensions, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName) texsubimage_error_check() argument
2822 _mesa_choose_texture_format(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLenum internalFormat, GLenum format, GLenum type) _mesa_choose_texture_format() argument
2969 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels, bool no_error) teximage() argument
3186 teximage_err(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_err() argument
3198 teximage_no_error(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_no_error() argument
3213 _mesa_TexImage1D( GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexImage1D() argument
3223 _mesa_TextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TextureImage1DEXT() argument
3239 _mesa_MultiTexImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_MultiTexImage1DEXT() argument
3257 _mesa_TexImage2D( GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexImage2D() argument
3268 _mesa_TextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TextureImage2DEXT() argument
3285 _mesa_MultiTexImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_MultiTexImage2DEXT() argument
3308 _mesa_TexImage3D( GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexImage3D() argument
3319 _mesa_TextureImage3DEXT(GLuint texture, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TextureImage3DEXT() argument
3337 _mesa_MultiTexImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_MultiTexImage3DEXT() argument
3357 _mesa_TexImage1D_no_error(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TexImage1D_no_error() argument
3368 _mesa_TexImage2D_no_error(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TexImage2D_no_error() argument
3379 _mesa_TexImage3D_no_error(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexImage3D_no_error() argument
3535 texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texture_sub_image() argument
3584 texsubimage_err(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName) texsubimage_err() argument
3629 texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texsubimage() argument
3651 texturesubimage(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool no_error, bool ext_dsa) texturesubimage() argument
3766 texturesubimage_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_error() argument
3780 texturesubimage_no_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_no_error() argument
3794 _mesa_TexSubImage1D_no_error(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TexSubImage1D_no_error() argument
3808 _mesa_TexSubImage1D( GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexSubImage1D() argument
3822 _mesa_TexSubImage2D_no_error(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TexSubImage2D_no_error() argument
3837 _mesa_TexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexSubImage2D() argument
3852 _mesa_TexSubImage3D_no_error(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TexSubImage3D_no_error() argument
3867 _mesa_TexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexSubImage3D() argument
3882 _mesa_TextureSubImage1D_no_error(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage1D_no_error() argument
3894 _mesa_TextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage1DEXT() argument
3907 _mesa_MultiTexSubImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) _mesa_MultiTexSubImage1DEXT() argument
3929 _mesa_TextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage1D() argument
3942 _mesa_TextureSubImage2D_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage2D_no_error() argument
3955 _mesa_TextureSubImage2DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage2DEXT() argument
3968 _mesa_MultiTexSubImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) _mesa_MultiTexSubImage2DEXT() argument
3990 _mesa_TextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage2D() argument
4004 _mesa_TextureSubImage3D_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage3D_no_error() argument
4017 _mesa_TextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage3DEXT() argument
4030 _mesa_MultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_MultiTexSubImage3DEXT() argument
4052 _mesa_TextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage3D() argument
4975 check_clear_tex_image(struct gl_context *ctx, const char *function, struct gl_texture_image *texImage, GLenum format, GLenum type, const void *data, GLubyte *clearValue) check_clear_tex_image() argument
5113 _mesa_ClearTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) _mesa_ClearTexSubImage() argument
5192 _mesa_ClearTexImage( GLuint texture, GLint level, GLenum format, GLenum type, const void *data ) _mesa_ClearTexImage() argument
5252 mesa_format format; compressed_subtexture_target_check() local
5381 compressed_subtexture_error_check(struct gl_context *ctx, GLint dims, const struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data, const char *callerName) compressed_subtexture_error_check() argument
5663 compressed_texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) compressed_texture_sub_image() argument
5707 compressed_tex_sub_image(unsigned dim, GLenum target, GLuint textureOrIndex, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data, enum tex_mode mode, const char *caller) compressed_tex_sub_image() argument
5822 _mesa_CompressedTexSubImage1D_no_error(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage1D_no_error() argument
5836 _mesa_CompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage1D() argument
5849 _mesa_CompressedTextureSubImage1D_no_error(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage1D_no_error() argument
5863 _mesa_CompressedTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage1D() argument
5876 _mesa_CompressedTextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage1DEXT() argument
5890 _mesa_CompressedMultiTexSubImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedMultiTexSubImage1DEXT() argument
5904 _mesa_CompressedTexSubImage2D_no_error(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage2D_no_error() argument
5919 _mesa_CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage2D() argument
5933 _mesa_CompressedTextureSubImage2DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage2DEXT() argument
5948 _mesa_CompressedMultiTexSubImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedMultiTexSubImage2DEXT() argument
5962 _mesa_CompressedTextureSubImage2D_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage2D_no_error() argument
5976 _mesa_CompressedTextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage2D() argument
5989 _mesa_CompressedTexSubImage3D_no_error(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage3D_no_error() argument
6004 _mesa_CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage3D() argument
6017 _mesa_CompressedTextureSubImage3D_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage3D_no_error() argument
6032 _mesa_CompressedTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage3D() argument
6047 _mesa_CompressedTextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage3DEXT() argument
6063 _mesa_CompressedMultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedMultiTexSubImage3DEXT() argument
6261 mesa_format format = _mesa_get_texbuffer_format(ctx, internalFormat); _mesa_validate_texbuffer_format() local
6311 mesa_format format; texture_buffer_range() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h108 dzn_index_type_from_dxgi_format(DXGI_FORMAT format, bool prim_restart) in dzn_index_type_from_dxgi_format() argument
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp151 VkFormat format; member
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c469 select_zs_component_format(enum pipe_format format, in select_zs_component_format() argument
1888 have_smallfloat_format(struct lp_type dst_type, enum pipe_format format) have_smallfloat_format() argument
4364 const enum pipe_format format = lp->framebuffer.cbufs[i]->format; make_variant_key() local
[all...]

Completed in 127 milliseconds

1...<<121122123124125126127128129130131