HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 526 - 550 of 10128) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 74 generate_data_element(void *mem_ctx, const glsl_type *type,
81 for (unsigned i = 0; i < type->components(); i++) {
83 switch (type->base_type) {
114 val = new(mem_ctx) ir_constant(type, &data);
116 for (unsigned i = 0; i < type->components(); i++) {
117 switch (type->base_type) {
152 /* Determine what the type of the generated constant should be.
154 const glsl_type *const type = local
156 ASSERT_FALSE(type->is_error());
158 generate_data_element(mem_ctx, type, val, 0)
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 50 const struct glsl_type *type = var->type; local
52 type = glsl_get_array_element(type);
54 assert(glsl_type_is_array(type));
56 return glsl_get_length(type);
60 * Update the type of the combined array (including interface block nesting).
65 const struct glsl_type *type = glsl_array_type(glsl_float_type(), length); local
68 type = glsl_array_type(type, glsl_get_length(var->type))
102 const struct glsl_type *type = combined->type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_bitarit.c 44 const struct lp_type type = bld->type; local
47 assert(lp_check_value(type, a));
48 assert(lp_check_value(type, b));
51 if (type.floating) {
58 if (type.floating) {
70 const struct lp_type type = bld->type; local
73 assert(lp_check_value(type, a));
74 assert(lp_check_value(type, b))
98 const struct lp_type type = bld->type; local
127 const struct lp_type type = bld->type; local
154 const struct lp_type type = bld->type; local
177 const struct lp_type type = bld->type; local
201 const struct lp_type type = bld->type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.h 57 enum pipe_loader_device_type type; member in struct:pipe_loader_device
64 } u; /**< Discriminated by \a type */
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_query.h 47 int type; member in struct:etna_query
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query.h 50 int type; member in struct:fd_query
69 skip_begin_query(int type)
71 switch (type) {
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_print.c 68 static const char *type[] = { local
82 printf(".%s%s", type[instr->cat1.src_type], type[instr->cat1.dst_type]);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_query.h 38 * the driver to collect the data indicated by the type of the query.
41 unsigned type; member in struct:ilo_query
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query.h 21 uint16_t type; member in struct:nv50_query
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query.h 28 uint16_t type; member in struct:nvc0_query
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 82 S_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(cf->output.type) |
101 S_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(cf->output.type) |
130 output->type = G_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(word0);
152 unsigned type; local
185 type = bc->cf_last->op;
189 bc->cf_last->op = type;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_caps.h 78 * of caps block records which will be a zero word) and the record type
86 SVGA3dCapsRecordType type; member in struct:SVGA3dCapsRecordHeader
  /external/mesa3d/src/gallium/state_trackers/clover/util/
tuple.hpp 41 typedef typename enumerate<N-1, N-1, Is...>::type
42 type; typedef in struct:clover::tuple::enumerate
47 typedef integral_sequence<Is...> type; typedef in struct:clover::tuple::enumerate
53 typename std::remove_reference<T>::type>::value
54 >::type>
59 typedef typename std::remove_reference<F>::type func_type;
85 typename std::remove_reference<T>::type>::value
86 >::type>
91 typedef typename std::remove_reference<F>::type func_type;
  /external/mesa3d/src/gallium/state_trackers/nine/
query9.h 40 D3DQUERYTYPE type; member in struct:NineQuery9
62 D3DQUERYTYPE Type );
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 39 enum aub_state_struct_type type,
57 brw->state_batch_list[brw->state_batch_count].type = type;
67 make_annotation(drm_intel_aub_annotation *annotation, uint32_t type,
70 annotation->type = type;
82 * is annotated according to the type of each data structure.
93 uint32_t type = brw->state_batch_list[i].type; local
98 make_annotation(&annotations[a++], AUB_TRACE_TYPE(type),
    [all...]
brw_vec4_gs_nir.cpp 85 /* Make up a type...we have no way of knowing... */
86 const glsl_type *const type = glsl_type::ivec(instr->num_components); local
90 type);
97 dest = get_nir_dest(instr->dest, src.type);
136 dest = get_nir_dest(instr->dest, invocation_id.type);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_array.h 37 int stride, fields, type; member in struct:nouveau_array
49 int fields, int type, struct gl_buffer_object *obj,
  /external/mesa3d/src/mesa/state_tracker/
st_debug.c 122 enum mesa_debug_type type; local
128 type = MESA_DEBUG_TYPE_ERROR;
133 type = MESA_DEBUG_TYPE_ERROR;
138 type = MESA_DEBUG_TYPE_OTHER;
143 type = MESA_DEBUG_TYPE_PERFORMANCE;
148 type = MESA_DEBUG_TYPE_OTHER;
153 type = MESA_DEBUG_TYPE_PERFORMANCE;
158 type = MESA_DEBUG_TYPE_OTHER;
162 unreachable("invalid debug type");
164 _mesa_gl_vdebug(st->ctx, id, source, type, severity, fmt, args)
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
TypeCommandHandler.java 25 * CommandHandler for the TYPE command. Send back a reply code of 200.
29 * <li>{@link #TYPE_INFO_KEY} ("typeInfo") - the type information submitted on the
51 LOG.debug("Processing TYPE: " + command);
52 String type = command.getRequiredParameter(0); local
54 invocationRecord.set(TYPE_INFO_KEY, new String[]{type, format});
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
TypeCommandHandler.java 26 * CommandHandler for the TYPE command. Send back a reply code of 200.
30 * <li>{@link #TYPE_INFO_KEY} ("typeInfo") - the type information submitted on the
55 LOG.debug("Processing TYPE: " + command);
56 String type = command.getRequiredString(0); local
58 invocationRecord.set(TYPE_INFO_KEY, new String[] {type, format});
  /external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
ReturnsSmartNulls.java 32 * return type is not mockable (e.g. final) then ordinary null is returned.
48 Class<?> type = invocation.getMethod().getReturnType(); local
49 if (!type.isPrimitive() && !Modifier.isFinal(type.getModifiers())) {
51 return Mockito.mock(type, new ThrowsSmartNullPointer(invocation, location));
  /external/nanopb-c/examples/using_union_messages/
decode.c 1 /* This program reads a message from stdin, detects its type and decodes it.
12 * corresponding message type. It doesn't yet decode the actual message.
15 * message type. Returns null if the tag is of unknown type or an error occurs.
30 if (field->tag == tag && (field->type & PB_LTYPE_SUBMESSAGE))
64 const pb_field_t *type = decode_unionmessage_type(&stream); local
67 if (type == MsgType1_fields)
73 else if (type == MsgType2_fields)
79 else if (type == MsgType3_fields)
  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 47 * | ( type "/" STAR )
48 * | ( type "/" subtype )
61 /** type field
63 protected String type; field in class:MediaRange
74 /** get type field
78 return type;
89 * Set the type member
93 type = t;
113 return buffer.append(type)
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/android/
Android17Instantiator.java 35 private final Class<T> type; field in class:Android17Instantiator
39 public Android17Instantiator(Class<T> type) {
40 this.type = type;
47 return type.cast(newInstanceMethod.invoke(null, type, objectConstructorId));
57 "newInstance", Class.class, Integer.TYPE);
Android18Instantiator.java 35 private final Class<T> type; field in class:Android18Instantiator
39 public Android18Instantiator(Class<T> type) {
40 this.type = type;
47 return type.cast(newInstanceMethod.invoke(null, type, objectConstructorId));
57 Class.class, Long.TYPE);

Completed in 897 milliseconds

<<21222324252627282930>>