Home
last modified time | relevance | path

Searched defs:format (Results 3876 - 3900 of 4230) sorted by relevance

1...<<151152153154155156157158159160>>...170

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp3071 Format format = asVOP3(tmp->format); register_allocation() local
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1912 int target = 0, format = 0, mipmap = 0; in glXCreatePixmap() local
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h459 enum pipe_format format:16; member
487 enum pipe_format format:15; /**< typed PIPE_FORMAT_x */ member
517 enum pipe_format format; /**< typed PIPE_FORMAT_x */ member
565 enum pipe_format format:16; /**< PIPE_FORMAT_x */ member
900 enum pipe_format format; /**< must be supported for sampling (src) member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h654 si_clamp_texture_texel_count(unsigned max_texel_buffer_elements, enum pipe_format format, uint32_t size) si_clamp_texture_texel_count() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c383 enum pipe_format format = c->key->tex[unit].format; in ntq_emit_txf() local
506 enum pipe_format format = c->key->tex[unit].format; in ntq_emit_tex() local
723 enum pipe_format format = c->vs_key->attr_formats[attr]; in emit_vertex_input() local
2256 enum pipe_format format = c->key->tex[i].format; vc4_shader_ntq() local
[all...]
H A Dvc4_qir.h305 enum pipe_format format; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2762 r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format, const unsigned char *swizzle_view, uint32_t *word4_p, uint32_t *yuv_format_p, bool do_endian_swap) r600_translate_texformat() argument
3160 r600_translate_colorformat(enum amd_gfx_level chip, enum pipe_format format, bool do_endian_swap) r600_translate_colorformat() argument
[all...]
H A Dr600_state.c126 static uint32_t r600_translate_dbformat(enum pipe_format format) in r600_translate_dbformat() argument
144 static bool r600_is_sampler_format_supported(struct pipe_screen *screen, enum pipe_format format) in r600_is_sampler_format_supported() argument
150 static bool r600_is_colorbuffer_format_supported(enum amd_gfx_level chip, enum pipe_format format) in r600_is_colorbuffer_format_supported() argument
156 static bool r600_is_zs_format_supported(enum pipe_format format) in r600_is_zs_format_supported() argument
161 r600_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) r600_is_format_supported() argument
634 unsigned format, num_format, format_comp, endian; texture_buffer_sampler_view() local
673 unsigned format, endian; r600_create_sampler_view_custom() local
820 unsigned format, swap, ntype, endian; r600_init_color_surface() local
1046 unsigned level, pitch, slice, format, offset, array_mode; r600_init_depth_surface() local
[all...]
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c1792 get_red_format_for_rgb_format(enum isl_format format) in get_red_format_for_rgb_format() argument
3076 enum isl_format format = isl_format_for_size(block_size); do_buffer_copy() local
[all...]
/third_party/node/src/
H A Dnode_http2.cc3170 void NgHttp2Debug(const char* format, va_list args) { in NgHttp2Debug() argument
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c934 validate_clear_buffer_format(struct gl_context *ctx, GLenum internalformat, GLenum format, GLenum type, const char *caller) validate_clear_buffer_format() argument
992 convert_clear_buffer_data(struct gl_context *ctx, mesa_format internalformat, GLubyte *clearValue, GLenum format, GLenum type, const GLvoid *data, const char *caller) convert_clear_buffer_data() argument
2809 clear_buffer_sub_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata, bool no_error) clear_buffer_sub_data() argument
2867 clear_buffer_sub_data_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata) clear_buffer_sub_data_error() argument
2879 clear_buffer_sub_data_no_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata) clear_buffer_sub_data_no_error() argument
2892 _mesa_ClearBufferData_no_error(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferData_no_error() argument
2905 _mesa_ClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferData() argument
2921 _mesa_ClearNamedBufferData_no_error(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferData_no_error() argument
2935 _mesa_ClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferData() argument
2952 _mesa_ClearNamedBufferDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferDataEXT() argument
2968 _mesa_ClearBufferSubData_no_error(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferSubData_no_error() argument
2983 _mesa_ClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferSubData() argument
3002 _mesa_ClearNamedBufferSubData_no_error(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferSubData_no_error() argument
3017 _mesa_ClearNamedBufferSubData(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferSubData() argument
3036 _mesa_ClearNamedBufferSubDataEXT(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferSubDataEXT() argument
[all...]
H A Dfbobject.c802 is_format_color_renderable(const struct gl_context *ctx, mesa_format format, in is_format_color_renderable() argument
931 test_attachment_completeness(const struct gl_context *ctx, GLenum format, struct gl_renderbuffer_attachment *att) test_attachment_completeness() argument
1128 enum pipe_format format; do_validate_attachment() local
1224 enum pipe_format format; do_validate_framebuffer() local
2945 get_component_bits(GLenum pname, GLenum baseFormat, mesa_format format) get_component_bits() argument
4798 mesa_format format = att->Renderbuffer->Format; get_framebuffer_attachment_parameter() local
[all...]
H A Dshaderapi.c1947 const char *format = strncmp(source, "!!ARB", 5) ? "glsl" : "arb"; in construct_name() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c588 dzn_physical_device_get_format_support(struct dzn_physical_device *pdev, VkFormat format) dzn_physical_device_get_format_support() argument
656 dzn_physical_device_get_format_properties(struct dzn_physical_device *pdev, VkFormat format, VkFormatProperties2 *properties) dzn_physical_device_get_format_properties() argument
927 dzn_GetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) dzn_GetPhysicalDeviceFormatProperties2() argument
947 dzn_GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags createFlags, VkImageFormatProperties *pImageFormatProperties) dzn_GetPhysicalDeviceImageFormatProperties() argument
974 dzn_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pPropertyCount, VkSparseImageFormatProperties *pProperties) dzn_GetPhysicalDeviceSparseImageFormatProperties() argument
2512 dzn_buffer_get_dxgi_format(VkFormat format) dzn_buffer_get_dxgi_format() argument
2520 dzn_buffer_get_copy_loc(const struct dzn_buffer *buf, VkFormat format, const VkBufferImageCopy2 *region, VkImageAspectFlagBits aspect, uint32_t layer) dzn_buffer_get_copy_loc() argument
2562 dzn_buffer_get_line_copy_loc(const struct dzn_buffer *buf, VkFormat format, const VkBufferImageCopy2 *region, const D3D12_TEXTURE_COPY_LOCATION *loc, uint32_t y, uint32_t z, uint32_t *start_x) dzn_buffer_get_line_copy_loc() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp1026 SimpleDateFormat::format(Calendar& cal, UnicodeString& appendTo, FieldPosition& pos) const in format() function in SimpleDateFormat
1036 SimpleDateFormat::format(Calendar& cal, UnicodeString& appendTo, in format() function in SimpleDateFormat
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c961 VkFormat format; member
/third_party/libinput/src/
H A Devdev.c2337 libevdev_log_func(const struct libevdev *evdev, enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) libevdev_log_func() argument
/third_party/libinput/tools/
H A Dlibinput-record.c190 iprintf(FILE *fp, enum indent indent, const char *format, ...) iprintf() argument
1766 quirks_log_handler(struct libinput *this_is_null, enum libinput_log_priority priority, const char *format, va_list args) quirks_log_handler() argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc588 static void VPrintHelper(FILE* stream, const char* format, va_list args) { in VPrintHelper() argument
660 void OS::Print(const char* format, ...) { in Print() argument
668 void OS::VPrint(const char* format, va_list args) { in VPrint() argument
98 _vsnprintf_s(char* buffer, size_t sizeOfBuffer, size_t count, const char* format, va_list argptr) _vsnprintf_s() argument
673 FPrint(FILE* out, const char* format, ...) FPrint() argument
681 VFPrint(FILE* out, const char* format, va_list args) VFPrint() argument
687 PrintError(const char* format, ...) PrintError() argument
695 VPrintError(const char* format, va_list args) VPrintError() argument
700 SNPrintF(char* str, int length, const char* format, ...) SNPrintF() argument
709 VSNPrintF(char* str, int length, const char* format, va_list args) VSNPrintF() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c196 format_dxt1_variant(enum pipe_format format) in format_dxt1_variant() argument
562 s3tc_dxt1_full_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef i, LLVMValueRef j) s3tc_dxt1_full_to_rgba_aos() argument
736 s3tc_dxt1_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef i, LLVMValueRef j) s3tc_dxt1_to_rgba_aos() argument
758 s3tc_dxt3_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef alpha_low, LLVMValueRef alpha_hi, LLVMValueRef i, LLVMValueRef j) s3tc_dxt3_to_rgba_aos() argument
1045 s3tc_dxt5_full_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef alpha_lo, LLVMValueRef alpha_hi, LLVMValueRef i, LLVMValueRef j) s3tc_dxt5_full_to_rgba_aos() argument
1262 s3tc_decode_block_dxt1(struct gallivm_state *gallivm, enum pipe_format format, LLVMValueRef dxt_block, LLVMValueRef *col) s3tc_decode_block_dxt1() argument
1494 s3tc_decode_block_dxt3(struct gallivm_state *gallivm, enum pipe_format format, LLVMValueRef dxt_block, LLVMValueRef *col) s3tc_decode_block_dxt3() argument
1610 s3tc_decode_block_dxt5(struct gallivm_state *gallivm, enum pipe_format format, LLVMValueRef dxt_block, LLVMValueRef *col) s3tc_decode_block_dxt5() argument
2164 s3tc_dxt5_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef alpha_lo, LLVMValueRef alpha_hi, LLVMValueRef i, LLVMValueRef j) s3tc_dxt5_to_rgba_aos() argument
2428 rgtc1_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef red_lo, LLVMValueRef red_hi, LLVMValueRef i, LLVMValueRef j) rgtc1_to_rgba_aos() argument
2453 rgtc2_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef red_lo, LLVMValueRef red_hi, LLVMValueRef green_lo, LLVMValueRef green_hi, LLVMValueRef i, LLVMValueRef j) rgtc2_to_rgba_aos() argument
2483 latc1_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef red_lo, LLVMValueRef red_hi, LLVMValueRef i, LLVMValueRef j) latc1_to_rgba_aos() argument
2512 latc2_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef red_lo, LLVMValueRef red_hi, LLVMValueRef green_lo, LLVMValueRef green_hi, LLVMValueRef i, LLVMValueRef j) latc2_to_rgba_aos() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2272 util_blitter_generate_mipmap(struct blitter_context *blitter, struct pipe_resource *tex, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) util_blitter_generate_mipmap() argument
2658 util_blitter_custom_resolve_color(struct blitter_context *blitter, struct pipe_resource *dst, unsigned dst_level, unsigned dst_layer, struct pipe_resource *src, unsigned src_layer, unsigned sample_mask, void *custom_blend, enum pipe_format format) util_blitter_custom_resolve_color() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h208 struct r300_texture_format_state format; member
215 struct r300_texture_format_state format; member
313 uint32_t format; /* US_OUT_FMT or ZB_FORMAT. */ member
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1277 public String format(PhoneNumber number, PhoneNumberFormat numberFormat) { format() method in PhoneNumberUtil
1296 public void format(PhoneNumber number, PhoneNumberFormat numberFormat, format() method in PhoneNumberUtil
[all...]
/third_party/python/Python/
H A Dsysmodule.c3431 sys_write(PyObject *key, FILE *fp, const char *format, va_list va) in sys_write() argument
3455 PySys_WriteStdout(const char *format, ...) in PySys_WriteStdout() argument
3460 sys_write(&_Py_ID(stdout), stdout, format, va); PySys_WriteStdout() local
3465 PySys_WriteStderr(const char *format, ...) PySys_WriteStderr() argument
3470 sys_write(&_Py_ID(stderr), stderr, format, va); PySys_WriteStderr() local
3475 sys_format(PyObject *key, FILE *fp, const char *format, va_list va) sys_format() argument
3498 PySys_FormatStdout(const char *format, ...) PySys_FormatStdout() argument
3503 sys_format(&_Py_ID(stdout), stdout, format, va); PySys_FormatStdout() local
3508 PySys_FormatStderr(const char *format, ...) PySys_FormatStderr() argument
3513 sys_format(&_Py_ID(stderr), stderr, format, va); PySys_FormatStderr() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c3986 pa_sink_set_sample_format(pa_sink *s, pa_sample_format_t format) pa_sink_set_sample_format() argument
[all...]

Completed in 92 milliseconds

1...<<151152153154155156157158159160>>...170