Home
last modified time | relevance | path

Searched refs:type_enum (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc108 Type type_enum = maybe_type.FromJust(); in New() local
121 icu_locale, GetIcuType(type_enum), GetIcuWidth(style_enum), status); in New()
142 list_format->set_type(type_enum); in New()
H A Djs-display-names.cc464 Type type_enum = maybe_type.FromJust(); in New() local
467 if (type_enum == Type::kUndefined) { in New()
494 if (type_enum == Type::kLanguage) { in New()
522 icu_locale, style_enum, type_enum, fallback_enum == Fallback::kCode, in New()
H A Djs-break-iterator.cc66 Type type_enum = maybe_type.FromJust(); in New() local
74 switch (type_enum) { in New()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py508 type_enum = None
524 type_enum = p.attrib.get('values')
525 types[_type.attrib['name']] = EntrypointType(name=_type.attrib['name'], enum=type_enum, members=members, extended_by=[])
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_performance_query.c169 uint32_t *type_enum, in iris_get_perf_counter_info()
187 *type_enum = counter->type; in iris_get_perf_counter_info()
162 iris_get_perf_counter_info(struct pipe_context *pipe, unsigned query_index, unsigned counter_index, const char **name, const char **desc, uint32_t *offset, uint32_t *data_size, uint32_t *type_enum, uint32_t *data_type_enum, uint64_t *raw_max) iris_get_perf_counter_info() argument
/third_party/mesa3d/src/mesa/main/
H A Dperformance_query.c350 GLuint *type_enum, in get_perf_counter_info()
361 *type_enum = pipe_counter_type_enum_to_gl_type(pipe_type_enum); in get_perf_counter_info()
343 get_perf_counter_info(struct gl_context *ctx, unsigned query_index, unsigned counter_index, const char **name, const char **desc, GLuint *offset, GLuint *data_size, GLuint *type_enum, GLuint *data_type_enum, GLuint64 *raw_max) get_perf_counter_info() argument
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h301 uint32_t *type_enum,
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py179 def type_enum(self): member in Value
198 { ${val.type_enum}, ${val.c_bit_size} },
H A Dnir.h4146 #define NIR_SRC_AS_(name, c_type, type_enum, cast_macro) \
4150 return src.is_ssa && src.ssa->parent_instr->type == type_enum \
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp22991 const GLenum type_enum = test_case.m_type.GetTypeGLenum(); in test() local
23027 ((GLint)(type_enum) == b0_v0_type) && ((GLint)(0) == b0_v1_buf) && in test()
23028 ((GLint)(1 * type_size) == b0_v1_offset) && ((GLint)(type_enum) == b0_v1_type) && in test()
23030 ((GLint)(type_enum) == b0_v3_type) && ((GLint)(1) == b1_v1_buf) && in test()
23031 ((GLint)(1 * type_size) == b1_v1_offset) && ((GLint)(type_enum) == b1_v1_type)); in test()
23036 ((GLint)(0) == b0_v0_buf) && ((GLint)(0) == b0_v0_offset) && ((GLint)(type_enum) == b0_v0_type) && in test()
23037 ((GLint)(1) == b0_v1_buf) && ((GLint)(0) == b0_v1_offset) && ((GLint)(type_enum) == b0_v1_type) && in test()
23038 ((GLint)(2) == b0_v3_buf) && ((GLint)(0) == b0_v3_offset) && ((GLint)(type_enum) == b0_v3_type) && in test()
23039 ((GLint)(3) == b1_v1_buf) && ((GLint)(0) == b1_v1_offset) && ((GLint)(type_enum) == b1_v1_type)); in test()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c4188 uint32_t *type_enum, in tc_get_intel_perf_query_counter_info()
4196 name, desc, offset, data_size, type_enum, data_type_enum, raw_max); in tc_get_intel_perf_query_counter_info()
4181 tc_get_intel_perf_query_counter_info(struct pipe_context *_pipe, unsigned query_index, unsigned counter_index, const char **name, const char **desc, uint32_t *offset, uint32_t *data_size, uint32_t *type_enum, uint32_t *data_type_enum, uint64_t *raw_max) tc_get_intel_perf_query_counter_info() argument

Completed in 56 milliseconds