Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 71) sorted by relevance

123

/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c59 static void cm_init_context_common(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_init_context_common()
219 cpu_context_t *ctx; in cm_init_context_by_index() local
231 cpu_context_t *ctx; in cm_init_my_context() local
247 cpu_context_t *ctx = cm_get_context(security_state); in cm_prepare_el3_exit() local
436 cpu_context_t *ctx; in cm_el1_sysregs_context_save() local
454 cpu_context_t *ctx; in cm_el1_sysregs_context_restore() local
475 cpu_context_t *ctx; in cm_set_elr_el3() local
493 cpu_context_t *ctx; in cm_set_elr_spsr_el3() local
514 cpu_context_t *ctx; in cm_write_scr_el3_bit() local
544 cpu_context_t *ctx; in cm_get_scr_el3() local
[all …]
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp52 GLEncoder *ctx = (GLEncoder *)self; in s_glGetError() local
79 GLEncoder *ctx = (GLEncoder *)self; in s_glGetIntegerv() local
122 GLEncoder *ctx = (GLEncoder *)self; in s_glGetFloatv() local
161 GLEncoder *ctx = (GLEncoder *)self; in s_glGetFixedv() local
200 GLEncoder *ctx = (GLEncoder *)self; in s_glGetBooleanv() local
235 GLEncoder * ctx = (GLEncoder *) self; in s_glGetPointerv() local
242 GLEncoder *ctx = (GLEncoder *)self; in s_glFlush() local
271 GLEncoder *ctx = (GLEncoder *)self; in s_glPixelStorei() local
279 GLEncoder *ctx = (GLEncoder *)self; in s_glVertexPointer() local
286 GLEncoder *ctx = (GLEncoder *)self; in s_glNormalPointer() local
[all …]
Dgl_enc.cpp25 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glAlphaFunc_enc() local
51 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearColor_enc() local
79 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearDepthf_enc() local
104 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClipPlanef_enc() local
132 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glColor4f_enc() local
160 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glDepthRangef_enc() local
186 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogf_enc() local
212 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogfv_enc() local
240 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFrustumf_enc() local
270 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glGetClipPlanef_enc() local
[all …]
DGLEncoderUtils.cpp24 GLEncoder *ctx = (GLEncoder *)self; in pixelDataSize() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.cpp19 goldfish_dma_context ctx; in empty() local
28 void destroy(goldfish_dma_context *ctx) { in destroy()
40 AutoGoldfishDmaContext::AutoGoldfishDmaContext(goldfish_dma_context *ctx) in AutoGoldfishDmaContext()
49 void AutoGoldfishDmaContext::reset(goldfish_dma_context *ctx) { in reset()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp382 GL2Encoder *ctx = (GL2Encoder *)self; in s_glGetError() local
399 ErrorUpdater(GL2Encoder* ctx) : in ErrorUpdater()
439 ScopedQueryUpdate(GL2Encoder* ctx, uint32_t bytes, T* target) : in ScopedQueryUpdate()
499 GL2Encoder *ctx = (GL2Encoder *) self; in s_glFlush() local
506 GL2Encoder *ctx = (GL2Encoder *)self; in s_glGetString() local
535 GL2Encoder *ctx = (GL2Encoder *)self; in s_glPixelStorei() local
544 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBindBuffer() local
570 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBufferData() local
583 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBufferSubData() local
596 GL2Encoder *ctx = (GL2Encoder *) self; in s_glGenBuffers() local
[all …]
DGLESv2Validation.cpp30 bool bufferTarget(GL2Encoder* ctx, GLenum target) { in bufferTarget()
56 bool bufferParam(GL2Encoder* ctx, GLenum pname) { in bufferParam()
72 bool pixelStoreParam(GL2Encoder* ctx, GLenum param) { in pixelStoreParam()
111 bool rboFormat(GL2Encoder* ctx, GLenum internalformat) { in rboFormat()
186 bool framebufferTarget(GL2Encoder* ctx, GLenum target) { in framebufferTarget()
198 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment) { in framebufferAttachment()
263 bool vertexAttribType(GL2Encoder* ctx, GLenum type) in vertexAttribType()
324 bool textureTarget(GL2Encoder* ctx, GLenum target) { in textureTarget()
428 bool supportedCompressedFormat(GL2Encoder* ctx, GLenum internalformat) { in supportedCompressedFormat()
513 bool filterableTexFormat(GL2Encoder* ctx, GLenum internalformat) { in filterableTexFormat()
[all …]
DGL2EncoderUtils.cpp27 GL2Encoder *ctx = (GL2Encoder *)self; in pixelDataSize() local
34 GL2Encoder *ctx = (GL2Encoder *)self; in pixelDataSize3D() local
41 GL2Encoder * ctx = (GL2Encoder *) self; in uniformType() local
47 GL2Encoder *ctx = (GL2Encoder *)self; in clearBufferNumElts() local
53 GL2Encoder *ctx = (GL2Encoder *)self; in numActiveUniformsInUniformBlock() local
59 GL2Encoder *ctx = (GL2Encoder *)self; in glActiveUniformBlockivParamSize() local
Dgl2_enc.cpp25 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glActiveTexture_enc() local
50 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glAttachShader_enc() local
76 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindAttribLocation_enc() local
105 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindBuffer_enc() local
131 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindFramebuffer_enc() local
157 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindRenderbuffer_enc() local
183 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindTexture_enc() local
209 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendColor_enc() local
237 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendEquation_enc() local
262 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendEquationSeparate_enc() local
[all …]
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch32/
Dcontext_mgmt.c53 static void cm_init_context_common(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_init_context_common()
135 cpu_context_t *ctx; in cm_init_context_by_index() local
147 cpu_context_t *ctx; in cm_init_my_context() local
163 cpu_context_t *ctx = cm_get_context(security_state); in cm_prepare_el3_exit() local
/device/google/contexthub/lib/nanohub/
Daes.c155 void aesInitForEncr(struct AesContext *ctx, const uint32_t *k) in aesInitForEncr()
183 void aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t… in aesInitForDecr()
204 void aesEncr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesEncr()
274 void aesDecr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesDecr()
344 void aesCbcInitForEncr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForEncr()
350 void aesCbcInitForDecr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForDecr()
358 void aesCbcEncr(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst) in aesCbcEncr()
369 void aesCbcDecr(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst) in aesCbcDecr()
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c60 static int xlat_table_get_index(xlat_ctx_t *ctx, const uint64_t *table) in xlat_table_get_index()
76 static uint64_t *xlat_table_get_empty(xlat_ctx_t *ctx) in xlat_table_get_empty()
86 static void xlat_table_inc_regions_count(xlat_ctx_t *ctx, const uint64_t *table) in xlat_table_inc_regions_count()
92 static void xlat_table_dec_regions_count(xlat_ctx_t *ctx, const uint64_t *table) in xlat_table_dec_regions_count()
98 static int xlat_table_is_empty(xlat_ctx_t *ctx, const uint64_t *table) in xlat_table_is_empty()
106 static uint64_t *xlat_table_get_empty(xlat_ctx_t *ctx) in xlat_table_get_empty()
118 uint64_t xlat_desc(const xlat_ctx_t *ctx, mmap_attr_t attr, in xlat_desc()
248 static void xlat_tables_unmap_region(xlat_ctx_t *ctx, mmap_region_t *mm, in xlat_tables_unmap_region()
515 static uintptr_t xlat_tables_map_region(xlat_ctx_t *ctx, mmap_region_t *mm, in xlat_tables_map_region()
637 static int mmap_add_region_check(xlat_ctx_t *ctx, const mmap_region_t *mm) in mmap_add_region_check()
[all …]
/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_enc.cpp25 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetRendererVersion_enc() local
64 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetEGLVersion_enc() local
111 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcQueryEGLString_enc() local
156 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetGLString_enc() local
201 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetNumConfigs_enc() local
244 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetConfigs_enc() local
288 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcChooseConfig_enc() local
338 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetFBParam_enc() local
378 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcCreateContext_enc() local
420 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcDestroyContext_enc() local
[all …]
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_enc.cpp25 foo_encoder_context_t *ctx = (foo_encoder_context_t *)self; in fooAlphaFunc_enc() local
51 foo_encoder_context_t *ctx = (foo_encoder_context_t *)self; in fooIsBuffer_enc() local
93 foo_encoder_context_t *ctx = (foo_encoder_context_t *)self; in fooDoEncoderFlush_enc() local
119 foo_encoder_context_t *ctx = (foo_encoder_context_t *)self; in fooTakeConstVoidPtrConstPtr_enc() local
146 foo_encoder_context_t *ctx = (foo_encoder_context_t *)self; in fooSetComplexStruct_enc() local
173 foo_encoder_context_t *ctx = (foo_encoder_context_t *)self; in fooGetComplexStruct_enc() local
211 foo_encoder_context_t *ctx = (foo_encoder_context_t *)self; in fooInout_enc() local
/device/generic/goldfish/gralloc/
Dframebuffer.cpp66 fb_context_t* ctx = (fb_context_t*)dev; in fb_setSwapInterval() local
79 fb_context_t* ctx = (fb_context_t*)dev; in fb_setUpdateRect() local
93 fb_context_t* ctx = (fb_context_t*)dev; in fb_post() local
311 fb_context_t* ctx = (fb_context_t*)dev; local
/device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c81 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_context_switch() local
136 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_handler() local
165 struct trusty_cpu_ctx *ctx; in trusty_set_fiq_handler() local
182 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_get_fiq_regs() local
191 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_exit() local
290 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_init() local
362 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_cpu_on_finish_handler() local
/device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/aarch64/
Dcontext.h226 #define read_ctx_reg(ctx, offset) ((ctx)->_regs[offset >> DWORD_SHIFT]) argument
227 #define write_ctx_reg(ctx, offset, val) (((ctx)->_regs[offset >> DWORD_SHIFT]) \ argument
276 #define set_aapcs_args0(ctx, x0) do { \ argument
279 #define set_aapcs_args1(ctx, x0, x1) do { \ argument
283 #define set_aapcs_args2(ctx, x0, x1, x2) do { \ argument
287 #define set_aapcs_args3(ctx, x0, x1, x2, x3) do { \ argument
291 #define set_aapcs_args4(ctx, x0, x1, x2, x3, x4) do { \ argument
295 #define set_aapcs_args5(ctx, x0, x1, x2, x3, x4, x5) do { \ argument
299 #define set_aapcs_args6(ctx, x0, x1, x2, x3, x4, x5, x6) do { \ argument
303 #define set_aapcs_args7(ctx, x0, x1, x2, x3, x4, x5, x6, x7) do { \ argument
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/
Dtegra_fiq_glue.c38 cpu_context_t *ctx = cm_get_context(NON_SECURE); in tegra_fiq_interrupt_handler() local
119 cpu_context_t *ctx = cm_get_context(NON_SECURE); in tegra_fiq_get_intr_context() local
/device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/aarch32/
Dcontext.h47 #define read_ctx_reg(ctx, offset) ((ctx)->_regs[offset >> WORD_SHIFT]) argument
48 #define write_ctx_reg(ctx, offset, val) (((ctx)->_regs[offset >> WORD_SHIFT]) \ argument
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dglesv2_emul_ifc.cpp28 gl2_wrapper_context_t *ctx = new gl2_wrapper_context_t; in createFromLib() local
Dglesv1_emul_ifc.cpp28 gl_wrapper_context_t *ctx = new gl_wrapper_context_t; in createFromLib() local
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.h28 Context* ctx; member
DAVDVirglRenderer.cpp159 Context const* ctx = it.second; in dump_global_state() local
167 Context const* ctx = it.second; in dump_global_state() local
498 static void process_cmd(Context* ctx, char* buf, size_t bufSize, int fence) { in process_cmd()
579 Context* ctx = it->second; in virgl_renderer_submit_cmd() local
853 Context const* ctx = it.second; in virgl_renderer_resource_unref() local
1002 Context* ctx = new (std::nothrow) Context(handle, name, nlen, process_cmd, g_dpy); in virgl_renderer_context_create() local
1016 Context* ctx = it->second; in virgl_renderer_context_destroy() local
1056 Context* ctx = ctx_it->second; in virgl_renderer_ctx_attach_resource() local
1081 Context* ctx = ctx_it->second; in virgl_renderer_ctx_detach_resource() local
DContext.h63 Context* ctx = it.second; in bind() local
111 EglContext* ctx = nullptr; member
/device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
Dsp_min_main.c116 cpu_context_t *ctx = cm_get_context(NON_SECURE); in sp_min_prepare_next_image_entry() local
199 cpu_context_t *ctx = cm_get_context(NON_SECURE); in sp_min_warm_boot() local

123