Home
last modified time | relevance | path

Searched defs:type (Results 6376 - 6400 of 11297) sorted by relevance

1...<<251252253254255256257258259260>>...452

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_reg.h219 enum brw_reg_type type:4; member
315 type_sz(unsigned type) in type_sz() argument
344 get_exec_type(const enum brw_reg_type type) in get_exec_type() argument
395 brw_reg(enum brw_reg_file file, unsigned nr, unsigned subnr, unsigned negate, unsigned abs, enum brw_reg_type type, unsigned vstride, unsigned width, unsigned hstride, unsigned swizzle, unsigned writemask) brw_reg() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dblit.c255 GLenum type = _mesa_get_format_datatype(colorReadRb->Format); in validate_color_buffer() local
H A Dpipelineobj.c211 use_program_stage(struct gl_context *ctx, GLenum type, in use_program_stage() argument
H A Dperformance_monitor.c299 GLenum type; in get_perf_monitor_result() local
H A Dperformance_query.c314 pipe_counter_type_enum_to_gl_type(enum pipe_perf_counter_type type) in pipe_counter_type_enum_to_gl_type() argument
329 pipe_counter_data_type_to_gl_type(enum pipe_perf_counter_data_type type) in pipe_counter_data_type_to_gl_type() argument
H A Duniform_query.cpp54 _mesa_GetActiveUniform_impl(GLuint program, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *nameOut, bool glthread) _mesa_GetActiveUniform_impl() argument
97 _mesa_GetActiveUniform(GLuint program, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *nameOut) _mesa_GetActiveUniform() argument
1101 glsl_type_name(enum glsl_base_type type) glsl_type_name() argument
[all...]
H A Dglthread_marshal.h336 _mesa_calllists_enum_to_count(GLenum type) in _mesa_calllists_enum_to_count() argument
689 _mesa_glthread_CallLists(struct gl_context *ctx, GLsizei n, GLenum type, in _mesa_glthread_CallLists() argument
H A Dglthread_varray.c336 element_size(GLint size, GLenum type) in element_size() argument
345 attrib_pointer(struct glthread_state *glthread, struct glthread_vao *vao, GLuint buffer, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) attrib_pointer() argument
369 _mesa_glthread_AttribPointer(struct gl_context *ctx, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) _mesa_glthread_AttribPointer() argument
381 _mesa_glthread_DSAAttribPointer(struct gl_context *ctx, GLuint vaobj, GLuint buffer, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, GLintptr offset) _mesa_glthread_DSAAttribPointer() argument
398 attrib_format(struct glthread_state *glthread, struct glthread_vao *vao, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) attrib_format() argument
413 _mesa_glthread_AttribFormat(struct gl_context *ctx, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) _mesa_glthread_AttribFormat() argument
423 _mesa_glthread_DSAAttribFormat(struct gl_context *ctx, GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) _mesa_glthread_DSAAttribFormat() argument
[all...]
H A Dformat_utils.c687 _mesa_format_to_array(mesa_format format, GLenum *type, int *num_components, in _mesa_format_to_array() argument
[all...]
/third_party/mesa3d/src/intel/dev/
H A Dintel_debug.h149 uint32_t type; /* enum intel_debug_block_type */ member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c431 const struct glsl_type *type = in st_atifs_setup_uniforms() local
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parser.h44 enum asm_type type; member
/third_party/mesa3d/src/intel/isl/
H A Disl_format.c1007 isl_format_has_channel_type(enum isl_format fmt, enum isl_base_type type) in isl_format_has_channel_type() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp457 int type = 0; in yearType() local
588 int32_t type = yearType(year); in handleComputeFields() local
[all...]
H A Ducol_res.cpp112 char type[16]; in loadRules() local
640 UResType type = value.getType(); global() variable
[all...]
H A Dregion.cpp572 Region::getAvailable(URegionType type, UErrorCode &status) { in getAvailable() argument
634 getContainedRegions( URegionType type, UErrorCode &status ) const getContainedRegions() argument
[all...]
H A Dwindtfmt.cpp63 const char *type = cal->getType(); in getTimeDateFormat() local
H A Dnumparse_affixes.cpp70 void AffixPatternMatcherBuilder::consumeToken(AffixPatternType type, UChar32 cp, UErrorCode& status) { in consumeToken() argument
288 auto type = static_cast<PatternSignType>(typeInt / 2); in createAffixMatchers() local
[all...]
H A Dtznames.cpp272 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const { in getMetaZoneDisplayName() argument
277 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const { in getTimeZoneDisplayName() argument
337 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const { in getDisplayName() argument
H A Ddatefmt.cpp711 UDisplayContext DateFormat::getContext(UDisplayContextType type, UErrorCode& status) const in getContext() argument
H A Ddcfmtsym.cpp570 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() argument
576 DecimalFormatSymbols::getPatternForCurrencySpacing(UCurrencySpacing type, in getPatternForCurrencySpacing() argument
590 DecimalFormatSymbols::setPatternForCurrencySpacing(UCurrencySpacing type, in setPatternForCurrencySpacing() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_log.c156 static const char *strpkttype_long(uint8_t type) { in strpkttype_long() argument
188 static const char *strpkttype_type_flags(uint8_t type, uint8_t flags) { in strpkttype_type_flags() argument
734 ngtcp2_log_pkt_lost(ngtcp2_log *log, int64_t pkt_num, uint8_t type, uint8_t flags, ngtcp2_tstamp sent_ts) ngtcp2_log_pkt_lost() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c865 int nghttp2_submit_extension(nghttp2_session *session, uint8_t type, in nghttp2_submit_extension() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp449 const char* type = "new byte[] {"; in bytes_write_java() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c183 int type = NGHTTP3_SF_VALUE_TYPE_INTEGER; in sf_parse_integer_or_decimal() local
[all...]

Completed in 29 milliseconds

1...<<251252253254255256257258259260>>...452