Home
last modified time | relevance | path

Searched defs:type (Results 5126 - 5150 of 8224) sorted by relevance

1...<<201202203204205206207208209210>>...329

/third_party/node/deps/icu-small/source/common/
H A Ducase.cpp1008 int32_t type=ucase_getTypeOrIgnorable(c); in isFollowedByCasedLetter() local
H A Ducasemap.cpp642 int32_t type = ucase_getTypeOrIgnorable(c); in isFollowedByCasedLetter() local
665 int32_t type = ucase_getTypeOrIgnorable(c); in toUpper() local
/third_party/node/deps/googletest/src/
H A Dgtest.cc450 AssertHelper::AssertHelper(TestPartResult::Type type, const char* file, in AssertHelper() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c30 type_needs_lowering(const struct glsl_type *type) in type_needs_lowering() argument
479 make_2darray_sampler_from_cubemap(const struct glsl_type *type) make_2darray_sampler_from_cubemap() argument
489 make_2darray_image_from_cubemap(const struct glsl_type *type) make_2darray_image_from_cubemap() argument
499 make_2darray_from_cubemap_with_array(const struct glsl_type *type, bool is_image) make_2darray_from_cubemap_with_array() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_reg_type.c323 brw_reg_type_to_hw_type(const struct intel_device_info *devinfo, enum brw_reg_file file, enum brw_reg_type type) brw_reg_type_to_hw_type() argument
409 brw_reg_type_to_a16_hw_3src_type(const struct intel_device_info *devinfo, enum brw_reg_type type) brw_reg_type_to_a16_hw_3src_type() argument
434 brw_reg_type_to_a1_hw_3src_type(const struct intel_device_info *devinfo, enum brw_reg_type type) brw_reg_type_to_a1_hw_3src_type() argument
505 brw_reg_type_to_size(enum brw_reg_type type) brw_reg_type_to_size() argument
538 brw_reg_type_to_letters(enum brw_reg_type type) brw_reg_type_to_letters() argument
[all...]
H A Dbrw_shader.cpp34 brw_type_for_base_type(const struct glsl_type *type) in brw_type_for_base_type() argument
569 brw_saturate_immediate(enum brw_reg_type type, struct brw_reg *reg) in brw_saturate_immediate() argument
632 brw_negate_immediate(enum brw_reg_type type, struc argument
675 brw_abs_immediate(enum brw_reg_type type, struct brw_reg *reg) brw_abs_immediate() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c1208 enum pipe_fd_type type = handleType == GL_HANDLE_TYPE_D3D12_FENCE_EXT ? in _mesa_ImportSemaphoreWin32HandleEXT() local
646 import_semaphoreobj_win32(struct gl_context *ctx, struct gl_semaphore_object *semObj, void *handle, const void *name, enum pipe_fd_type type) import_semaphoreobj_win32() argument
1252 enum pipe_fd_type type = handleType == GL_HANDLE_TYPE_D3D12_FENCE_EXT ? _mesa_ImportSemaphoreWin32NameEXT() local
[all...]
H A Dtransformfeedback.c999 _mesa_GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) _mesa_GetTransformFeedbackVarying() argument
H A Dtexstore.c974 store_texsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *caller) store_texsubimage() argument
1111 _mesa_store_teximage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing) _mesa_store_teximage() argument
1138 _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) _mesa_store_texsubimage() argument
[all...]
H A Dformats.c1448 _mesa_format_matches_format_and_type(mesa_format mformat, GLenum format, GLenum type, bool swapBytes, GLenum *error) _mesa_format_matches_format_and_type() argument
[all...]
H A Dimage.c116 _mesa_image_offset( GLuint dimensions, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_offset() argument
231 _mesa_image_address( GLuint dimensions, const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address() argument
248 _mesa_image_address1d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLenum format, GLenum type, GLint column ) _mesa_image_address1d() argument
260 _mesa_image_address2d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint row, GLint column ) _mesa_image_address2d() argument
272 _mesa_image_address3d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address3d() argument
865 _mesa_swap_bytes_2d_image(GLenum format, GLenum type, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLvoid *dst, const GLvoid *src) _mesa_swap_bytes_2d_image() argument
[all...]
H A Dglformats.c235 _mesa_type_is_packed(GLenum type) in _mesa_type_is_packed() argument
273 _mesa_sizeof_type(GLenum type) in _mesa_sizeof_type() argument
310 _mesa_sizeof_packed_type(GLenum type) _mesa_sizeof_packed_type() argument
424 _mesa_bytes_per_pixel(GLenum format, GLenum type) _mesa_bytes_per_pixel() argument
534 _mesa_bytes_per_vertex_attrib(GLint comps, GLenum type) _mesa_bytes_per_vertex_attrib() argument
947 _mesa_is_type_unsigned(GLenum type) _mesa_is_type_unsigned() argument
1789 _mesa_error_check_format_and_type(const struct gl_context *ctx, GLenum format, GLenum type) _mesa_error_check_format_and_type() argument
2186 _mesa_es_error_check_format_and_type(const struct gl_context *ctx, GLenum format, GLenum type, unsigned dimensions) _mesa_es_error_check_format_and_type() argument
2689 gles_effective_internal_format_for_format_and_type(GLenum format, GLenum type) gles_effective_internal_format_for_format_and_type() argument
2971 _mesa_gles_error_check_format_and_type(const struct gl_context *ctx, GLenum format, GLenum type, GLenum internalFormat) _mesa_gles_error_check_format_and_type() argument
3711 _mesa_swap_bytes_in_type_enum(GLenum *type) _mesa_swap_bytes_in_type_enum() argument
3757 _mesa_format_from_format_and_type(GLenum format, GLenum type) _mesa_format_from_format_and_type() argument
4012 _mesa_tex_format_from_format_and_type(const struct gl_context *ctx, GLenum gl_format, GLenum type) _mesa_tex_format_from_format_and_type() argument
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h138 enum loader_dri3_drawable_type type; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c259 enum pipe_shader_type type = in delete_variant() local
[all...]
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c154 } type; member
394 enum bo_type type; in main() member
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c563 const struct glsl_type *type = in ptn_tex() local
945 const struct glsl_type *type; in setup_registers_and_variables() local
1010 const struct glsl_type *type in prog_to_nir() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c85 dzn_nir_indirect_draw_shader(enum dzn_indirect_draw_type type) in dzn_nir_indirect_draw_shader() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_skeletons.cpp1061 CharString type; in parseMeasureUnitOption() local
H A Dunum.cpp930 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status) in unum_getContext() argument
906 unum_getLocaleByType(const UNumberFormat *fmt, ULocDataLocaleType type, UErrorCode* status) unum_getLocaleByType() argument
H A Duspoof.cpp872 U_CAPI int32_t U_EXPORT2 uspoof_getSkeletonUTF8(const USpoofChecker *sc, uint32_t type, const char *id, in uspoof_getSkeletonUTF8() argument
763 uspoof_getSkeleton(const USpoofChecker *sc, uint32_t type, const char16_t *id, int32_t length, char16_t *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeleton() argument
H A Dlistformatter.cpp355 static const char* typeWidthToStyleString(UListFormatterType type, UListFormatterWidth width) { in typeWidthToStyleString() argument
514 createInstance( const Locale& locale, UListFormatterType type, UListFormatterWidth width, UErrorCode& errorCode) createInstance() argument
H A Ducal.cpp588 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType() argument
743 const char16_t *type = ures_getStringByIndex(order, i, &len, status); in ucal_getKeywordValuesForLocale() local
797 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate() argument
247 ucal_getTimeZoneDisplayName(const UCalendar* cal, UCalendarDisplayNameType type, const char *locale, char16_t* result, int32_t resultLength, UErrorCode* status) ucal_getTimeZoneDisplayName() argument
[all...]
H A Ducol.cpp582 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocale() argument
587 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c51 ngtcp2_crypto_boringssl_cipher_type type; member
229 ngtcp2_crypto_boringssl_cipher_type type; member
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.h245 ContainerResource(SRBRoot *bundle, const char *tag, int8_t type, in ContainerResource() argument

Completed in 40 milliseconds

1...<<201202203204205206207208209210>>...329