Searched refs:emit (Results 176 - 200 of 492) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen8_hs_state.c92 .emit = gen8_upload_hs_state,
H A Dgen8_vs_state.c95 .emit = upload_vs_state,
H A Dbrw_fs_nir.cpp36 /* emit the arrays used for inputs and outputs - load/store intrinsics will
43 /* get the main function and emit it */
307 bld.emit(BRW_OPCODE_ELSE);
311 bld.emit(BRW_OPCODE_ENDIF);
317 bld.emit(BRW_OPCODE_DO);
321 bld.emit(BRW_OPCODE_WHILE);
460 /* For (gl_FrontFacing ? 1.0 : -1.0), emit:
481 /* For (gl_FrontFacing ? 1.0 : -1.0), emit:
626 * and destination registers for that channel and emit the instruction.
784 inst = bld.emit(SHADER_OPCODE_RC
[all...]
H A Dbrw_vec4.h171 vec4_instruction *emit(vec4_instruction *inst);
173 vec4_instruction *emit(enum opcode opcode);
174 vec4_instruction *emit(enum opcode opcode, const dst_reg &dst);
175 vec4_instruction *emit(enum opcode opcode, const dst_reg &dst,
177 vec4_instruction *emit(enum opcode opcode, const dst_reg &dst,
179 vec4_instruction *emit(enum opcode opcode, const dst_reg &dst,
H A Dbrw_fs_visitor.cpp93 fs_inst *inst = bld.emit(SHADER_OPCODE_TXF_MCS_LOGICAL, dest, srcs,
148 write = bld.emit(FS_OPCODE_FB_WRITE);
238 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy,
242 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w);
273 abld.emit(FS_OPCODE_PIXEL_X, this->pixel_x, int_pixel_xy);
274 abld.emit(FS_OPCODE_PIXEL_Y, this->pixel_y, int_pixel_xy);
308 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w);
325 bld.emit(FS_OPCODE_MOV_DISPATCH_TO_FLAGS);
432 fs_inst *write = bld.emit(FS_OPCODE_FB_WRITE_LOGICAL, fs_reg(),
627 fs_inst *inst = bld.emit(SHADER_OPCODE_URB_WRITE_SIMD
[all...]
H A Dbrw_vec4_vs_visitor.cpp95 vec4_instruction *inst = emit(VS_OPCODE_URB_WRITE);
152 emit(DP4(reg,
/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSink.java113 BufferedSink emit() throws IOException; method in interface:BufferedSink
/external/pdfium/fxjs/xfa/
H A Dcjx_eventpseudomodel.h41 JS_METHOD(emit, CJX_EventPseudoModel);
/external/scapy/scapy/
H A Derror.py57 def emit(self, record): member in class:ScapyFreqFilter.NullHandler
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DX86DisassemblerTables.h33 /// to emit them as hierarchical C structures suitable for consumption by the
96 /// @param decision - The ModR/M decision to emit. This decision has 256
125 /// @param decision - The OpcodeDecision to emit along with its subsidiary
160 /// @param decision - The ContextDecision to emit along with its subsidiary
247 /// emit - Emits the instruction table, context table, and class decisions.
250 void emit(raw_ostream &o) const;
H A DEDEmitter.cpp49 void emit(raw_ostream &o, unsigned int &i) { function in class:__anon23228::EnumEmitter
89 virtual void emit(raw_ostream &o, unsigned int &i) = 0;
112 void emit(raw_ostream &o, unsigned int &i) { function in class:__anon23228::LiteralConstantEmitter
139 void emit(raw_ostream &o, unsigned int &i) { function in class:__anon23228::CompoundConstantEmitter
161 Entries[index]->emit(o, i);
185 void emit(raw_ostream &o, unsigned int &i) { function in class:__anon23228::FlagsConstantEmitter
840 // We still need to emit null initializers for everything.
925 operandTypes.emit(o, i);
944 instructionTypes.emit(o, i);
962 infoArray.emit(
[all...]
/external/webp/src/dec/
H A Dwebpi_dec.h45 OutputFunc emit; // output RGB or YUV samples member in struct:WebPDecParams
/external/llvm/test/MC/Mips/micromips64r6/
H A Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
6 # The LLD instruction with invalid memory operand should emit "expected memory with 12-bit signed offset".
10 # The LWU instruction with invalid memory operand should emit "expected memory with 12-bit signed offset".
14 # The 10-bit immediate supported by the standard encodings cause us to emit
16 # misleading. Ideally, we'd emit every way to achieve a valid match instead
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c210 unsigned emit; member in struct:__anon16298
230 uint emit = EMIT_OMIT; local
238 emit = vroute[sem].emit;
243 emit = vroute[sem].emit;
246 if (emit == EMIT_OMIT)
249 draw_emit_vertex_attr(vinfo, emit, attrib);
250 format = draw_translate_vinfo_format(emit);
254 vinfo->size += draw_translate_vinfo_size(emit);
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_generic.c942 if (vtx->attr[0].emit == insert_3f_viewport_3) {
943 if (vtx->attr[1].emit == insert_4ub_4f_bgra_4)
945 else if (vtx->attr[1].emit == insert_4ub_4f_rgba_4)
948 else if (vtx->attr[0].emit == insert_3f_3 &&
949 vtx->attr[1].emit == insert_4ub_4f_rgba_4) {
954 if (vtx->attr[2].emit == insert_2f_2) {
955 if (vtx->attr[1].emit == insert_4ub_4f_rgba_4) {
956 if (vtx->attr[0].emit == insert_4f_viewport_4)
958 else if (vtx->attr[0].emit == insert_4f_4)
961 else if (vtx->attr[1].emit
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c145 * to need to emit these in pairs.. emit a final dummy
178 /* emit texture state: */
254 /* emit texture state for mem->gmem restore operation.. eventually it would
286 /* emit texture state: */
368 fd4_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd4_emit *emit) argument
372 const struct fd_vertex_state *vtx = emit->vtx;
373 const struct ir3_shader_variant *vp = fd4_emit_get_vp(emit);
503 struct fd4_emit *emit)
505 const struct ir3_shader_variant *vp = fd4_emit_get_vp(emit);
502 fd4_emit_state(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd4_emit *emit) argument
[all...]
H A Dfd4_gmem.c194 struct fd4_emit emit = { local
269 fd4_program_emit(ring, &emit, 0, NULL);
270 fd4_emit_vertex_bufs(ring, &emit);
332 struct fd4_emit emit = { local
450 fd4_emit_vertex_bufs(ring, &emit);
459 emit.prog = &ctx->blit_prog[pfb->nr_cbufs - 1];
460 emit.fp = NULL; /* frag shader changed so clear cache */
461 fd4_program_emit(ring, &emit, pfb->nr_cbufs, pfb->cbufs);
469 emit.prog = (pfb->zsbuf->format == PIPE_FORMAT_Z32_FLOAT) ?
471 emit
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp369 CodeEmitter *emit = target->getCodeEmitter(progType);
371 emit->prepareEmission(this);
383 emit->setCodeLocation(code, binSize);
389 assert(emit->getCodeSize() == fn->binPos);
393 emit->emitInstruction(i);
400 info->bin.relocData = emit->getRelocInfo();
401 info->bin.fixupData = emit->getFixupInfo();
407 emit->printBinary();
409 delete emit;
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c272 setup_stages(struct fd5_emit *emit, struct stage *s) argument
276 s[VS].v = fd5_emit_get_vp(emit);
277 s[FS].v = fd5_emit_get_fp(emit);
333 fd5_program_emit(struct fd_ringbuffer *ring, struct fd5_emit *emit) argument
343 setup_stages(emit, s);
459 !emit->key.binning_pass)
485 !emit->key.binning_pass) {
534 if (emit->key.binning_pass) {
612 COND(emit->key.half_precision,
616 if (emit
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c175 /* emit texture state: */
195 /* emit mipaddrs: */
252 /* emit texture state for mem->gmem restore operation.. eventually it would
283 /* emit texture state: */
332 /* emit mipaddrs: */
361 fd3_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd3_emit *emit) argument
365 const struct fd_vertex_state *vtx = emit->vtx;
366 const struct ir3_shader_variant *vp = fd3_emit_get_vp(emit);
489 struct fd3_emit *emit)
491 const struct ir3_shader_variant *vp = fd3_emit_get_vp(emit);
488 fd3_emit_state(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd3_emit *emit) argument
[all...]
H A Dfd3_gmem.c163 struct fd3_emit emit = { local
197 fd3_program_emit(ring, &emit, 0, NULL);
198 fd3_emit_vertex_bufs(ring, &emit);
355 struct fd3_emit emit = { local
437 fd3_program_emit(ring, &emit, 0, NULL);
438 fd3_emit_vertex_bufs(ring, &emit);
537 struct fd3_emit emit = { local
650 fd3_emit_vertex_bufs(ring, &emit);
659 emit.prog = &ctx->blit_prog[pfb->nr_cbufs - 1];
660 emit
[all...]
/external/llvm/test/MC/Mips/micromips32r6/
H A Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
6 # The 10-bit immediate supported by the standard encodings cause us to emit
8 # misleading. Ideally, we'd emit every way to achieve a valid match instead
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java98 public void emit (HTMLWriter out) method in class:HTMLDocument
103 super.emit(out);
/external/llvm/test/MC/ARM/
H A Dmulti-section-mapping.s19 @ Changing back to .text should not emit a redundant $a
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c111 vinfo.attrib[0].emit = EMIT_4F;
116 vinfo.attrib[0].emit = EMIT_3F;

Completed in 579 milliseconds

1234567891011>>