/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer.h | 71 const struct u_resource_vtbl *vtbl; member in struct:u_resource
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.h | 33 const struct u_resource_vtbl *vtbl; member in struct:nv04_resource
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_buffer.h | 111 const struct pb_vtbl *vtbl; member in struct:pb_buffer 159 /* Accessor functions for pb->vtbl: 169 return buf->vtbl->map(buf, flags, flush_ctx); 180 buf->vtbl->unmap(buf); 196 assert(buf->vtbl->get_base_buffer); 197 buf->vtbl->get_base_buffer(buf, base_buf, offset); 209 assert(buf->vtbl->validate); 210 return buf->vtbl->validate(buf, vl, flags); 220 assert(buf->vtbl->fence); 221 buf->vtbl [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 154 const struct dri2_egl_display_vtbl *vtbl; member in struct:dri2_egl_display
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | intel_context.h | 158 } vtbl; member in struct:intel_context
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_common_context.h | 482 } vtbl; member in struct:radeon_context
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_common_context.h | 482 } vtbl; member in struct:radeon_context
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_context.h | 691 } vtbl; member in struct:brw_context
|
/external/v8/src/arm/ |
H A D | assembler-arm.cc | 4652 // Encode NEON vtbl / vtbx instruction. 4655 // Dd = vtbl(table, Dm) SIMD vector permute, zero at out of range indices. 4665 int op = vtbx ? 1 : 0; // vtbl = 0, vtbx = 1. 4670 void Assembler::vtbl(const DwVfpRegister dst, const NeonListOperand& list, function in class:v8::internal::Assembler
|
/external/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 26242 void Assembler::vtbl(Condition cond, function in class:vixl::aarch32::Assembler 26275 Delegate(kVtbl, &Assembler::vtbl, cond, dt, rd, nreglist, rm);
|
H A D | assembler-aarch32.h | 5999 void vtbl(Condition cond, 6004 void vtbl(DataType dt, function in class:vixl::aarch32::Assembler 6008 vtbl(al, dt, rd, nreglist, rm);
|
H A D | disasm-aarch32.cc | 6934 void Disassembler::vtbl(Condition cond, function in class:vixl::aarch32::Disassembler [all...] |
/external/protobuf/php/ext/google/protobuf/ |
H A D | upb.c | 98 const struct upb_refcounted_vtbl *vtbl, 100 if (!upb_refcounted_init(upb_def_upcast_mutable(def), vtbl, owner)) return false; 396 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_enumdef_free}; local 399 if (!upb_def_init(upb_enumdef_upcast_mutable(e), UPB_DEF_ENUM, &vtbl, owner)) 605 static const struct upb_refcounted_vtbl vtbl = {visitfield, freefield}; local 608 if (!upb_def_init(upb_fielddef_upcast_mutable(f), UPB_DEF_FIELD, &vtbl, o)) { 1262 static const struct upb_refcounted_vtbl vtbl = {visitmsg, freemsg}; local 1265 if (!upb_def_init(upb_msgdef_upcast_mutable(m), UPB_DEF_MSG, &vtbl, owner)) 1534 static const struct upb_refcounted_vtbl vtbl = {visitoneof, freeoneof}; local 1538 if (!upb_def_init(upb_oneofdef_upcast_mutable(o), UPB_DEF_ONEOF, &vtbl, 97 upb_def_init(upb_def *def, upb_deftype_t type, const struct upb_refcounted_vtbl *vtbl, const void *owner) argument 2018 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers}; variable in typeref:struct:upb_refcounted_vtbl 3408 upb_refcounted_init(upb_refcounted *r, const struct upb_refcounted_vtbl *vtbl, const void *owner) argument 3601 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; local 3603 upb_refcounted_init(upb_symtab_upcast_mutable(s), &vtbl, owner); local 6522 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; local 6523 upb_refcounted_init(mgroup_upcast_mutable(g), &vtbl, owner); local 6552 static const struct upb_refcounted_vtbl vtbl = {visitmethod, freemethod}; local 6554 upb_refcounted_init(upb_pbdecodermethod_upcast_mutable(ret), &vtbl, &ret); local [all...] |
H A D | upb.h | 1101 const struct upb_refcounted_vtbl *vtbl; member in class:upb::RefCounted 1191 const struct upb_refcounted_vtbl *vtbl,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 69 return def->vtbl == &upb_oneofdef_vtbl; 73 return def->vtbl == &upb_fielddef_vtbl; 140 const struct upb_refcounted_vtbl *vtbl, 142 if (!upb_refcounted_init(upb_def_upcast_mutable(def), vtbl, owner)) return false; 2165 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers}; variable in typeref:struct:upb_refcounted_vtbl 2411 if (!upb_refcounted_init(upb_handlers_upcast_mutable(h), &vtbl, owner)) 3075 if (r->vtbl->visit) r->vtbl->visit(r, visit_check, &state); 3080 if (r->vtbl->visit) r->vtbl 139 upb_def_init(upb_def *def, upb_deftype_t type, const struct upb_refcounted_vtbl *vtbl, const void *owner) argument 3567 upb_refcounted_init(upb_refcounted *r, const struct upb_refcounted_vtbl *vtbl, const void *owner) argument 3756 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; local 3763 upb_refcounted_init(upb_symtab_upcast_mutable(s), &vtbl, owner); local 7195 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; local 7196 upb_refcounted_init(mgroup_upcast_mutable(g), &vtbl, owner); local 7225 static const struct upb_refcounted_vtbl vtbl = {visitmethod, freemethod}; local 7227 upb_refcounted_init(upb_pbdecodermethod_upcast_mutable(ret), &vtbl, &ret); local 11979 static const struct upb_refcounted_vtbl vtbl = {visit_json_parsermethod, local 11982 upb_refcounted_init(upb_json_parsermethod_upcast_mutable(ret), &vtbl, owner); local [all...] |
H A D | upb.h | 1387 const struct upb_refcounted_vtbl *vtbl; member in class:upb::RefCounted 1404 #define UPB_REFCOUNT_INIT(vtbl, refs, ref2s) \ 1405 {&static_refcount, NULL, vtbl, 0, true, refs, ref2s} 1407 #define UPB_REFCOUNT_INIT(vtbl, refs, ref2s) \ 1408 {&static_refcount, NULL, vtbl, 0, true} 1479 const struct upb_refcounted_vtbl *vtbl, 3718 #define UPB_DEF_INIT(name, type, vtbl, refs, ref2s) \ 3719 { UPB_REFCOUNT_INIT(vtbl, refs, ref2s), name, NULL, type, false }
|