/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_raster.c | 37 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_alpha_func() local 50 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_color() local 62 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_equation() local 74 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_func() local 84 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_color_mask() local 96 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_depth() local 109 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_dither() local 118 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_logic_opcode() local 131 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_shade_model() local 141 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_stencil_func() local [all …]
|
D | nouveau_local.h | 27 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() 33 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE() 41 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA() 47 PUSH_DATAf(struct nouveau_pushbuf *push, float v) in PUSH_DATAf() 54 PUSH_DATAb(struct nouveau_pushbuf *push, GLboolean x) in PUSH_DATAb() 60 PUSH_DATAm(struct nouveau_pushbuf *push, float m[16]) in PUSH_DATAm() 70 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp() 77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() 84 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK() 90 BUFCTX(struct nouveau_pushbuf *push) in BUFCTX() [all …]
|
D | nv10_state_polygon.c | 37 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_cull_face() local 52 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_front_face() local 62 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_line_mode() local 81 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_point_mode() local 93 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_mode() local 106 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_offset() local
|
D | nv20_state_tnl.c | 91 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_color_material() local 154 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_fog() local 178 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_light_model() local 200 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_light_source() local 238 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_ambient() local 280 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_diffuse() local 302 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_specular() local 320 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_shininess() local 336 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_modelview() local 363 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_projection() local
|
D | nv10_state_tnl.c | 59 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_color_material() local 135 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_fog() local 174 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_light_enable() local 198 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_light_model() local 284 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_light_source() local 321 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_ambient() local 362 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_diffuse() local 383 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_specular() local 424 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_shininess() local 440 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_modelview() local [all …]
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state_validate.c | 40 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_fb() local 180 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend_colour() local 209 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stencil_ref() local 220 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stipple() local 229 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_scissor() local 250 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_viewport() local 270 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_clip() local 293 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend() local 302 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_zsa() local 311 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_rasterizer() local [all …]
|
D | nv30_push.c | 38 struct nouveau_pushbuf *push; member 56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() 66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() 76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() 91 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08() local 123 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i16() local 155 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i32() local 185 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_seq() local
|
D | nv30_winsys.h | 23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() 30 bufctx(struct nouveau_pushbuf *push) in bufctx() 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET() 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN() 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() 84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() 103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC() 112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() [all …]
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state_validate.c | 9 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_zcull() local 58 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_fb() local 166 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend_colour() local 178 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stencil_ref() local 188 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stipple() local 199 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_scissor() local 220 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_viewport() local 255 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_upload_uclip_planes() local 290 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_clip() local 330 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend() local [all …]
|
D | nvc0_shader_state.c | 34 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_program_update_context_state() local 87 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertprog_validate() local 107 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_fragprog_validate() local 135 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tctlprog_validate() local 161 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tevlprog_validate() local 185 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_gmtyprog_validate() local 214 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tfb_validate() local
|
D | nvc0_vbo.c | 168 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_set_constant_vertex_attrib() local 229 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs() local 271 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs_shared() local 309 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers() local 372 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers_shared() local 411 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertex_arrays_validate() local 506 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_idxbuf_validate() local 552 nvc0_draw_vbo_kick_notify(struct nouveau_pushbuf *push) in nvc0_draw_vbo_kick_notify() 564 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_draw_arrays() local 589 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nvc0_draw_elements_inline_u08() [all …]
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 34 __ push(receiver); in GenerateLoadViaGetter() local 56 __ push(vector); in PushVectorAndSlot() local 57 __ push(slot); in PushVectorAndSlot() local 148 __ push(receiver); in GenerateApiAccessorCall() local 153 __ push(store_parameter); in GenerateApiAccessorCall() local 155 __ push(scratch); in GenerateApiAccessorCall() local 249 __ push(value()); in GenerateStoreViaSetter() local 261 __ push(receiver); in GenerateStoreViaSetter() local 262 __ push(value()); in GenerateStoreViaSetter() local 291 __ push(name); in PushInterceptorArguments() local [all …]
|
D | ic-compiler-ia32.cc | 23 __ push(StoreDescriptor::ReceiverRegister()); in GenerateRuntimeSetProperty() local 24 __ push(StoreDescriptor::NameRegister()); in GenerateRuntimeSetProperty() local 25 __ push(StoreDescriptor::ValueRegister()); in GenerateRuntimeSetProperty() local 26 __ push(Immediate(Smi::FromInt(language_mode))); in GenerateRuntimeSetProperty() local 27 __ push(ebx); // return address in GenerateRuntimeSetProperty() local
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 34 __ push(receiver); in GenerateLoadViaGetter() local 56 __ push(vector); in PushVectorAndSlot() local 57 __ push(slot); in PushVectorAndSlot() local 148 __ push(receiver); in GenerateApiAccessorCall() local 153 __ push(store_parameter); in GenerateApiAccessorCall() local 155 __ push(scratch); in GenerateApiAccessorCall() local 249 __ push(value()); in GenerateStoreViaSetter() local 261 __ push(receiver); in GenerateStoreViaSetter() local 262 __ push(value()); in GenerateStoreViaSetter() local 291 __ push(name); in PushInterceptorArguments() local [all …]
|
D | ic-compiler-x87.cc | 23 __ push(StoreDescriptor::ReceiverRegister()); in GenerateRuntimeSetProperty() local 24 __ push(StoreDescriptor::NameRegister()); in GenerateRuntimeSetProperty() local 25 __ push(StoreDescriptor::ValueRegister()); in GenerateRuntimeSetProperty() local 26 __ push(Immediate(Smi::FromInt(language_mode))); in GenerateRuntimeSetProperty() local 27 __ push(ebx); // return address in GenerateRuntimeSetProperty() local
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state_validate.c | 8 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_fb() local 105 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend_colour() local 117 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stencil_ref() local 128 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stipple() local 139 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_scissor() local 181 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_viewport() local 227 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_clip() local 254 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend() local 263 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_zsa() local 272 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_rasterizer() local [all …]
|
D | nv50_push.c | 14 struct nouveau_pushbuf *push; member 33 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() 43 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() 53 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() 68 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08() local 101 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i16() local 134 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i32() local 165 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_seq() local
|
/external/v8/test/cctest/ |
D | test-code-stubs-x87.cc | 61 __ push(ebx); in MakeConvertDToIFuncTrampoline() local 62 __ push(ecx); in MakeConvertDToIFuncTrampoline() local 63 __ push(edx); in MakeConvertDToIFuncTrampoline() local 64 __ push(esi); in MakeConvertDToIFuncTrampoline() local 65 __ push(edi); in MakeConvertDToIFuncTrampoline() local 78 __ push(reg); in MakeConvertDToIFuncTrampoline() local 85 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local 86 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
|
D | test-code-stubs-ia32.cc | 61 __ push(ebx); in MakeConvertDToIFuncTrampoline() local 62 __ push(ecx); in MakeConvertDToIFuncTrampoline() local 63 __ push(edx); in MakeConvertDToIFuncTrampoline() local 64 __ push(esi); in MakeConvertDToIFuncTrampoline() local 65 __ push(edi); in MakeConvertDToIFuncTrampoline() local 78 __ push(reg); in MakeConvertDToIFuncTrampoline() local 85 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local 86 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_winsys.h | 16 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() 22 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE() 30 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA() 36 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp() 43 PUSH_DATAf(struct nouveau_pushbuf *push, float f) in PUSH_DATAf() 51 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 130 __ push(Immediate(isolate()->factory()->undefined_value())); in Generate() local 152 __ push(eax); in Generate() local 160 __ push(eax); in Generate() local 174 __ push(edi); in Generate() local 182 __ push(edx); // Preserve new target. in Generate() local 190 __ push(edi); in Generate() local 410 __ push(eax); in EmitReturnSequence() local 425 __ push(eax); in EmitReturnSequence() local 446 __ push(operand); in Plug() local 490 __ push(Immediate(lit)); in Plug() local [all …]
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 130 __ push(Immediate(isolate()->factory()->undefined_value())); in Generate() local 152 __ push(eax); in Generate() local 160 __ push(eax); in Generate() local 174 __ push(edi); in Generate() local 182 __ push(edx); // Preserve new target. in Generate() local 190 __ push(edi); in Generate() local 413 __ push(eax); in EmitReturnSequence() local 428 __ push(eax); in EmitReturnSequence() local 449 __ push(operand); in Plug() local 493 __ push(Immediate(lit)); in Plug() local [all …]
|
/external/libdrm/nouveau/ |
D | pushbuf.c | 49 struct drm_nouveau_gem_pushbuf_push push[NOUVEAU_GEM_MAX_PUSH]; member 74 nouveau_pushbuf(struct nouveau_pushbuf *push) in nouveau_pushbuf() 83 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits() 151 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref() 223 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_krel() 310 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan) in pushbuf_submit() 395 pushbuf_flush(struct nouveau_pushbuf *push) in pushbuf_flush() 437 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel) in pushbuf_refn_fail() 455 pushbuf_refn(struct nouveau_pushbuf *push, bool retry, in pushbuf_refn() 485 pushbuf_validate(struct nouveau_pushbuf *push, bool retry) in pushbuf_validate() [all …]
|
/external/apache-harmony/support/src/test/java/tests/util/ |
D | CallVerificationStack.java | 117 public Object push(Object o) { in push() method in CallVerificationStack 127 public void push(boolean val) { in push() method in CallVerificationStack 136 public void push(char val) { in push() method in CallVerificationStack 145 public void push(double val) { in push() method in CallVerificationStack 154 public void push(float val) { in push() method in CallVerificationStack 163 public void push(int val) { in push() method in CallVerificationStack 172 public void push(long val) { in push() method in CallVerificationStack 181 public void push(short val) { in push() method in CallVerificationStack
|
/external/llvm/test/MC/Mips/ |
D | set-push-pop-directives.s | 14 .set push define 55 .set push define 60 .set push define 66 .set push define
|