Home
last modified time | relevance | path

Searched refs:type (Results 1 - 25 of 16475) sorted by relevance

12345678910>>...659

/third_party/mesa3d/src/compiler/
H A Dnir_types.cpp33 glsl_get_type_name(const glsl_type *type) in glsl_get_type_name() argument
35 return type->name; in glsl_get_type_name()
39 glsl_array_size(const struct glsl_type *type) in glsl_array_size() argument
41 return type->array_size(); in glsl_array_size()
45 glsl_get_array_element(const glsl_type* type) in glsl_get_array_element() argument
47 if (type->is_matrix()) in glsl_get_array_element()
48 return type->column_type(); in glsl_get_array_element()
49 else if (type->is_vector()) in glsl_get_array_element()
50 return type->get_scalar_type(); in glsl_get_array_element()
51 return type in glsl_get_array_element()
55 glsl_without_array(const glsl_type *type) glsl_without_array() argument
61 glsl_without_array_or_matrix(const glsl_type *type) glsl_without_array_or_matrix() argument
70 glsl_get_bare_type(const glsl_type *type) glsl_get_bare_type() argument
76 glsl_get_struct_field(const glsl_type *type, unsigned index) glsl_get_struct_field() argument
82 glsl_get_struct_field_offset(const struct glsl_type *type, unsigned index) glsl_get_struct_field_offset() argument
89 glsl_get_struct_field_data(const struct glsl_type *type, unsigned index) glsl_get_struct_field_data() argument
97 glsl_get_explicit_stride(const struct glsl_type *type) glsl_get_explicit_stride() argument
103 glsl_get_function_return_type(const glsl_type *type) glsl_get_function_return_type() argument
109 glsl_get_function_param(const glsl_type *type, unsigned index) glsl_get_function_param() argument
115 glsl_texture_type_to_sampler(const glsl_type *type, bool is_shadow) glsl_texture_type_to_sampler() argument
124 glsl_sampler_type_to_texture(const glsl_type *type) glsl_sampler_type_to_texture() argument
133 glsl_get_column_type(const struct glsl_type *type) glsl_get_column_type() argument
139 glsl_get_gl_type(const struct glsl_type *type) glsl_get_gl_type() argument
145 glsl_get_base_type(const struct glsl_type *type) glsl_get_base_type() argument
151 glsl_get_vector_elements(const struct glsl_type *type) glsl_get_vector_elements() argument
157 glsl_get_components(const struct glsl_type *type) glsl_get_components() argument
163 glsl_get_matrix_columns(const struct glsl_type *type) glsl_get_matrix_columns() argument
169 glsl_get_length(const struct glsl_type *type) glsl_get_length() argument
175 glsl_get_aoa_size(const struct glsl_type *type) glsl_get_aoa_size() argument
181 glsl_count_vec4_slots(const struct glsl_type *type, bool is_gl_vertex_input, bool is_bindless) glsl_count_vec4_slots() argument
188 glsl_count_dword_slots(const struct glsl_type *type, bool is_bindless) glsl_count_dword_slots() argument
194 glsl_count_attribute_slots(const struct glsl_type *type, bool is_gl_vertex_input) glsl_count_attribute_slots() argument
201 glsl_get_component_slots(const struct glsl_type *type) glsl_get_component_slots() argument
207 glsl_get_component_slots_aligned(const struct glsl_type *type, unsigned offset) glsl_get_component_slots_aligned() argument
213 glsl_varying_count(const struct glsl_type *type) glsl_varying_count() argument
219 glsl_get_struct_elem_name(const struct glsl_type *type, unsigned index) glsl_get_struct_elem_name() argument
225 glsl_get_sampler_dim(const struct glsl_type *type) glsl_get_sampler_dim() argument
234 glsl_get_sampler_result_type(const struct glsl_type *type) glsl_get_sampler_result_type() argument
243 glsl_get_sampler_target(const struct glsl_type *type) glsl_get_sampler_target() argument
250 glsl_get_sampler_coordinate_components(const struct glsl_type *type) glsl_get_sampler_coordinate_components() argument
259 glsl_get_struct_location_offset(const struct glsl_type *type, unsigned length) glsl_get_struct_location_offset() argument
266 glsl_type_is_16bit(const glsl_type *type) glsl_type_is_16bit() argument
272 glsl_type_is_32bit(const glsl_type *type) glsl_type_is_32bit() argument
278 glsl_type_is_64bit(const glsl_type *type) glsl_type_is_64bit() argument
284 glsl_type_is_void(const glsl_type *type) glsl_type_is_void() argument
290 glsl_type_is_error(const glsl_type *type) glsl_type_is_error() argument
296 glsl_type_is_vector(const struct glsl_type *type) glsl_type_is_vector() argument
302 glsl_type_is_scalar(const struct glsl_type *type) glsl_type_is_scalar() argument
308 glsl_type_is_vector_or_scalar(const struct glsl_type *type) glsl_type_is_vector_or_scalar() argument
314 glsl_type_is_matrix(const struct glsl_type *type) glsl_type_is_matrix() argument
320 glsl_matrix_type_is_row_major(const struct glsl_type *type) glsl_matrix_type_is_row_major() argument
327 glsl_type_is_array(const struct glsl_type *type) glsl_type_is_array() argument
333 glsl_type_is_unsized_array(const struct glsl_type *type) glsl_type_is_unsized_array() argument
339 glsl_type_is_array_of_arrays(const struct glsl_type *type) glsl_type_is_array_of_arrays() argument
345 glsl_type_is_array_or_matrix(const struct glsl_type *type) glsl_type_is_array_or_matrix() argument
351 glsl_type_is_struct(const struct glsl_type *type) glsl_type_is_struct() argument
357 glsl_type_is_interface(const struct glsl_type *type) glsl_type_is_interface() argument
363 glsl_type_is_struct_or_ifc(const struct glsl_type *type) glsl_type_is_struct_or_ifc() argument
369 glsl_type_is_sampler(const struct glsl_type *type) glsl_type_is_sampler() argument
375 glsl_type_is_bare_sampler(const struct glsl_type *type) glsl_type_is_bare_sampler() argument
381 glsl_type_is_texture(const struct glsl_type *type) glsl_type_is_texture() argument
387 glsl_type_is_image(const struct glsl_type *type) glsl_type_is_image() argument
393 glsl_sampler_type_is_shadow(const struct glsl_type *type) glsl_sampler_type_is_shadow() argument
400 glsl_sampler_type_is_array(const struct glsl_type *type) glsl_sampler_type_is_array() argument
409 glsl_struct_type_is_packed(const struct glsl_type *type) glsl_struct_type_is_packed() argument
416 glsl_type_is_dual_slot(const struct glsl_type *type) glsl_type_is_dual_slot() argument
422 glsl_type_is_numeric(const struct glsl_type *type) glsl_type_is_numeric() argument
428 glsl_type_is_boolean(const struct glsl_type *type) glsl_type_is_boolean() argument
433 glsl_type_is_integer(const struct glsl_type *type) glsl_type_is_integer() argument
439 glsl_type_contains_64bit(const struct glsl_type *type) glsl_type_contains_64bit() argument
445 glsl_type_contains_image(const struct glsl_type *type) glsl_type_contains_image() argument
451 glsl_contains_double(const struct glsl_type *type) glsl_contains_double() argument
457 glsl_contains_integer(const struct glsl_type *type) glsl_contains_integer() argument
731 glsl_transposed_type(const struct glsl_type *type) glsl_transposed_type() argument
764 glsl_float16_type(const struct glsl_type *type) glsl_float16_type() argument
770 glsl_int16_type(const struct glsl_type *type) glsl_int16_type() argument
776 glsl_uint16_type(const struct glsl_type *type) glsl_uint16_type() argument
782 glsl_size_align_handle_array_and_structs(const struct glsl_type *type, glsl_type_size_align_func size_align, unsigned *size, unsigned *align) glsl_size_align_handle_array_and_structs() argument
807 glsl_get_natural_size_align_bytes(const struct glsl_type *type, unsigned *size, unsigned *align) glsl_get_natural_size_align_bytes() argument
866 glsl_get_vec4_size_align_bytes(const struct glsl_type *type, unsigned *size, unsigned *align) glsl_get_vec4_size_align_bytes() argument
922 glsl_atomic_size(const struct glsl_type *type) glsl_atomic_size() argument
928 glsl_contains_atomic(const struct glsl_type *type) glsl_contains_atomic() argument
934 glsl_contains_opaque(const struct glsl_type *type) glsl_contains_opaque() argument
940 glsl_get_cl_size(const struct glsl_type *type) glsl_get_cl_size() argument
946 glsl_get_cl_alignment(const struct glsl_type *type) glsl_get_cl_alignment() argument
952 glsl_get_cl_type_size_align(const struct glsl_type *type, unsigned *size, unsigned *align) glsl_get_cl_type_size_align() argument
960 glsl_type_count(const glsl_type *type, glsl_base_type base_type) glsl_type_count() argument
984 glsl_type_get_sampler_count(const struct glsl_type *type) glsl_type_get_sampler_count() argument
990 glsl_type_get_texture_count(const struct glsl_type *type) glsl_type_get_texture_count() argument
996 glsl_type_get_image_count(const struct glsl_type *type) glsl_type_get_image_count() argument
1002 glsl_get_field_index(const struct glsl_type *type, const char *name) glsl_get_field_index() argument
1008 glsl_get_internal_ifc_packing(const struct glsl_type *type, bool std430_supported) glsl_get_internal_ifc_packing() argument
1015 glsl_get_ifc_packing(const struct glsl_type *type) glsl_get_ifc_packing() argument
1021 glsl_get_std140_base_alignment(const struct glsl_type *type, bool row_major) glsl_get_std140_base_alignment() argument
1027 glsl_get_std140_size(const struct glsl_type *type, bool row_major) glsl_get_std140_size() argument
1033 glsl_get_std430_base_alignment(const struct glsl_type *type, bool row_major) glsl_get_std430_base_alignment() argument
1039 glsl_get_std430_size(const struct glsl_type *type, bool row_major) glsl_get_std430_size() argument
1045 glsl_get_explicit_size(const struct glsl_type *type, bool align_to_stride) glsl_get_explicit_size() argument
1051 glsl_get_explicit_alignment(const struct glsl_type *type) glsl_get_explicit_alignment() argument
1057 glsl_type_is_packed(const struct glsl_type *type) glsl_type_is_packed() argument
1063 glsl_type_is_leaf(const struct glsl_type *type) glsl_type_is_leaf() argument
1076 glsl_get_explicit_type_for_size_align(const struct glsl_type *type, glsl_type_size_align_func type_info, unsigned *size, unsigned *align) glsl_get_explicit_type_for_size_align() argument
1084 glsl_type_wrap_in_arrays(const struct glsl_type *type, const struct glsl_type *arrays) glsl_type_wrap_in_arrays() argument
1097 glsl_type_replace_vec3_with_vec4(const struct glsl_type *type) glsl_type_replace_vec3_with_vec4() argument
[all...]
H A Dnir_types.h44 const char *glsl_get_type_name(const struct glsl_type *type);
46 const struct glsl_type *glsl_get_struct_field(const struct glsl_type *type,
49 int glsl_get_struct_field_offset(const struct glsl_type *type,
53 glsl_get_struct_field_data(const struct glsl_type *type, unsigned index);
56 glsl_get_internal_ifc_packing(const struct glsl_type *type,
59 glsl_get_ifc_packing(const struct glsl_type *type);
61 unsigned glsl_get_std140_base_alignment(const struct glsl_type *type,
63 unsigned glsl_get_std140_size(const struct glsl_type *type, bool row_major);
64 unsigned glsl_get_std430_base_alignment(const struct glsl_type *type,
66 unsigned glsl_get_std430_size(const struct glsl_type *type, boo
133 glsl_get_bit_size(const struct glsl_type *type) glsl_get_bit_size() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_validate.cpp104 if (ir->var->type->without_array() != ir->type->without_array()) { in visit()
105 printf("ir_dereference_variable type is not equal to variable type: "); in visit()
126 if (!ir->array->type->is_array() && !ir->array->type->is_matrix() && in visit_enter()
127 !ir->array->type->is_vector()) { in visit_enter()
136 if (ir->array->type->is_array()) { in visit_enter()
137 if (ir->array->type->fields.array != ir->type) { in visit_enter()
[all...]
/third_party/gn/src/gn/
H A Dc_substitution_type.cc83 bool IsValidCompilerSubstitution(const Substitution* type) { in IsValidCompilerSubstitution() argument
84 return IsValidToolSubstitution(type) || IsValidSourceSubstitution(type) || in IsValidCompilerSubstitution()
85 type == &SubstitutionSource || type == &CSubstitutionAsmFlags || in IsValidCompilerSubstitution()
86 type == &CSubstitutionCFlags || type == &CSubstitutionCFlagsC || in IsValidCompilerSubstitution()
87 type == &CSubstitutionCFlagsCc || type == &CSubstitutionCFlagsObjC || in IsValidCompilerSubstitution()
88 type in IsValidCompilerSubstitution()
95 IsValidCompilerScriptArgsSubstitution(const Substitution* type) IsValidCompilerScriptArgsSubstitution() argument
108 IsValidCompilerOutputsSubstitution(const Substitution* type) IsValidCompilerOutputsSubstitution() argument
114 IsValidSwiftCompilerSubstitution(const Substitution* type) IsValidSwiftCompilerSubstitution() argument
124 IsValidSwiftCompilerOutputsSubstitution(const Substitution* type) IsValidSwiftCompilerOutputsSubstitution() argument
130 IsValidLinkerSubstitution(const Substitution* type) IsValidLinkerSubstitution() argument
140 IsValidLinkerOutputsSubstitution(const Substitution* type) IsValidLinkerOutputsSubstitution() argument
146 IsValidALinkSubstitution(const Substitution* type) IsValidALinkSubstitution() argument
[all...]
H A Dsubstitution_type.cc128 bool SubstitutionIsInOutputDir(const Substitution* type) { in SubstitutionIsInOutputDir() argument
129 return type == &SubstitutionSourceGenDir || in SubstitutionIsInOutputDir()
130 type == &SubstitutionSourceOutDir || type == &SubstitutionRootGenDir || in SubstitutionIsInOutputDir()
131 type == &SubstitutionRootOutDir || type == &SubstitutionTargetGenDir || in SubstitutionIsInOutputDir()
132 type == &SubstitutionTargetOutDir; in SubstitutionIsInOutputDir()
135 bool SubstitutionIsInBundleDir(const Substitution* type) { in SubstitutionIsInBundleDir() argument
136 return type == &SubstitutionBundleRootDir || in SubstitutionIsInBundleDir()
137 type in SubstitutionIsInBundleDir()
142 IsValidBundleDataSubstitution(const Substitution* type) IsValidBundleDataSubstitution() argument
154 IsValidSourceSubstitution(const Substitution* type) IsValidSourceSubstitution() argument
165 IsValidScriptArgsSubstitution(const Substitution* type) IsValidScriptArgsSubstitution() argument
171 IsValidToolSubstitution(const Substitution* type) IsValidToolSubstitution() argument
181 IsValidCopySubstitution(const Substitution* type) IsValidCopySubstitution() argument
185 IsValidCompileXCassetsSubstitution(const Substitution* type) IsValidCompileXCassetsSubstitution() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dload_functions_table_autogen.cpp28 // - the GL data type given (supplied to glTex*Image*D)
31 // This map type determines which loading function to use, based on these three parameters.
59 LoadImageFunctionInfo A1RGB5_ANGLEX_to_A1R5G5B5_UNORM(GLenum type) in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM() argument
61 switch (type) in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM()
73 LoadImageFunctionInfo ALPHA_to_R16G16B16A16_FLOAT(GLenum type) in ALPHA_to_R16G16B16A16_FLOAT() argument
75 switch (type) in ALPHA_to_R16G16B16A16_FLOAT()
89 LoadImageFunctionInfo ALPHA_to_R32G32B32A32_FLOAT(GLenum type) in ALPHA_to_R32G32B32A32_FLOAT() argument
91 switch (type) in ALPHA_to_R32G32B32A32_FLOAT()
103 LoadImageFunctionInfo ALPHA_to_default(GLenum type) in ALPHA_to_default() argument
105 switch (type) in ALPHA_to_default()
115 ALPHA16F_EXT_to_R16_FLOAT(GLenum type) ALPHA16F_EXT_to_R16_FLOAT() argument
129 ALPHA16F_EXT_to_default(GLenum type) ALPHA16F_EXT_to_default() argument
143 ALPHA32F_EXT_to_R32_FLOAT(GLenum type) ALPHA32F_EXT_to_R32_FLOAT() argument
155 ALPHA32F_EXT_to_default(GLenum type) ALPHA32F_EXT_to_default() argument
167 ALPHA8_EXT_to_A8_UNORM(GLenum type) ALPHA8_EXT_to_A8_UNORM() argument
179 ALPHA8_EXT_to_R8G8B8A8_UNORM(GLenum type) ALPHA8_EXT_to_R8G8B8A8_UNORM() argument
191 ALPHA8_EXT_to_R8_UNORM(GLenum type) ALPHA8_EXT_to_R8_UNORM() argument
203 BGR10_A2_ANGLEX_to_B10G10R10A2_UNORM(GLenum type) BGR10_A2_ANGLEX_to_B10G10R10A2_UNORM() argument
215 BGR565_ANGLEX_to_B5G6R5_UNORM(GLenum type) BGR565_ANGLEX_to_B5G6R5_UNORM() argument
229 BGR5_A1_ANGLEX_to_default(GLenum type) BGR5_A1_ANGLEX_to_default() argument
243 BGRA4_ANGLEX_to_default(GLenum type) BGRA4_ANGLEX_to_default() argument
257 BGRA8_EXT_to_default(GLenum type) BGRA8_EXT_to_default() argument
269 BGRA8_SRGB_ANGLEX_to_B8G8R8A8_UNORM_SRGB(GLenum type) BGRA8_SRGB_ANGLEX_to_B8G8R8A8_UNORM_SRGB() argument
281 BGRA_EXT_to_default(GLenum type) BGRA_EXT_to_default() argument
293 BGRX8_ANGLEX_to_B8G8R8A8_UNORM(GLenum type) BGRX8_ANGLEX_to_B8G8R8A8_UNORM() argument
305 BGRX8_ANGLEX_to_B8G8R8X8_UNORM(GLenum type) BGRX8_ANGLEX_to_B8G8R8X8_UNORM() argument
317 COMPRESSED_R11_EAC_to_EAC_R11_UNORM_BLOCK(GLenum type) COMPRESSED_R11_EAC_to_EAC_R11_UNORM_BLOCK() argument
329 COMPRESSED_R11_EAC_to_R16_FLOAT(GLenum type) COMPRESSED_R11_EAC_to_R16_FLOAT() argument
341 COMPRESSED_R11_EAC_to_R16_UNORM(GLenum type) COMPRESSED_R11_EAC_to_R16_UNORM() argument
353 COMPRESSED_RED_GREEN_RGTC2_EXT_to_default(GLenum type) COMPRESSED_RED_GREEN_RGTC2_EXT_to_default() argument
365 COMPRESSED_RED_RGTC1_EXT_to_default(GLenum type) COMPRESSED_RED_RGTC1_EXT_to_default() argument
377 COMPRESSED_RG11_EAC_to_EAC_R11G11_UNORM_BLOCK(GLenum type) COMPRESSED_RG11_EAC_to_EAC_R11G11_UNORM_BLOCK() argument
389 COMPRESSED_RG11_EAC_to_R16G16_FLOAT(GLenum type) COMPRESSED_RG11_EAC_to_R16G16_FLOAT() argument
401 COMPRESSED_RG11_EAC_to_R16G16_UNORM(GLenum type) COMPRESSED_RG11_EAC_to_R16G16_UNORM() argument
413 COMPRESSED_RGB8_ETC2_to_ETC2_R8G8B8_UNORM_BLOCK(GLenum type) COMPRESSED_RGB8_ETC2_to_ETC2_R8G8B8_UNORM_BLOCK() argument
425 COMPRESSED_RGB8_ETC2_to_R8G8B8A8_UNORM(GLenum type) COMPRESSED_RGB8_ETC2_to_R8G8B8A8_UNORM() argument
437 COMPRESSED_RGB8_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGB_UNORM_BLOCK(GLenum type) COMPRESSED_RGB8_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGB_UNORM_BLOCK() argument
449 COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_ETC2_R8G8B8A1_UNORM_BLOCK( GLenum type) COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_ETC2_R8G8B8A1_UNORM_BLOCK() argument
462 COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_R8G8B8A8_UNORM(GLenum type) COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_R8G8B8A8_UNORM() argument
475 COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGBA_UNORM_BLOCK(GLenum type) COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGBA_UNORM_BLOCK() argument
487 COMPRESSED_RGBA8_ETC2_EAC_to_ETC2_R8G8B8A8_UNORM_BLOCK(GLenum type) COMPRESSED_RGBA8_ETC2_EAC_to_ETC2_R8G8B8A8_UNORM_BLOCK() argument
499 COMPRESSED_RGBA8_ETC2_EAC_to_R8G8B8A8_UNORM(GLenum type) COMPRESSED_RGBA8_ETC2_EAC_to_R8G8B8A8_UNORM() argument
511 COMPRESSED_RGBA_ASTC_10x10_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_10x10_KHR_to_default() argument
523 COMPRESSED_RGBA_ASTC_10x5_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_10x5_KHR_to_default() argument
535 COMPRESSED_RGBA_ASTC_10x6_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_10x6_KHR_to_default() argument
547 COMPRESSED_RGBA_ASTC_10x8_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_10x8_KHR_to_default() argument
559 COMPRESSED_RGBA_ASTC_12x10_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_12x10_KHR_to_default() argument
571 COMPRESSED_RGBA_ASTC_12x12_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_12x12_KHR_to_default() argument
583 COMPRESSED_RGBA_ASTC_3x3x3_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_3x3x3_OES_to_default() argument
595 COMPRESSED_RGBA_ASTC_4x3x3_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_4x3x3_OES_to_default() argument
607 COMPRESSED_RGBA_ASTC_4x4_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_4x4_KHR_to_default() argument
619 COMPRESSED_RGBA_ASTC_4x4x3_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_4x4x3_OES_to_default() argument
631 COMPRESSED_RGBA_ASTC_4x4x4_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_4x4x4_OES_to_default() argument
643 COMPRESSED_RGBA_ASTC_5x4_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_5x4_KHR_to_default() argument
655 COMPRESSED_RGBA_ASTC_5x4x4_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_5x4x4_OES_to_default() argument
667 COMPRESSED_RGBA_ASTC_5x5_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_5x5_KHR_to_default() argument
679 COMPRESSED_RGBA_ASTC_5x5x4_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_5x5x4_OES_to_default() argument
691 COMPRESSED_RGBA_ASTC_5x5x5_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_5x5x5_OES_to_default() argument
703 COMPRESSED_RGBA_ASTC_6x5_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_6x5_KHR_to_default() argument
715 COMPRESSED_RGBA_ASTC_6x5x5_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_6x5x5_OES_to_default() argument
727 COMPRESSED_RGBA_ASTC_6x6_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_6x6_KHR_to_default() argument
739 COMPRESSED_RGBA_ASTC_6x6x5_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_6x6x5_OES_to_default() argument
751 COMPRESSED_RGBA_ASTC_6x6x6_OES_to_default(GLenum type) COMPRESSED_RGBA_ASTC_6x6x6_OES_to_default() argument
763 COMPRESSED_RGBA_ASTC_8x5_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_8x5_KHR_to_default() argument
775 COMPRESSED_RGBA_ASTC_8x6_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_8x6_KHR_to_default() argument
787 COMPRESSED_RGBA_ASTC_8x8_KHR_to_default(GLenum type) COMPRESSED_RGBA_ASTC_8x8_KHR_to_default() argument
799 COMPRESSED_RGBA_BPTC_UNORM_EXT_to_default(GLenum type) COMPRESSED_RGBA_BPTC_UNORM_EXT_to_default() argument
811 COMPRESSED_RGBA_S3TC_DXT1_EXT_to_default(GLenum type) COMPRESSED_RGBA_S3TC_DXT1_EXT_to_default() argument
823 COMPRESSED_RGBA_S3TC_DXT3_ANGLE_to_default(GLenum type) COMPRESSED_RGBA_S3TC_DXT3_ANGLE_to_default() argument
835 COMPRESSED_RGBA_S3TC_DXT5_ANGLE_to_default(GLenum type) COMPRESSED_RGBA_S3TC_DXT5_ANGLE_to_default() argument
847 COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT_to_default(GLenum type) COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT_to_default() argument
859 COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT_to_default(GLenum type) COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT_to_default() argument
871 COMPRESSED_RGB_S3TC_DXT1_EXT_to_default(GLenum type) COMPRESSED_RGB_S3TC_DXT1_EXT_to_default() argument
883 COMPRESSED_SIGNED_R11_EAC_to_EAC_R11_SNORM_BLOCK(GLenum type) COMPRESSED_SIGNED_R11_EAC_to_EAC_R11_SNORM_BLOCK() argument
895 COMPRESSED_SIGNED_R11_EAC_to_R16_FLOAT(GLenum type) COMPRESSED_SIGNED_R11_EAC_to_R16_FLOAT() argument
907 COMPRESSED_SIGNED_R11_EAC_to_R16_SNORM(GLenum type) COMPRESSED_SIGNED_R11_EAC_to_R16_SNORM() argument
919 COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT_to_default(GLenum type) COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT_to_default() argument
931 COMPRESSED_SIGNED_RED_RGTC1_EXT_to_default(GLenum type) COMPRESSED_SIGNED_RED_RGTC1_EXT_to_default() argument
943 COMPRESSED_SIGNED_RG11_EAC_to_EAC_R11G11_SNORM_BLOCK(GLenum type) COMPRESSED_SIGNED_RG11_EAC_to_EAC_R11G11_SNORM_BLOCK() argument
955 COMPRESSED_SIGNED_RG11_EAC_to_R16G16_FLOAT(GLenum type) COMPRESSED_SIGNED_RG11_EAC_to_R16G16_FLOAT() argument
967 COMPRESSED_SIGNED_RG11_EAC_to_R16G16_SNORM(GLenum type) COMPRESSED_SIGNED_RG11_EAC_to_R16G16_SNORM() argument
979 COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR_to_default() argument
991 COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR_to_default() argument
1003 COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR_to_default() argument
1015 COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR_to_default() argument
1027 COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR_to_default() argument
1039 COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR_to_default() argument
1051 COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES_to_default() argument
1063 COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES_to_default() argument
1075 COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR_to_default() argument
1087 COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES_to_default() argument
1099 COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES_to_default() argument
1111 COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR_to_default() argument
1123 COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES_to_default() argument
1135 COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR_to_default() argument
1147 COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES_to_default() argument
1159 COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES_to_default() argument
1171 COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR_to_default() argument
1183 COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES_to_default() argument
1195 COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR_to_default() argument
1207 COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES_to_default() argument
1219 COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES_to_default() argument
1231 COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR_to_default() argument
1243 COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR_to_default() argument
1255 COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR_to_default(GLenum type) COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR_to_default() argument
1267 COMPRESSED_SRGB8_ALPHA8_ETC2_EAC_to_ETC2_R8G8B8A8_SRGB_BLOCK(GLenum type) COMPRESSED_SRGB8_ALPHA8_ETC2_EAC_to_ETC2_R8G8B8A8_SRGB_BLOCK() argument
1279 COMPRESSED_SRGB8_ALPHA8_ETC2_EAC_to_R8G8B8A8_UNORM_SRGB(GLenum type) COMPRESSED_SRGB8_ALPHA8_ETC2_EAC_to_R8G8B8A8_UNORM_SRGB() argument
1291 COMPRESSED_SRGB8_ETC2_to_ETC2_R8G8B8_SRGB_BLOCK(GLenum type) COMPRESSED_SRGB8_ETC2_to_ETC2_R8G8B8_SRGB_BLOCK() argument
1303 COMPRESSED_SRGB8_ETC2_to_R8G8B8A8_UNORM_SRGB(GLenum type) COMPRESSED_SRGB8_ETC2_to_R8G8B8A8_UNORM_SRGB() argument
1315 COMPRESSED_SRGB8_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGB_UNORM_SRGB_BLOCK( GLenum type) COMPRESSED_SRGB8_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGB_UNORM_SRGB_BLOCK() argument
1328 COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_ETC2_R8G8B8A1_SRGB_BLOCK( GLenum type) COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_ETC2_R8G8B8A1_SRGB_BLOCK() argument
1341 COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_R8G8B8A8_UNORM_SRGB(GLenum type) COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2_to_R8G8B8A8_UNORM_SRGB() argument
1354 COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGBA_UNORM_SRGB_BLOCK( GLenum type) COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGBA_UNORM_SRGB_BLOCK() argument
1367 COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT_to_default(GLenum type) COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT_to_default() argument
1379 COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT_to_default(GLenum type) COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT_to_default() argument
1391 COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT_to_default(GLenum type) COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT_to_default() argument
1403 COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT_to_default(GLenum type) COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT_to_default() argument
1415 COMPRESSED_SRGB_S3TC_DXT1_EXT_to_default(GLenum type) COMPRESSED_SRGB_S3TC_DXT1_EXT_to_default() argument
1427 DEPTH24_STENCIL8_to_D24_UNORM_S8_UINT(GLenum type) DEPTH24_STENCIL8_to_D24_UNORM_S8_UINT() argument
1439 DEPTH24_STENCIL8_to_D32_FLOAT_S8X24_UINT(GLenum type) DEPTH24_STENCIL8_to_D32_FLOAT_S8X24_UINT() argument
1451 DEPTH32F_STENCIL8_to_D24_UNORM_S8_UINT(GLenum type) DEPTH32F_STENCIL8_to_D24_UNORM_S8_UINT() argument
1463 DEPTH32F_STENCIL8_to_D32_FLOAT_S8X24_UINT(GLenum type) DEPTH32F_STENCIL8_to_D32_FLOAT_S8X24_UINT() argument
1475 DEPTH_COMPONENT16_to_D16_UNORM(GLenum type) DEPTH_COMPONENT16_to_D16_UNORM() argument
1489 DEPTH_COMPONENT16_to_D32_FLOAT(GLenum type) DEPTH_COMPONENT16_to_D32_FLOAT() argument
1503 DEPTH_COMPONENT24_to_D24_UNORM_S8_UINT(GLenum type) DEPTH_COMPONENT24_to_D24_UNORM_S8_UINT() argument
1515 DEPTH_COMPONENT24_to_D24_UNORM_X8_UINT(GLenum type) DEPTH_COMPONENT24_to_D24_UNORM_X8_UINT() argument
1527 DEPTH_COMPONENT24_to_D32_FLOAT(GLenum type) DEPTH_COMPONENT24_to_D32_FLOAT() argument
1539 DEPTH_COMPONENT24_to_D32_FLOAT_S8X24_UINT(GLenum type) DEPTH_COMPONENT24_to_D32_FLOAT_S8X24_UINT() argument
1553 DEPTH_COMPONENT32F_to_D32_FLOAT(GLenum type) DEPTH_COMPONENT32F_to_D32_FLOAT() argument
1565 DEPTH_COMPONENT32_OES_to_D32_FLOAT(GLenum type) DEPTH_COMPONENT32_OES_to_D32_FLOAT() argument
1577 DEPTH_COMPONENT32_OES_to_default(GLenum type) DEPTH_COMPONENT32_OES_to_default() argument
1589 ETC1_RGB8_LOSSY_DECODE_ANGLE_to_BC1_RGB_UNORM_BLOCK(GLenum type) ETC1_RGB8_LOSSY_DECODE_ANGLE_to_BC1_RGB_UNORM_BLOCK() argument
1601 ETC1_RGB8_OES_to_ETC1_R8G8B8_UNORM_BLOCK(GLenum type) ETC1_RGB8_OES_to_ETC1_R8G8B8_UNORM_BLOCK() argument
1613 ETC1_RGB8_OES_to_ETC2_R8G8B8_UNORM_BLOCK(GLenum type) ETC1_RGB8_OES_to_ETC2_R8G8B8_UNORM_BLOCK() argument
1625 ETC1_RGB8_OES_to_R8G8B8A8_UNORM(GLenum type) ETC1_RGB8_OES_to_R8G8B8A8_UNORM() argument
1637 G8_B8R8_2PLANE_420_UNORM_ANGLE_to_default(GLenum type) G8_B8R8_2PLANE_420_UNORM_ANGLE_to_default() argument
1649 G8_B8_R8_3PLANE_420_UNORM_ANGLE_to_default(GLenum type) G8_B8_R8_3PLANE_420_UNORM_ANGLE_to_default() argument
1661 LUMINANCE_to_R16G16B16A16_FLOAT(GLenum type) LUMINANCE_to_R16G16B16A16_FLOAT() argument
1677 LUMINANCE_to_R32G32B32A32_FLOAT(GLenum type) LUMINANCE_to_R32G32B32A32_FLOAT() argument
1691 LUMINANCE_to_default(GLenum type) LUMINANCE_to_default() argument
1703 LUMINANCE16F_EXT_to_R16_FLOAT(GLenum type) LUMINANCE16F_EXT_to_R16_FLOAT() argument
1717 LUMINANCE16F_EXT_to_default(GLenum type) LUMINANCE16F_EXT_to_default() argument
1731 LUMINANCE32F_EXT_to_R32_FLOAT(GLenum type) LUMINANCE32F_EXT_to_R32_FLOAT() argument
1743 LUMINANCE32F_EXT_to_default(GLenum type) LUMINANCE32F_EXT_to_default() argument
1755 LUMINANCE8_ALPHA8_EXT_to_R8G8B8A8_UNORM(GLenum type) LUMINANCE8_ALPHA8_EXT_to_R8G8B8A8_UNORM() argument
1767 LUMINANCE8_ALPHA8_EXT_to_R8G8_UNORM(GLenum type) LUMINANCE8_ALPHA8_EXT_to_R8G8_UNORM() argument
1779 LUMINANCE8_EXT_to_R8G8B8A8_UNORM(GLenum type) LUMINANCE8_EXT_to_R8G8B8A8_UNORM() argument
1791 LUMINANCE8_EXT_to_R8_UNORM(GLenum type) LUMINANCE8_EXT_to_R8_UNORM() argument
1803 LUMINANCE_ALPHA_to_R16G16B16A16_FLOAT(GLenum type) LUMINANCE_ALPHA_to_R16G16B16A16_FLOAT() argument
1819 LUMINANCE_ALPHA_to_R32G32B32A32_FLOAT(GLenum type) LUMINANCE_ALPHA_to_R32G32B32A32_FLOAT() argument
1833 LUMINANCE_ALPHA_to_default(GLenum type) LUMINANCE_ALPHA_to_default() argument
1845 LUMINANCE_ALPHA16F_EXT_to_R16G16_FLOAT(GLenum type) LUMINANCE_ALPHA16F_EXT_to_R16G16_FLOAT() argument
1859 LUMINANCE_ALPHA16F_EXT_to_default(GLenum type) LUMINANCE_ALPHA16F_EXT_to_default() argument
1873 LUMINANCE_ALPHA32F_EXT_to_R32G32_FLOAT(GLenum type) LUMINANCE_ALPHA32F_EXT_to_R32G32_FLOAT() argument
1885 LUMINANCE_ALPHA32F_EXT_to_default(GLenum type) LUMINANCE_ALPHA32F_EXT_to_default() argument
1897 R11F_G11F_B10F_to_R11G11B10_FLOAT(GLenum type) R11F_G11F_B10F_to_R11G11B10_FLOAT() argument
1915 R16F_to_R16_FLOAT(GLenum type) R16F_to_R16_FLOAT() argument
1931 R16I_to_R16_SINT(GLenum type) R16I_to_R16_SINT() argument
1943 R16UI_to_R16_UINT(GLenum type) R16UI_to_R16_UINT() argument
1955 R16_EXT_to_R16_UNORM(GLenum type) R16_EXT_to_R16_UNORM() argument
1967 R16_SNORM_EXT_to_R16_SNORM(GLenum type) R16_SNORM_EXT_to_R16_SNORM() argument
1979 R16_SSCALED_ANGLEX_to_default(GLenum type) R16_SSCALED_ANGLEX_to_default() argument
1991 R16_USCALED_ANGLEX_to_default(GLenum type) R16_USCALED_ANGLEX_to_default() argument
2003 R32F_to_R32_FLOAT(GLenum type) R32F_to_R32_FLOAT() argument
2015 R32I_to_R32_SINT(GLenum type) R32I_to_R32_SINT() argument
2027 R32UI_to_R32_UINT(GLenum type) R32UI_to_R32_UINT() argument
2039 R8_to_R8_UNORM(GLenum type) R8_to_R8_UNORM() argument
2051 R8I_to_R8_SINT(GLenum type) R8I_to_R8_SINT() argument
2063 R8UI_to_R8_UINT(GLenum type) R8UI_to_R8_UINT() argument
2075 R8_SNORM_to_R8_SNORM(GLenum type) R8_SNORM_to_R8_SNORM() argument
2087 R8_SSCALED_ANGLEX_to_default(GLenum type) R8_SSCALED_ANGLEX_to_default() argument
2099 R8_USCALED_ANGLEX_to_default(GLenum type) R8_USCALED_ANGLEX_to_default() argument
2111 RG16F_to_R16G16_FLOAT(GLenum type) RG16F_to_R16G16_FLOAT() argument
2127 RG16I_to_R16G16_SINT(GLenum type) RG16I_to_R16G16_SINT() argument
2139 RG16UI_to_R16G16_UINT(GLenum type) RG16UI_to_R16G16_UINT() argument
2151 RG16_EXT_to_R16G16_UNORM(GLenum type) RG16_EXT_to_R16G16_UNORM() argument
2163 RG16_SNORM_EXT_to_R16G16_SNORM(GLenum type) RG16_SNORM_EXT_to_R16G16_SNORM() argument
2175 RG16_SSCALED_ANGLEX_to_default(GLenum type) RG16_SSCALED_ANGLEX_to_default() argument
2187 RG16_USCALED_ANGLEX_to_default(GLenum type) RG16_USCALED_ANGLEX_to_default() argument
2199 RG32F_to_R32G32_FLOAT(GLenum type) RG32F_to_R32G32_FLOAT() argument
2211 RG32I_to_R32G32_SINT(GLenum type) RG32I_to_R32G32_SINT() argument
2223 RG32UI_to_R32G32_UINT(GLenum type) RG32UI_to_R32G32_UINT() argument
2235 RG8_to_R8G8_UNORM(GLenum type) RG8_to_R8G8_UNORM() argument
2247 RG8I_to_R8G8_SINT(GLenum type) RG8I_to_R8G8_SINT() argument
2259 RG8UI_to_R8G8_UINT(GLenum type) RG8UI_to_R8G8_UINT() argument
2271 RG8_SNORM_to_R8G8_SNORM(GLenum type) RG8_SNORM_to_R8G8_SNORM() argument
2283 RG8_SSCALED_ANGLEX_to_default(GLenum type) RG8_SSCALED_ANGLEX_to_default() argument
2295 RG8_USCALED_ANGLEX_to_default(GLenum type) RG8_USCALED_ANGLEX_to_default() argument
2307 RGB_to_default(GLenum type) RGB_to_default() argument
2321 RGB10_A2_to_R10G10B10A2_UNORM(GLenum type) RGB10_A2_to_R10G10B10A2_UNORM() argument
2333 RGB10_A2UI_to_R10G10B10A2_UINT(GLenum type) RGB10_A2UI_to_R10G10B10A2_UINT() argument
2345 RGB10_A2_SINT_ANGLEX_to_R10G10B10A2_SINT(GLenum type) RGB10_A2_SINT_ANGLEX_to_R10G10B10A2_SINT() argument
2359 RGB10_A2_SNORM_ANGLEX_to_R10G10B10A2_SNORM(GLenum type) RGB10_A2_SNORM_ANGLEX_to_R10G10B10A2_SNORM() argument
2373 RGB10_A2_SSCALED_ANGLEX_to_default(GLenum type) RGB10_A2_SSCALED_ANGLEX_to_default() argument
2385 RGB10_A2_USCALED_ANGLEX_to_default(GLenum type) RGB10_A2_USCALED_ANGLEX_to_default() argument
2397 RGB10_UNORM_ANGLEX_to_R10G10B10A2_UNORM(GLenum type) RGB10_UNORM_ANGLEX_to_R10G10B10A2_UNORM() argument
2409 RGB10_UNORM_ANGLEX_to_R10G10B10X2_UNORM(GLenum type) RGB10_UNORM_ANGLEX_to_R10G10B10X2_UNORM() argument
2421 RGB16F_to_R16G16B16A16_FLOAT(GLenum type) RGB16F_to_R16G16B16A16_FLOAT() argument
2437 RGB16F_to_R16G16B16_FLOAT(GLenum type) RGB16F_to_R16G16B16_FLOAT() argument
2453 RGB16I_to_R16G16B16A16_SINT(GLenum type) RGB16I_to_R16G16B16A16_SINT() argument
2465 RGB16I_to_R16G16B16_SINT(GLenum type) RGB16I_to_R16G16B16_SINT() argument
2477 RGB16UI_to_R16G16B16A16_UINT(GLenum type) RGB16UI_to_R16G16B16A16_UINT() argument
2489 RGB16UI_to_R16G16B16_UINT(GLenum type) RGB16UI_to_R16G16B16_UINT() argument
2501 RGB16_EXT_to_R16G16B16A16_UNORM(GLenum type) RGB16_EXT_to_R16G16B16A16_UNORM() argument
2513 RGB16_EXT_to_R16G16B16_UNORM(GLenum type) RGB16_EXT_to_R16G16B16_UNORM() argument
2525 RGB16_SNORM_EXT_to_R16G16B16A16_SNORM(GLenum type) RGB16_SNORM_EXT_to_R16G16B16A16_SNORM() argument
2537 RGB16_SNORM_EXT_to_R16G16B16_SNORM(GLenum type) RGB16_SNORM_EXT_to_R16G16B16_SNORM() argument
2549 RGB16_SSCALED_ANGLEX_to_default(GLenum type) RGB16_SSCALED_ANGLEX_to_default() argument
2561 RGB16_USCALED_ANGLEX_to_default(GLenum type) RGB16_USCALED_ANGLEX_to_default() argument
2573 RGB32F_to_R32G32B32A32_FLOAT(GLenum type) RGB32F_to_R32G32B32A32_FLOAT() argument
2585 RGB32F_to_R32G32B32_FLOAT(GLenum type) RGB32F_to_R32G32B32_FLOAT() argument
2597 RGB32I_to_R32G32B32A32_SINT(GLenum type) RGB32I_to_R32G32B32A32_SINT() argument
2609 RGB32I_to_R32G32B32_SINT(GLenum type) RGB32I_to_R32G32B32_SINT() argument
2621 RGB32UI_to_R32G32B32A32_UINT(GLenum type) RGB32UI_to_R32G32B32A32_UINT() argument
2633 RGB32UI_to_R32G32B32_UINT(GLenum type) RGB32UI_to_R32G32B32_UINT() argument
2645 RGB565_to_B5G6R5_UNORM(GLenum type) RGB565_to_B5G6R5_UNORM() argument
2659 RGB565_to_R5G6B5_UNORM(GLenum type) RGB565_to_R5G6B5_UNORM() argument
2673 RGB565_to_R8G8B8A8_UNORM(GLenum type) RGB565_to_R8G8B8A8_UNORM() argument
2687 RGB5_A1_to_A1R5G5B5_UNORM(GLenum type) RGB5_A1_to_A1R5G5B5_UNORM() argument
2703 RGB5_A1_to_B5G5R5A1_UNORM(GLenum type) RGB5_A1_to_B5G5R5A1_UNORM() argument
2719 RGB5_A1_to_R5G5B5A1_UNORM(GLenum type) RGB5_A1_to_R5G5B5A1_UNORM() argument
2735 RGB5_A1_to_R8G8B8A8_UNORM(GLenum type) RGB5_A1_to_R8G8B8A8_UNORM() argument
2751 RGB8_to_R8G8B8A8_UNORM(GLenum type) RGB8_to_R8G8B8A8_UNORM() argument
2763 RGB8_to_R8G8B8_UNORM(GLenum type) RGB8_to_R8G8B8_UNORM() argument
2775 RGB8I_to_R8G8B8A8_SINT(GLenum type) RGB8I_to_R8G8B8A8_SINT() argument
2787 RGB8I_to_R8G8B8_SINT(GLenum type) RGB8I_to_R8G8B8_SINT() argument
2799 RGB8UI_to_R8G8B8A8_UINT(GLenum type) RGB8UI_to_R8G8B8A8_UINT() argument
2811 RGB8UI_to_R8G8B8_UINT(GLenum type) RGB8UI_to_R8G8B8_UINT() argument
2823 RGB8_SNORM_to_R8G8B8A8_SNORM(GLenum type) RGB8_SNORM_to_R8G8B8A8_SNORM() argument
2835 RGB8_SNORM_to_R8G8B8_SNORM(GLenum type) RGB8_SNORM_to_R8G8B8_SNORM() argument
2847 RGB8_SSCALED_ANGLEX_to_default(GLenum type) RGB8_SSCALED_ANGLEX_to_default() argument
2859 RGB8_USCALED_ANGLEX_to_default(GLenum type) RGB8_USCALED_ANGLEX_to_default() argument
2871 RGB9_E5_to_R9G9B9E5_SHAREDEXP(GLenum type) RGB9_E5_to_R9G9B9E5_SHAREDEXP() argument
2889 RGBA_to_default(GLenum type) RGBA_to_default() argument
2905 RGBA16F_to_R16G16B16A16_FLOAT(GLenum type) RGBA16F_to_R16G16B16A16_FLOAT() argument
2921 RGBA16I_to_R16G16B16A16_SINT(GLenum type) RGBA16I_to_R16G16B16A16_SINT() argument
2933 RGBA16UI_to_R16G16B16A16_UINT(GLenum type) RGBA16UI_to_R16G16B16A16_UINT() argument
2945 RGBA16_EXT_to_R16G16B16A16_UNORM(GLenum type) RGBA16_EXT_to_R16G16B16A16_UNORM() argument
2957 RGBA16_SNORM_EXT_to_R16G16B16A16_SNORM(GLenum type) RGBA16_SNORM_EXT_to_R16G16B16A16_SNORM() argument
2969 RGBA16_SSCALED_ANGLEX_to_default(GLenum type) RGBA16_SSCALED_ANGLEX_to_default() argument
2981 RGBA16_USCALED_ANGLEX_to_default(GLenum type) RGBA16_USCALED_ANGLEX_to_default() argument
2993 RGBA32F_to_R32G32B32A32_FLOAT(GLenum type) RGBA32F_to_R32G32B32A32_FLOAT() argument
3005 RGBA32I_to_R32G32B32A32_SINT(GLenum type) RGBA32I_to_R32G32B32A32_SINT() argument
3017 RGBA32UI_to_R32G32B32A32_UINT(GLenum type) RGBA32UI_to_R32G32B32A32_UINT() argument
3029 RGBA4_to_B4G4R4A4_UNORM(GLenum type) RGBA4_to_B4G4R4A4_UNORM() argument
3043 RGBA4_to_R4G4B4A4_UNORM(GLenum type) RGBA4_to_R4G4B4A4_UNORM() argument
3057 RGBA4_to_R8G8B8A8_UNORM(GLenum type) RGBA4_to_R8G8B8A8_UNORM() argument
3071 RGBA8_to_R8G8B8A8_UNORM(GLenum type) RGBA8_to_R8G8B8A8_UNORM() argument
3083 RGBA8I_to_R8G8B8A8_SINT(GLenum type) RGBA8I_to_R8G8B8A8_SINT() argument
3095 RGBA8UI_to_R8G8B8A8_UINT(GLenum type) RGBA8UI_to_R8G8B8A8_UINT() argument
3107 RGBA8_SNORM_to_R8G8B8A8_SNORM(GLenum type) RGBA8_SNORM_to_R8G8B8A8_SNORM() argument
3119 RGBA8_SSCALED_ANGLEX_to_default(GLenum type) RGBA8_SSCALED_ANGLEX_to_default() argument
3131 RGBA8_USCALED_ANGLEX_to_default(GLenum type) RGBA8_USCALED_ANGLEX_to_default() argument
3143 RGBX8_ANGLE_to_R8G8B8A8_UNORM(GLenum type) RGBX8_ANGLE_to_R8G8B8A8_UNORM() argument
3155 RGBX8_ANGLE_to_R8G8B8X8_UNORM(GLenum type) RGBX8_ANGLE_to_R8G8B8X8_UNORM() argument
3167 SR8_EXT_to_R8_UNORM_SRGB(GLenum type) SR8_EXT_to_R8_UNORM_SRGB() argument
3179 SRG8_EXT_to_R8G8_UNORM_SRGB(GLenum type) SRG8_EXT_to_R8G8_UNORM_SRGB() argument
3191 SRGB8_to_R8G8B8A8_UNORM_SRGB(GLenum type) SRGB8_to_R8G8B8A8_UNORM_SRGB() argument
3203 SRGB8_to_R8G8B8_UNORM_SRGB(GLenum type) SRGB8_to_R8G8B8_UNORM_SRGB() argument
3215 SRGB8_ALPHA8_to_R8G8B8A8_UNORM_SRGB(GLenum type) SRGB8_ALPHA8_to_R8G8B8A8_UNORM_SRGB() argument
3227 STENCIL_INDEX8_to_S8_UINT(GLenum type) STENCIL_INDEX8_to_S8_UINT() argument
3239 STENCIL_INDEX8_to_default(GLenum type) STENCIL_INDEX8_to_default() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.h56 enum type { enum
123 enum keyword type; member
146 enum type type:8; member
279 /* must be part of the declared symbol, not its type */
334 extern struct symbol *create_symbol(int stream, const char *name, int type, int namespace);
339 extern struct symbol *alloc_symbol(struct position, int type);
358 extern const char* get_type_name(enum type type);
376 // test if type i
380 is_int_type(const struct symbol *type) is_int_type() argument
390 is_enum_type(const struct symbol *type) is_enum_type() argument
406 is_type_type(struct symbol *type) is_type_type() argument
411 is_ptr_type(struct symbol *type) is_ptr_type() argument
418 is_func_type(struct symbol *type) is_func_type() argument
425 is_array_type(struct symbol *type) is_array_type() argument
432 is_struct_type(struct symbol *type) is_struct_type() argument
439 is_union_type(struct symbol *type) is_union_type() argument
446 is_float_type(struct symbol *type) is_float_type() argument
453 is_byte_type(struct symbol *type) is_byte_type() argument
458 is_wchar_type(struct symbol *type) is_wchar_type() argument
465 is_void_type(struct symbol *type) is_void_type() argument
472 is_bool_type(struct symbol *type) is_bool_type() argument
479 is_scalar_type(struct symbol *type) is_scalar_type() argument
501 is_integral_type(struct symbol *type) is_integral_type() argument
519 is_function(struct symbol *type) is_function() argument
531 has_flexible_array(struct symbol *type) has_flexible_array() argument
538 get_sym_type(struct symbol *type) get_sym_type() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c49 lp_mantissa(struct lp_type type) in lp_mantissa() argument
51 assert(type.floating); in lp_mantissa()
53 if (type.floating) { in lp_mantissa()
54 switch (type.width) { in lp_mantissa()
66 if (type.sign) in lp_mantissa()
67 return type.width - 1; in lp_mantissa()
69 return type.width; in lp_mantissa()
80 lp_const_shift(struct lp_type type) in lp_const_shift() argument
82 if (type.floating) in lp_const_shift()
84 else if (type in lp_const_shift()
94 lp_const_offset(struct lp_type type) lp_const_offset() argument
112 lp_const_scale(struct lp_type type) lp_const_scale() argument
130 lp_const_min(struct lp_type type) lp_const_min() argument
167 lp_const_max(struct lp_type type) lp_const_max() argument
200 lp_const_eps(struct lp_type type) lp_const_eps() argument
222 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type) lp_build_undef() argument
230 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type) lp_build_zero() argument
245 lp_build_one(struct gallivm_state *gallivm, struct lp_type type) lp_build_one() argument
294 lp_build_const_elem(struct gallivm_state *gallivm, struct lp_type type, double val) lp_build_const_elem() argument
319 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type, double val) lp_build_const_vec() argument
335 lp_build_const_int_vec(struct gallivm_state *gallivm, struct lp_type type, long long val) lp_build_const_int_vec() argument
354 lp_build_const_aos(struct gallivm_state *gallivm, struct lp_type type, double r, double g, double b, double a, const unsigned char *swizzle) lp_build_const_aos() argument
386 lp_build_const_mask_aos(struct gallivm_state *gallivm, struct lp_type type, unsigned mask, unsigned channels) lp_build_const_mask_aos() argument
412 lp_build_const_mask_aos_swizzled(struct gallivm_state *gallivm, struct lp_type type, unsigned mask, unsigned channels, const unsigned char *swizzle) lp_build_const_mask_aos_swizzled() argument
[all...]
H A Dlp_bld_arit.c97 const struct lp_type type = bld->type; in lp_build_min_simple() local
102 assert(lp_check_value(type, a)); in lp_build_min_simple()
103 assert(lp_check_value(type, b)); in lp_build_min_simple()
107 if (type.floating && util_get_cpu_caps()->has_sse) { in lp_build_min_simple()
108 if (type.width == 32) { in lp_build_min_simple()
109 if (type.length == 1) { in lp_build_min_simple()
113 else if (type.length <= 4 || !util_get_cpu_caps()->has_avx) { in lp_build_min_simple()
122 if (type.width == 64 && util_get_cpu_caps()->has_sse2) { in lp_build_min_simple()
123 if (type in lp_build_min_simple()
228 LLVMTypeRef type = LLVMTypeOf(a); lp_build_fmuladd() local
251 const struct lp_type type = bld->type; lp_build_max_simple() local
378 const struct lp_type type = bld->type; lp_build_comp() local
410 const struct lp_type type = bld->type; lp_build_add() local
524 const struct lp_type type = bld->type; lp_build_horizontal_add() local
736 const struct lp_type type = bld->type; lp_build_sub() local
944 const struct lp_type type = bld->type; lp_build_mul() local
1185 const struct lp_type type = bld->type; lp_build_mad() local
1259 const struct lp_type type = bld->type; lp_build_div() local
1416 const struct lp_type type = bld->type; lp_build_lerp() local
1693 const struct lp_type type = bld->type; lp_build_abs() local
1756 const struct lp_type type = bld->type; lp_build_sgn() local
1814 const struct lp_type type = bld->type; lp_build_set_sign() local
1848 const struct lp_type type = bld->type; lp_build_int_to_float() local
1858 arch_rounding_available(const struct lp_type type) arch_rounding_available() argument
1890 const struct lp_type type = bld->type; lp_build_iround_nearest_sse2() local
1947 const struct lp_type type = bld->type; lp_build_round_altivec() local
1984 const struct lp_type type = bld->type; lp_build_round_arch() local
2027 const struct lp_type type = bld->type; lp_build_trunc() local
2042 const struct lp_type type = bld->type; lp_build_trunc() local
2086 const struct lp_type type = bld->type; lp_build_round() local
2101 const struct lp_type type = bld->type; lp_build_round() local
2143 const struct lp_type type = bld->type; lp_build_floor() local
2152 const struct lp_type type = bld->type; lp_build_floor() local
2218 const struct lp_type type = bld->type; lp_build_ceil() local
2227 const struct lp_type type = bld->type; lp_build_ceil() local
2331 const struct lp_type type = bld->type; lp_build_itrunc() local
2352 const struct lp_type type = bld->type; lp_build_iround() local
2408 const struct lp_type type = bld->type; lp_build_ifloor() local
2465 const struct lp_type type = bld->type; lp_build_iceil() local
2522 const struct lp_type type = bld->type; lp_build_ifloor_fract() local
2569 const struct lp_type type = bld->type; lp_build_sqrt() local
2618 const struct lp_type type = bld->type; lp_build_rcp() local
2709 const struct lp_type type = bld->type; lp_build_rsqrt() local
2764 lp_build_fast_rsqrt_available(struct lp_type type) lp_build_fast_rsqrt_available() argument
2787 const struct lp_type type = bld->type; lp_build_fast_rsqrt() local
3027 const struct lp_type type = bld->type; lp_build_sin() local
3049 const struct lp_type type = bld->type; lp_build_cos() local
3149 const struct lp_type type = bld->type; lp_build_polynomial() local
3235 const struct lp_type type = bld->type; lp_build_exp2() local
3303 const struct lp_type type = bld->type; lp_build_extract_exponent() local
3336 const struct lp_type type = bld->type; lp_build_extract_mantissa() local
3414 const struct lp_type type = bld->type; lp_build_log2_approx() local
3625 const struct lp_type type = bld->type; lp_build_mod() local
3695 lp_build_is_inf_or_nan(struct gallivm_state *gallivm, const struct lp_type type, LLVMValueRef x) lp_build_is_inf_or_nan() argument
[all...]
H A Dlp_bld_type.h79 * The LLVM type system can't conveniently express all the things we care about
125 * Vector length. If length==1, this is a scalar (float/int) type.
148 struct lp_type type; member
150 /** Same as lp_build_elem_type(type) */
153 /** Same as lp_build_vec_type(type) */
156 /** Same as lp_build_int_elem_type(type) */
159 /** Same as lp_build_int_vec_type(type) */
162 /** Same as lp_build_undef(type) */
165 /** Same as lp_build_zero(type) */
168 /** Same as lp_build_one(type) */
181 lp_type_from_format_desc(struct lp_type* type, const struct util_format_description *format_desc) lp_type_from_format_desc() argument
197 lp_type_from_format(struct lp_type* type, enum pipe_format format) lp_type_from_format() argument
204 lp_type_width(struct lp_type type) lp_type_width() argument
376 struct lp_type type; lp_float32_vec4_type() local
392 struct lp_type type; lp_int32_vec4_type() local
408 struct lp_type type; lp_unorm8_vec4_type() local
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dpem.h69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \
70 type *PEM_##readname##_##name(INTYPE *out, type **x, \
72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \
73 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \
78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \
79 int PEM_##writename##_##name(OUTTYPE *out, const type *x)
80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \
81 int PEM_##writename##_##name(OUTTYPE *out, const type *
[all...]
/third_party/openssl/include/openssl/
H A Dpem.h69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \
70 type *PEM_##readname##_##name(INTYPE *out, type **x, \
72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \
73 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \
78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \
79 int PEM_##writename##_##name(OUTTYPE *out, const type *x)
80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \
81 int PEM_##writename##_##name(OUTTYPE *out, const type *
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcodec_desc.c38 .type = AVMEDIA_TYPE_VIDEO,
45 .type = AVMEDIA_TYPE_VIDEO,
53 .type = AVMEDIA_TYPE_VIDEO,
60 .type = AVMEDIA_TYPE_VIDEO,
67 .type = AVMEDIA_TYPE_VIDEO,
74 .type = AVMEDIA_TYPE_VIDEO,
81 .type = AVMEDIA_TYPE_VIDEO,
90 .type = AVMEDIA_TYPE_VIDEO,
97 .type = AVMEDIA_TYPE_VIDEO,
104 .type
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc38 #include <google/protobuf/type.pb.h>
62 static const char kUrlPrefix[] = "type.googleapis.com";
71 const Field* FindField(const Type& type, const std::string& name) { in FindField() argument
72 for (int i = 0; i < type.fields_size(); ++i) { in FindField()
73 const Field& field = type.fields(i); in FindField()
81 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() argument
83 const Field* field = FindField(type, name); in HasField()
91 bool CheckFieldTypeUrl(const Type& type, const std::string& name, in CheckFieldTypeUrl() argument
93 const Field* field = FindField(type, name); in CheckFieldTypeUrl()
100 bool FieldInOneof(const Type& type, cons argument
110 IsPacked(const Type& type, const std::string& name) IsPacked() argument
118 FindEnumValue(const Enum& type, const std::string& name) FindEnumValue() argument
127 EnumHasValue(const Enum& type, const std::string& name, int number) EnumHasValue() argument
175 Type type; TEST_F() local
304 Type type; TEST_F() local
315 Type type; TEST_F() local
335 Type type; TEST_F() local
355 Type type; TEST_F() local
367 Type type; TEST_F() local
381 Enum type; TEST_F() local
394 Enum type; TEST_F() local
406 Enum type; TEST_F() local
420 Type type; TEST_F() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.cpp27 const Type& type, in convert_compound_constructor()
29 SkASSERT(type.isVector() || type.isMatrix()); in convert_compound_constructor()
32 // GLSL/SkSL, depending on the argument type. in convert_compound_constructor()
35 if (type.isVector() && argument->type().isVector() && in convert_compound_constructor()
36 argument->type().componentType() == type.componentType() && in convert_compound_constructor()
37 argument->type().slotCount() > type in convert_compound_constructor()
25 convert_compound_constructor(const Context& context, int line, const Type& type, ExpressionArray args) convert_compound_constructor() argument
150 Convert(const Context& context, int line, const Type& type, ExpressionArray args) Convert() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypes1.js2 type T00 = Exclude<"a" | "b" | "c" | "d", "a" | "c" | "f">; // "b" | "d"
3 type T01 = Extract<"a" | "b" | "c" | "d", "a" | "c" | "f">; // "a" | "c"
5 type T02 = Exclude<string | number | (() => void), Function>; // string | number
6 type T03 = Extract<string | number | (() => void), Function>; // () => void
8 type T04 = NonNullable<string | number | undefined>; // string | number
9 type T05 = NonNullable<(() => string) | string[] | null | undefined>; // (() => string) | string[]
35 type Options = { k: "a", a: number } | { k: "b", b: string } | { k: "c", c: boolean };
37 type T10 = Exclude<Options, { k: "a" | "b" }>; // { k: "c", c: boolean }
38 type T11 = Extract<Options, { k: "a" | "b" }>; // { k: "a", a: number } | { k: "b", b: string }
40 type T1
[all...]
H A DintrinsicTypes.js2 type TU1 = Uppercase<'hello'>; // "HELLO"
3 type TU2 = Uppercase<'foo' | 'bar'>; // "FOO" | "BAR"
4 type TU3 = Uppercase<string>; // Uppercase<string>
5 type TU4 = Uppercase<any>; // Uppercase<`${any}`>
6 type TU5 = Uppercase<never>; // never
7 type TU6 = Uppercase<42>; // Error
9 type TL1 = Lowercase<'HELLO'>; // "hello"
10 type TL2 = Lowercase<'FOO' | 'BAR'>; // "foo" | "bar"
11 type TL3 = Lowercase<string>; // Lowercase<string>
12 type TL
[all...]
H A DinferTypesWithExtends1.js3 type X1<T extends any[]> =
8 type X1_T1 = X1<["a"]>; // ["string", "a"]
9 type X1_T2 = X1<[1]>; // ["number", 1]
10 type X1_T3 = X1<[object]>; // never
13 type X2<T extends (...args: any[]) => void> =
18 type X2_T1 = X2<(a: "a") => void>; // ["string", "a"]
19 type X2_T2 = X2<(a: 1) => void>; // ["number", 1]
20 type X2_T3 = X2<(a: object) => void>; // never
22 // infer to return type
23 type X
[all...]
H A DparserRealSource9.js19 if (typeLink.type.isClass()) {
20 extendsList[i] = typeLink.type.instanceType;
23 extendsList[i] = typeLink.type;
30 public resolveBases(scope: SymbolScope, type: Type) {
31 type.extendsList = this.resolveBaseTypeLinks(type.extendsTypeLinks, scope);
33 var i = 0, len = type.extendsList.length;
34 var derivedIsClass = type.isClassInstance();
36 var baseIsClass = type.extendsList[i].isClassInstance();
37 if (type
[all...]
H A DinferTypes1.js2 type Unpacked<T> =
8 type T00 = Unpacked<string>; // string
9 type T01 = Unpacked<string[]>; // string
10 type T02 = Unpacked<() => string>; // string
11 type T03 = Unpacked<Promise<string>>; // string
12 type T04 = Unpacked<Unpacked<Promise<string>[]>>; // string
13 type T05 = Unpacked<any>; // any
14 type T06 = Unpacked<never>; // never
30 type T10 = ReturnType<() => string>; // string
31 type T1
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c47 struct lp_type type) in dump_type()
50 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", in dump_type()
51 type.floating ? "f" : (type.fixed ? "h" : "i"), in dump_type()
52 type.width, in dump_type()
53 type.norm ? "n" : "", in dump_type()
54 type.length); in dump_type()
59 read_elem(struct lp_type type, cons argument
46 dump_type(FILE *fp, struct lp_type type) dump_type() argument
122 write_elem(struct lp_type type, void *dst, unsigned index, double value) write_elem() argument
192 random_elem(struct lp_type type, void *dst, unsigned index) random_elem() argument
228 read_vec(struct lp_type type, const void *src, double *dst) read_vec() argument
237 write_vec(struct lp_type type, void *dst, const double *src) write_vec() argument
253 random_vec(struct lp_type type, void *dst) random_vec() argument
262 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) compare_vec_with_eps() argument
284 compare_vec(struct lp_type type, const void *res, const void *ref) compare_vec() argument
292 dump_vec(FILE *fp, struct lp_type type, const void *src) dump_vec() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc9 #include "src/compiler/type-cache.h"
129 Type OperationTyper::Rangify(Type type) { in Rangify() argument
130 if (type.IsRange()) return type; // Shortcut. in Rangify()
131 if (!type.Is(cache_->kInteger)) { in Rangify()
132 return type; // Give up on non-integer types. in Rangify()
134 return Type::Range(type.Min(), type.Max(), zone()); in Rangify()
187 Type type = Type::Range(array_min(results, 4), array_max(results, 4), zone()); in AddRanger()
188 if (nans > 0) type in AddRanger()
240 Type type = Type::Range(min, max, zone()); MultiplyRanger() local
254 ConvertReceiver(Type type) ConvertReceiver() argument
267 ToNumber(Type type) ToNumber() argument
303 ToNumberConvertBigInt(Type type) ToNumberConvertBigInt() argument
314 ToNumeric(Type type) ToNumeric() argument
324 NumberAbs(Type type) NumberAbs() argument
354 NumberAcos(Type type) NumberAcos() argument
359 NumberAcosh(Type type) NumberAcosh() argument
364 NumberAsin(Type type) NumberAsin() argument
369 NumberAsinh(Type type) NumberAsinh() argument
374 NumberAtan(Type type) NumberAtan() argument
379 NumberAtanh(Type type) NumberAtanh() argument
384 NumberCbrt(Type type) NumberCbrt() argument
389 NumberCeil(Type type) NumberCeil() argument
397 NumberClz32(Type type) NumberClz32() argument
402 NumberCos(Type type) NumberCos() argument
407 NumberCosh(Type type) NumberCosh() argument
412 NumberExp(Type type) NumberExp() argument
417 NumberExpm1(Type type) NumberExpm1() argument
422 NumberFloor(Type type) NumberFloor() argument
430 NumberFround(Type type) NumberFround() argument
435 NumberLog(Type type) NumberLog() argument
440 NumberLog1p(Type type) NumberLog1p() argument
445 NumberLog2(Type type) NumberLog2() argument
450 NumberLog10(Type type) NumberLog10() argument
455 NumberRound(Type type) NumberRound() argument
463 NumberSign(Type type) NumberSign() argument
488 NumberSin(Type type) NumberSin() argument
493 NumberSinh(Type type) NumberSinh() argument
498 NumberSqrt(Type type) NumberSqrt() argument
503 NumberTan(Type type) NumberTan() argument
508 NumberTanh(Type type) NumberTanh() argument
513 NumberTrunc(Type type) NumberTrunc() argument
521 NumberToBoolean(Type type) NumberToBoolean() argument
531 NumberToInt32(Type type) NumberToInt32() argument
543 NumberToString(Type type) NumberToString() argument
551 NumberToUint32(Type type) NumberToUint32() argument
563 NumberToUint8Clamped(Type type) NumberToUint8Clamped() argument
570 NumberSilenceNaN(Type type) NumberSilenceNaN() argument
587 CheckBigInt(Type type) CheckBigInt() argument
613 Type type = Type::None(); NumberAdd() local
656 Type type = Type::None(); NumberSubtract() local
732 Type type = (lhs.Is(cache_->kInteger) && rhs.Is(cache_->kInteger)) NumberMultiply() local
765 Type type = Type::PlainNumber(); NumberDivide() local
793 Type type = Type::None(); NumberModulus() local
1148 BigIntNegate(Type type) BigIntNegate() argument
1165 SpeculativeBigIntNegate(Type type) SpeculativeBigIntNegate() argument
1170 SpeculativeToNumber(Type type) SpeculativeToNumber() argument
1174 ToPrimitive(Type type) ToPrimitive() argument
1181 Invert(Type type) Invert() argument
1211 JSType(Type type) JSType() argument
1286 CheckFloat64Hole(Type type) CheckFloat64Hole() argument
1295 CheckNumber(Type type) CheckNumber() argument
1306 Type type = Type::Intersect(input, Type::NonInternal(), zone()); ConvertTaggedHoleToUndefined() local
1312 ToBoolean(Type type) ToBoolean() argument
[all...]
/third_party/node/test/fixtures/x509-escaping/
H A Dcreate-certs.js27 type: 'pkcs1',
33 type: 'pkcs8',
56 { type: 'dNSName', value: 'good.example.com, DNS:evil.example.com' },
57 { type: 'uniformResourceIdentifier', value: 'http://example.com/' },
58 { type: 'uniformResourceIdentifier', value: 'http://example.com/?a=b&c=d' },
59 { type: 'uniformResourceIdentifier', value: 'http://example.com/a,b' },
60 { type: 'uniformResourceIdentifier', value: 'http://example.com/a%2Cb' },
62 type: 'uniformResourceIdentifier',
65 { type: 'dNSName', value: Buffer.from('exämple.com', 'latin1') },
66 { type
[all...]
/third_party/toybox/kconfig/
H A Dexpr.c19 e->type = E_SYMBOL; in expr_alloc_symbol()
24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() argument
28 e->type = type; in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() argument
37 e->type = type; in expr_alloc_two()
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument
47 e->type = type; in expr_alloc_comp()
135 __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) __expr_eliminate_eq() argument
509 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups1() argument
561 expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups2() argument
853 expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) expr_extract_eq() argument
882 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) expr_trans_compare() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_int64_test.cpp37 const glsl_type *type,
81 create_variable(void *mem_ctx, const glsl_type *type) in create_variable() argument
83 ir_variable *var = new(mem_ctx) ir_variable(type, in create_variable()
91 create_expression(void *mem_ctx, const glsl_type *type) in create_expression() argument
94 create_variable(mem_ctx, type)); in create_expression()
98 check_expanded_source(const glsl_type *type, in check_expanded_source() argument
102 type->base_type == GLSL_TYPE_UINT64 in check_expanded_source()
105 for (int i = 0; i < type->vector_elements; i++) { in check_expanded_source()
106 EXPECT_EQ(expanded_type, expanded_src[i]->type); in check_expanded_source()
118 for (int i = type in check_expanded_source()
125 check_instructions(exec_list *instructions, const glsl_type *type, const ir_instruction *source) check_instructions() argument
194 const glsl_type *const type = glsl_type::uint64_t_type; TEST_F() local
205 const glsl_type *const type = glsl_type::u64vec2_type; TEST_F() local
216 const glsl_type *const type = glsl_type::u64vec3_type; TEST_F() local
234 const glsl_type *const type = glsl_type::u64vec4_type; TEST_F() local
245 const glsl_type *const type = glsl_type::int64_t_type; TEST_F() local
256 const glsl_type *const type = glsl_type::i64vec2_type; TEST_F() local
267 const glsl_type *const type = glsl_type::i64vec3_type; TEST_F() local
278 const glsl_type *const type = glsl_type::i64vec4_type; TEST_F() local
289 const glsl_type *const type = glsl_type::uint64_t_type; TEST_F() local
300 const glsl_type *const type = glsl_type::u64vec2_type; TEST_F() local
311 const glsl_type *const type = glsl_type::u64vec3_type; TEST_F() local
322 const glsl_type *const type = glsl_type::u64vec4_type; TEST_F() local
333 const glsl_type *const type = glsl_type::int64_t_type; TEST_F() local
344 const glsl_type *const type = glsl_type::i64vec2_type; TEST_F() local
355 const glsl_type *const type = glsl_type::i64vec3_type; TEST_F() local
366 const glsl_type *const type = glsl_type::i64vec4_type; TEST_F() local
408 const glsl_type *const type = glsl_type::uint64_t_type; TEST_F() local
[all...]

Completed in 18 milliseconds

12345678910>>...659