Home
last modified time | relevance | path

Searched +defs:c +defs:mode +defs:base +defs:map (Results 1 – 25 of 43) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c170 #define VTX_ATTR(a, c, t, s) \ argument
182 uint32_t mode; in nvc0_set_constant_vertex_attrib() local
209 uint32_t *base, uint32_t *size) in nvc0_user_vbuf_range()
247 uint32_t base, size; in nvc0_update_user_vbufs() local
290 uint32_t base, size; in nvc0_update_user_vbufs_shared() local
573 unsigned mode, unsigned start, unsigned count, in nvc0_draw_arrays()
605 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nvc0_draw_elements_inline_u08()
633 nvc0_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, in nvc0_draw_elements_inline_u16()
658 nvc0_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, in nvc0_draw_elements_inline_u32()
677 const uint32_t *map, in nvc0_draw_elements_inline_u32_short()
[all …]
/external/libaom/av1/common/
Dreconintra.c523 int r, c, x, base, shift, val; in av1_dr_prediction_z1_c() local
572 for (int c = 0; c < bw; ++c) { in av1_dr_prediction_z2_c() local
600 int r, c, y, base, shift, val; in av1_dr_prediction_z3_c() local
659 int r, c, x, base, shift, val; in av1_highbd_dr_prediction_z1_c() local
710 for (int c = 0; c < bw; ++c) { in av1_highbd_dr_prediction_z2_c() local
739 int r, c, y, base, shift, val; in av1_highbd_dr_prediction_z3_c() local
850 const uint8_t *left, int mode) { in av1_filter_intra_predictor_c()
851 int r, c; in av1_filter_intra_predictor_c() local
899 const uint16_t *left, int mode, in highbd_filter_intra_predictor()
901 int r, c; in highbd_filter_intra_predictor() local
[all …]
/external/iproute2/lib/
Dbpf.c226 int c; in bpf_parse_string() local
388 static int bpf_derive_elf_map_from_fdinfo(int fd, struct bpf_elf_map *map, in bpf_derive_elf_map_from_fdinfo()
431 static int bpf_map_selfcheck_pinned(int fd, const struct bpf_elf_map *map, in bpf_map_selfcheck_pinned()
635 static int bpf_gen_master(const char *base, const char *name) in bpf_gen_master()
675 static int bpf_gen_slave(const char *base, const char *name, in bpf_gen_slave()
713 static int bpf_gen_hierarchy(const char *base) in bpf_gen_hierarchy()
816 static int bpf_parse(enum bpf_prog_type *type, enum bpf_mode *mode, in bpf_parse()
929 enum bpf_mode mode; in bpf_parse_opt_tbl() local
986 enum bpf_mode mode; in bpf_graft_map() local
1500 const struct bpf_elf_map *map, in bpf_map_report()
[all …]
/external/trusty/musl/ldso/
Ddynlink.c41 void *base; member
69 unsigned char *map; member
93 unsigned char *base; member
111 char c; member
318 unsigned char *base = dso->base; in do_relocs() local
524 char *base = laddr_pg(dso, start); in reclaim() local
598 unsigned char *map=MAP_FAILED, *base; in map_library() local
958 unsigned char *map; in load_library() local
1288 unsigned char *base = p->base; in do_mips_relocs() local
1583 hidden void __dls2(unsigned char *base, size_t *sp) in __dls2()
[all …]
/external/musl/ldso/
Ddynlink.c56 void *base; member
86 unsigned char *map; member
110 unsigned char *base; member
130 char c; member
390 unsigned char *base = dso->base; in do_relocs() local
571 unsigned char *base = dso->base; in do_relr_relocs() local
616 char *base = laddr_pg(dso, start); in reclaim() local
718 unsigned char *map=MAP_FAILED, *base; in map_library() local
1106 unsigned char *map; in load_library() local
1440 unsigned char *base = p->base; in do_mips_relocs() local
[all …]
/external/angle/src/libANGLE/
DContext_gl.cpp218 void Context::beginConditionalRender(GLuint id, GLenum mode) in beginConditionalRender()
466 void Context::begin(GLenum mode) in begin()
502 void Context::clearIndex(GLfloat c) in clearIndex()
662 void Context::colorMaterial(GLenum face, GLenum mode) in colorMaterial()
756 void Context::evalMesh1(GLenum mode, GLint i1, GLint i2) in evalMesh1()
761 void Context::evalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) in evalMesh2()
842 void Context::getPixelMapfv(GLenum map, GLfloat *values) in getPixelMapfv()
847 void Context::getPixelMapuiv(GLenum map, GLuint *values) in getPixelMapuiv()
852 void Context::getPixelMapusv(GLenum map, GLushort *values) in getPixelMapusv()
872 void Context::indexd(GLdouble c) in indexd()
[all …]
DvalidationGL1.cpp19 bool ValidateBegin(const Context *, angle::EntryPoint entryPoint, GLenum mode) in ValidateBegin()
66 bool ValidateClearIndex(const Context *, angle::EntryPoint entryPoint, GLfloat c) in ValidateClearIndex()
291 bool ValidateColorMaterial(const Context *, angle::EntryPoint entryPoint, GLenum face, GLenum mode) in ValidateColorMaterial()
395 GLenum mode, in ValidateEvalMesh1()
404 GLenum mode, in ValidateEvalMesh2()
522 GLenum map, in ValidateGetPixelMapfv()
530 GLenum map, in ValidateGetPixelMapuiv()
538 GLenum map, in ValidateGetPixelMapusv()
592 bool ValidateIndexd(const Context *, angle::EntryPoint entryPoint, GLdouble c) in ValidateIndexd()
597 bool ValidateIndexdv(const Context *, angle::EntryPoint entryPoint, const GLdouble *c) in ValidateIndexdv()
[all …]
/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.cpp1570 Instruction* c = new Instruction(getUniqueId(), typeId, OpConstantNull); in makeNullConstant() local
1599 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeBoolConstant() local
1619 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeIntConstant() local
1643 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeInt64Constant() local
1670 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeFloatConstant() local
1697 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeDoubleConstant() local
1727 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeFloat16Constant() local
1869 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeCompositeConstant() local
1897 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, in… in addExecutionMode()
1917 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned… in addExecutionMode()
[all …]
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1503 Instruction* c = new Instruction(getUniqueId(), typeId, OpConstantNull); in makeNullConstant() local
1532 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeBoolConstant() local
1552 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeIntConstant() local
1576 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeInt64Constant() local
1602 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeFloatConstant() local
1629 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeDoubleConstant() local
1658 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeFloat16Constant() local
1783 Instruction* c = new Instruction(getUniqueId(), typeId, opcode); in makeCompositeConstant() local
1809 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, in… in addExecutionMode()
1828 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned… in addExecutionMode()
[all …]
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp64 void GL_APIENTRY GL_Begin(GLenum mode) in GL_Begin()
241 void GL_APIENTRY GL_ClearIndex(GLfloat c) in GL_ClearIndex()
1120 void GL_APIENTRY GL_ColorMaterial(GLenum face, GLenum mode) in GL_ColorMaterial()
1619 void GL_APIENTRY GL_EvalMesh1(GLenum mode, GLint i1, GLint i2) in GL_EvalMesh1()
1647 void GL_APIENTRY GL_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) in GL_EvalMesh2()
2061 void GL_APIENTRY GL_GetPixelMapfv(GLenum map, GLfloat *values) in GL_GetPixelMapfv()
2086 void GL_APIENTRY GL_GetPixelMapuiv(GLenum map, GLuint *values) in GL_GetPixelMapuiv()
2111 void GL_APIENTRY GL_GetPixelMapusv(GLenum map, GLushort *values) in GL_GetPixelMapusv()
2301 void GL_APIENTRY GL_Indexd(GLdouble c) in GL_Indexd()
2328 void GL_APIENTRY GL_Indexdv(const GLdouble *c) in GL_Indexdv()
[all …]
DlibGLESv2_autogen.cpp71 void GL_APIENTRY glBlendEquation(GLenum mode) in glBlendEquation()
200 void GL_APIENTRY glCullFace(GLenum mode) in glCullFace()
265 void GL_APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays()
270 void GL_APIENTRY glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) in glDrawElements()
312 void GL_APIENTRY glFrontFace(GLenum mode) in glFrontFace()
499 void GL_APIENTRY glHint(GLenum target, GLenum mode) in glHint()
1009 void GL_APIENTRY glDrawArraysInstanced(GLenum mode, in glDrawArraysInstanced()
1022 void GL_APIENTRY glDrawElementsInstanced(GLenum mode, in glDrawElementsInstanced()
1031 void GL_APIENTRY glDrawRangeElements(GLenum mode, in glDrawRangeElements()
1584 void GL_APIENTRY glDrawArraysIndirect(GLenum mode, const void *indirect) in glDrawArraysIndirect()
[all …]
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp79 void __indirect_glBegin(GLenum mode) { } in __indirect_glBegin()
88 void __indirect_glClearIndex(GLfloat c) { } in __indirect_glClearIndex()
124 void __indirect_glColorMaterial(GLenum face, GLenum mode) { } in __indirect_glColorMaterial()
126 void __indirect_glCullFace(GLenum mode) { } in __indirect_glCullFace()
132 void __indirect_glDrawBuffer(GLenum mode) { } in __indirect_glDrawBuffer()
147 void __indirect_glEvalMesh1(GLenum mode, GLint i1, GLint i2) { } in __indirect_glEvalMesh1()
148 void __indirect_glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) { } in __indirect_glEvalMesh2()
158 void __indirect_glFrontFace(GLenum mode) { } in __indirect_glFrontFace()
174 void __indirect_glGetPixelMapfv(GLenum map, GLfloat *values) { } in __indirect_glGetPixelMapfv()
175 void __indirect_glGetPixelMapuiv(GLenum map, GLuint *values) { } in __indirect_glGetPixelMapuiv()
[all …]
/external/libbpf/src/
Dlibbpf.c301 int libbpf_set_strict_mode(enum libbpf_strict_mode mode) in libbpf_set_strict_mode()
988 static bool bpf_map__is_struct_ops(const struct bpf_map *map) in bpf_map__is_struct_ops()
994 static int bpf_map__init_kern_struct_ops(struct bpf_map *map, in bpf_map__init_kern_struct_ops()
1126 struct bpf_map *map; in bpf_object__init_kern_struct_ops_maps() local
1154 struct bpf_map *map; in init_struct_ops_maps() local
1500 struct bpf_map *map; in bpf_object__add_map() local
1527 static int bpf_map_mmap_resize(struct bpf_map *map, size_t old_sz, size_t new_sz) in bpf_map_mmap_resize()
1613 static bool map_is_mmapable(struct bpf_object *obj, struct bpf_map *map) in map_is_mmapable()
1644 struct bpf_map *map; in bpf_object__init_internal_map() local
2181 static int build_map_pin_path(struct bpf_map *map, const char *path) in build_map_pin_path()
[all …]
/external/bc/src/
Dprogram.c255 BcVec* map; in bc_program_search() local
646 BcConst* c = bc_vec_item(&p->consts, bc_program_index(code, bgn)); in bc_program_const() local
647 BcBigDig base = BC_PROG_IBASE(p); in bc_program_const() local
726 BcMode mode; in bc_program_read() local
907 int c = str[i]; in bc_program_printString() local
2237 uchar c; in bc_program_asciify() local
3806 BcConst* c = bc_vec_item(p->consts, idx); in bc_program_printInst() local
/external/libxml2/
Dtree.c362 int c,l; in xmlValidateNCName() local
435 int c,l; in xmlValidateQName() local
533 int c,l; in xmlValidateName() local
602 int c,l; in xmlValidateNMToken() local
1048 xmlNodePtr next, c = cur->children; in xmlFreeDtd() local
5368 xmlChar *base, *newbase; in xmlNodeGetBaseSafe() local
5478 xmlChar *base; in xmlNodeGetBase() local
7686 const xmlChar *cur, *base; in xmlBufferWriteQuotedString() local
7744 xmlSetDocCompressMode (xmlDocPtr doc, int mode) { in xmlSetDocCompressMode()
7775 xmlSetCompressMode(int mode) { in xmlSetCompressMode()
[all …]
/external/cronet/third_party/libxml/src/
Dtree.c368 int c,l; in xmlValidateNCName() local
441 int c,l; in xmlValidateQName() local
539 int c,l; in xmlValidateName() local
608 int c,l; in xmlValidateNMToken() local
1084 xmlNodePtr next, c = cur->children; in xmlFreeDtd() local
5247 xmlChar *base, *newbase; in xmlNodeGetBase() local
7576 const xmlChar *cur, *base; in xmlBufferWriteQuotedString() local
7634 xmlSetDocCompressMode (xmlDocPtr doc, int mode) { in xmlSetDocCompressMode()
7661 xmlSetCompressMode(int mode) { in xmlSetCompressMode()
7751 xmlNsMapPtr map; in xmlDOMWrapNsMapAddItem() local
[all …]
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c315 int c = -1; in flgets() local
350 char c; in sgetc() local
373 int c = -1; in slgets() local
445 #define slash(c) (*(c) == '/') argument
446 #define eocomp(c) (slash(c) || !*(c)) argument
447 #define dot1(c) (*(c) == '.' && eocomp(c+1)) argument
1043 char c; in sprint_mask_buf() local
1182 int *map; /* map[cpumask_sz]: maps cpu to its node */ member
1441 unsigned int c, n; in parse_distmap_line() local
1520 int c, m; in build_distmap() local
[all …]
/external/mesa3d/src/mesa/main/
Ddlist.c747 for (gl_vertex_processing_mode mode = VP_MODE_FF; mode < VP_MODE_MAX; ++mode) { in vbo_destroy_vertex_list() local
1156 const GLubyte *map, *src; in unpack_image() local
1382 save_BlendEquation(GLenum mode) in save_BlendEquation()
1502 save_BlendEquationiARB(GLuint buf, GLenum mode) in save_BlendEquationiARB()
1538 save_DrawArraysInstanced(UNUSED GLenum mode, in save_DrawArraysInstanced()
1549 save_DrawElementsInstanced(UNUSED GLenum mode, in save_DrawElementsInstanced()
1561 save_DrawElementsInstancedBaseVertex(UNUSED GLenum mode, in save_DrawElementsInstancedBaseVertex()
1575 save_DrawArraysInstancedBaseInstance(UNUSED GLenum mode, in save_DrawArraysInstancedBaseInstance()
1587 save_DrawElementsInstancedBaseInstance(UNUSED GLenum mode, in save_DrawElementsInstancedBaseInstance()
1600 save_DrawElementsInstancedBaseVertexBaseInstance(UNUSED GLenum mode, in save_DrawElementsInstancedBaseVertexBaseInstance()
[all …]
/external/igt-gpu-tools/lib/
Digt_fb.c790 static void memset64(uint64_t *s, uint64_t c, size_t n) in memset64()
1795 drmModeModeInfo *mode) in stereo_fb_layout_from_mode()
1851 unsigned int igt_create_stereo_fb(int drm_fd, drmModeModeInfo *mode, in igt_create_stereo_fb()
1904 uint8_t *map; member
2035 void *map = igt_vc4_mmap_bo(fd, fb->gem_handle, fb->size, PROT_WRITE); in free_linear_mapping() local
2098 void *map = igt_vc4_mmap_bo(fd, fb->gem_handle, fb->size, PROT_READ); in setup_linear_mapping() local
2238 struct fb_blit_upload base; member
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp34 CallCapture CaptureBegin(const State &glState, bool isCallValid, GLenum mode) in CaptureBegin()
145 CallCapture CaptureClearIndex(const State &glState, bool isCallValid, GLfloat c) in CaptureClearIndex()
755 CallCapture CaptureColorMaterial(const State &glState, bool isCallValid, GLenum face, GLenum mode) in CaptureColorMaterial()
1020 GLenum mode, in CaptureEvalMesh1()
1035 GLenum mode, in CaptureEvalMesh2()
1365 GLenum map, in CaptureGetPixelMapfv()
1392 GLenum map, in CaptureGetPixelMapuiv()
1419 GLenum map, in CaptureGetPixelMapusv()
1594 CallCapture CaptureIndexd(const State &glState, bool isCallValid, GLdouble c) in CaptureIndexd()
1603 CallCapture CaptureIndexdv(const State &glState, bool isCallValid, const GLdouble *c) in CaptureIndexdv()
[all …]
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c313 PREDICTION_MODE mode = (plane == 0) ? mi->mode : mi->uv_mode; in predict_and_reconstruct_intra_block() local
342 PREDICTION_MODE mode = (plane == 0) ? mi->mode : mi->uv_mode; in parse_intra_block_row_mt() local
369 PREDICTION_MODE mode = (plane == 0) ? mi->mode : mi->uv_mode; in predict_and_reconstruct_intra_block_row_mt() local
1686 int r, c; in get_tile_buffers() local
1716 volatile int8_t *map = row_mt_worker_data->recon_map + map_idx; in map_read() local
1803 const int c = mi_col >> MI_BLOCK_SIZE_LOG2; in recon_tile_row() local
1878 const int c = mi_col >> MI_BLOCK_SIZE_LOG2; in parse_tile_row() local
1942 const int c = mi_col >> MI_BLOCK_SIZE_LOG2; in row_decode_worker_hook() local
2524 const int base = tile_cols / num_workers; in decode_tiles_mt() local
/external/mesa3d/src/nouveau/compiler/nak/
Dfrom_nir.rs130 map: HashMap<(u32, u8), u32>, field
1815 let base = u16::try_from(intrin.range_base()).unwrap(); in parse_intrinsic() localVariable
2136 let mode = match flags.interp_mode() { in parse_intrinsic() localVariable
2737 let c = dw * 4 + b; in parse_load_const() localVariable
2750 let c = dw * 2 + w; in parse_load_const() localVariable
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c841 upb_Map* map = *map_p; in decode_tomap() local
1135 uint8_t mode = field->mode; in decode_known() local
1739 const upb_Map* map = *UPB_PTR_AT(msg, f->offset, const upb_Map*); in encode_map() local
2051 const upb_Message_Extension* base = in _upb_Message_Clearext() local
2142 upb_Map* map = upb_Arena_Malloc(a, sizeof(upb_Map)); in _upb_Map_New() local
2209 const upb_Map* map, _upb_sortedmap* sorted) { in _upb_mapsorter_pushmap()
2674 uint64_t c = UnalignedLoad64(ptr + 16); in Wyhash() local
5423 static bool upb_isbetween(uint8_t c, uint8_t low, uint8_t high) { in upb_isbetween()
5434 static bool upb_isletter(char c) { in upb_isletter()
5439 static bool upb_isalphanum(char c) { in upb_isalphanum()
[all …]
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c829 upb_Map* map = *map_p; in decode_tomap() local
1111 uint8_t mode = field->mode; in decode_known() local
1715 const upb_Map* map = *UPB_PTR_AT(msg, f->offset, const upb_Map*); in encode_map() local
2021 const upb_Message_Extension* base = in _upb_Message_Clearext() local
2112 upb_Map* map = upb_Arena_Malloc(a, sizeof(upb_Map)); in _upb_Map_New() local
2179 const upb_Map* map, _upb_sortedmap* sorted) { in _upb_mapsorter_pushmap()
2644 uint64_t c = UnalignedLoad64(ptr + 16); in Wyhash() local
5718 static bool upb_isbetween(uint8_t c, uint8_t low, uint8_t high) { in upb_isbetween()
5729 static bool upb_isletter(char c) { in upb_isletter()
5734 static bool upb_isalphanum(char c) { in upb_isalphanum()
[all …]
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc647 const char* Simulator::WRegNameForCode(unsigned code, Reg31Mode mode) { in WRegNameForCode()
658 const char* Simulator::XRegNameForCode(unsigned code, Reg31Mode mode) { in XRegNameForCode()
879 vixl_uint128_t c = std::make_pair(t2 >> 32, t2 << 32); in Mul64() local
1011 int64_t base = ReadRegister<int64_t>(mem_op.GetBaseRegister()); in ComputeMemOperandAddress() local
6481 uint32_t c = ReadNzcv().GetC() | ReadNzcv().GetZ(); in VisitSystem() local
7766 static const NEONFormatMap map = in SimulateNEONFPMulByElement() local
9026 static const NEONFormatMap map = {{22, 21, 20, 19}, in VisitNEONScalarShiftImmediate() local
9136 static const NEONFormatMap map = {{22, 21, 20, 19, 30}, in VisitNEONShiftImmediate() local
11790 uint64_t base = ReadXRegister(instr->GetRn()) + offset; in VisitSVELoadAndBroadcastElement() local
12323 uint64_t base = ReadXRegister(instr->GetRn()); in VisitSVE32BitScatterStore_ScalarPlus32BitScaledOffsets() local
[all …]

12