Searched defs:emit (Results 176 - 189 of 189) sorted by relevance

12345678

/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp530 Instruction *callMain = emit(sw::Shader::OPCODE_CALL);
534 emit(sw::Shader::OPCODE_RET);
727 emit(sw::Shader::OPCODE_DEF, left, i, right, i);
741 emit(sw::Shader::OPCODE_MUL, result, i, left, i, right);
754 Instruction *dot = emit(sw::Shader::OPCODE_DP(size), result, 0, left, 0, right, i);
769 Instruction *mul = emit(sw::Shader::OPCODE_MUL, result, i, left, 0, right, i);
774 Instruction *mad = emit(sw::Shader::OPCODE_MAD, result, i, left, j, right, i, result, i);
815 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, left);
847 emit(sw::Shader::OPCODE_EQ, &equal, 0, left, index, right, index);
848 emit(s
2049 Instruction *OutputASM::emit(sw::Shader::Opcode op, TIntermTyped *dst, TIntermNode *src0, TIntermNode *src1, TIntermNode *src2, TIntermNode *src3, TIntermNode *src4) function in class:glsl::OutputASM
2054 Instruction *OutputASM::emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0, int index0, TIntermNode *src1, int index1, function in class:glsl::OutputASM
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1158 * we need to know if we are going to emit
1747 /* emit an LDS_READ_RET */
3248 /* GS thread with no output workaround - emit a cut at start of GS */
3375 bool emit = false; local
3377 emit = true;
3379 emit = true;
3380 if (emit)
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_pipe_common.h407 /* If pipe_screen wants to re-emit the framebuffer state of all
410 * drawing and re-emit the framebuffer state accordingly.
450 void (*emit)(struct r600_common_context *ctx, struct r600_atom *state); member in struct:r600_atom
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h125 * computation and emit whatever primtives with whatever vertices it
476 void (*emit)( struct brw_context *brw ); member in struct:brw_tracked_state
534 uint16_t emit, total; member in struct:intel_batchbuffer
1077 * the viewport index is always 0, so we can only emit one.
/external/skia/src/gpu/
H A DGrTessellator.cpp563 void* emit(const AAParams* aaParams, void* data) { function in struct:__anon20750::Poly::MonotonePoly
650 void* emit(const AAParams* aaParams, void *data) { function in struct:__anon20750::Poly
654 LOG("emit() %d, size %d\n", fID, fCount);
656 data = m->emit(aaParams, data);
2244 data = poly->emit(aaParams, data);
2383 pointsEnd = static_cast<SkPoint*>(poly->emit(nullptr, pointsEnd));
/external/skqp/src/gpu/
H A DGrTessellator.cpp563 void* emit(const AAParams* aaParams, void* data) { function in struct:__anon21415::Poly::MonotonePoly
650 void* emit(const AAParams* aaParams, void *data) { function in struct:__anon21415::Poly
654 LOG("emit() %d, size %d\n", fID, fCount);
656 data = m->emit(aaParams, data);
2244 data = poly->emit(aaParams, data);
2382 pointsEnd = static_cast<SkPoint*>(poly->emit(nullptr, pointsEnd));
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c78 * generate extra code to emit clip distances.
226 emit_post_helpers(struct svga_shader_emitter_v10 *emit);
229 emit_vertex(struct svga_shader_emitter_v10 *emit,
235 expand(struct svga_shader_emitter_v10 *emit) argument
238 unsigned newsize = emit->size * 2;
240 if (emit->buf != err_buf)
241 new_buf = REALLOC(emit->buf, emit->size, newsize);
246 emit->ptr = err_buf;
247 emit
264 struct svga_shader_emitter_v10 *emit = CALLOC(1, sizeof(*emit)); local
282 free_emitter(struct svga_shader_emitter_v10 *emit) argument
290 reserve(struct svga_shader_emitter_v10 *emit, unsigned nr_dwords) argument
302 emit_dword(struct svga_shader_emitter_v10 *emit, uint32 dword) argument
313 emit_dwords(struct svga_shader_emitter_v10 *emit, const uint32 *dwords, unsigned nr) argument
327 emit_get_num_tokens(const struct svga_shader_emitter_v10 *emit) argument
342 check_register_index(struct svga_shader_emitter_v10 *emit, unsigned operandType, unsigned index) argument
424 determine_clipping_mode(struct svga_shader_emitter_v10 *emit) argument
459 apply_clip_plane_mask(struct svga_shader_emitter_v10 *emit, unsigned writemask, unsigned clip_reg_index) argument
691 emit_null_dst_register(struct svga_shader_emitter_v10 *emit) argument
708 get_temp_array_id(const struct svga_shader_emitter_v10 *emit, unsigned file, unsigned index) argument
725 remap_temp_index(const struct svga_shader_emitter_v10 *emit, unsigned file, unsigned index) argument
742 setup_operand0_indexing(struct svga_shader_emitter_v10 *emit, VGPU10OperandToken0 operand0, unsigned file, boolean indirect, boolean index2D, unsigned tempArrayID) argument
816 emit_indirect_register(struct svga_shader_emitter_v10 *emit, unsigned addr_reg_index) argument
849 emit_dst_register(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *reg) argument
967 emit_src_register(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_src_register *reg) argument
1117 emit_resource_register(struct svga_shader_emitter_v10 *emit, unsigned resource_number) argument
1145 emit_sampler_register(struct svga_shader_emitter_v10 *emit, unsigned sampler_number) argument
1167 emit_face_register(struct svga_shader_emitter_v10 *emit) argument
1195 emit_opcode(struct svga_shader_emitter_v10 *emit, unsigned vgpu10_opcode, boolean saturate) argument
1216 emit_opcode_resinfo(struct svga_shader_emitter_v10 *emit, VGPU10_RESINFO_RETURN_TYPE modifier) argument
1236 emit_sample_opcode(struct svga_shader_emitter_v10 *emit, unsigned vgpu10_opcode, boolean saturate, const int offsets[3]) argument
1277 emit_discard_opcode(struct svga_shader_emitter_v10 *emit, boolean nonzero) argument
1294 begin_emit_instruction(struct svga_shader_emitter_v10 *emit) argument
1310 end_emit_instruction(struct svga_shader_emitter_v10 *emit) argument
1343 get_temp_index(struct svga_shader_emitter_v10 *emit) argument
1354 free_temp_indexes(struct svga_shader_emitter_v10 *emit) argument
1568 find_immediate(struct svga_shader_emitter_v10 *emit, union tgsi_immediate_data x, unsigned startIndex) argument
1599 make_immediate_reg_4(struct svga_shader_emitter_v10 *emit, const union tgsi_immediate_data imm[4]) argument
1647 make_immediate_reg(struct svga_shader_emitter_v10 *emit, union tgsi_immediate_data value) argument
1672 make_immediate_reg_float4(struct svga_shader_emitter_v10 *emit, float x, float y, float z, float w) argument
1690 make_immediate_reg_float(struct svga_shader_emitter_v10 *emit, float value) argument
1702 make_immediate_reg_int4(struct svga_shader_emitter_v10 *emit, int x, int y, int z, int w) argument
1720 make_immediate_reg_int(struct svga_shader_emitter_v10 *emit, int value) argument
1733 alloc_immediate_4(struct svga_shader_emitter_v10 *emit, const union tgsi_immediate_data imm[4]) argument
1752 alloc_immediate_float4(struct svga_shader_emitter_v10 *emit, float x, float y, float z, float w) argument
1769 alloc_immediate_int4(struct svga_shader_emitter_v10 *emit, int x, int y, int z, int w) argument
1785 alloc_system_value_index(struct svga_shader_emitter_v10 *emit, unsigned index) argument
1798 emit_vgpu10_immediate(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_immediate *imm) argument
1815 emit_vgpu10_immediates_block(struct svga_shader_emitter_v10 *emit) argument
1842 translate_interpolation(const struct svga_shader_emitter_v10 *emit, unsigned interp, unsigned interpolate_loc) argument
1875 emit_vgpu10_property(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_property *prop) argument
1950 emit_property_instruction(struct svga_shader_emitter_v10 *emit, VGPU10OpcodeToken0 opcode0, unsigned nData, unsigned data) argument
1966 emit_property_instructions(struct svga_shader_emitter_v10 *emit) argument
1999 emit_decl_instruction(struct svga_shader_emitter_v10 *emit, VGPU10OpcodeToken0 opcode0, VGPU10OperandToken0 operand0, VGPU10NameToken name_token, unsigned index, unsigned size) argument
2049 emit_input_declaration(struct svga_shader_emitter_v10 *emit, unsigned opcodeType, unsigned operandType, unsigned dim, unsigned index, unsigned size, unsigned name, unsigned numComp, unsigned selMode, unsigned usageMask, unsigned interpMode) argument
2113 emit_output_declaration(struct svga_shader_emitter_v10 *emit, unsigned type, unsigned index, unsigned name, unsigned usageMask) argument
2153 emit_fragdepth_output_declaration(struct svga_shader_emitter_v10 *emit) argument
2177 emit_system_value_declaration(struct svga_shader_emitter_v10 *emit, unsigned semantic_name, unsigned index) argument
2214 emit_vgpu10_declaration(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_declaration *decl) argument
2338 emit_input_declarations(struct svga_shader_emitter_v10 *emit) argument
2481 emit_output_declarations(struct svga_shader_emitter_v10 *emit) argument
2628 emit_temporaries_declaration(struct svga_shader_emitter_v10 *emit) argument
2822 emit_constant_declaration(struct svga_shader_emitter_v10 *emit) argument
2920 emit_sampler_declarations(struct svga_shader_emitter_v10 *emit) argument
3025 emit_resource_declarations(struct svga_shader_emitter_v10 *emit) argument
3088 emit_instruction_op1(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src, boolean saturate) argument
3102 emit_instruction_op2(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2, boolean saturate) argument
3118 emit_instruction_op3(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2, const struct tgsi_full_src_register *src3, boolean saturate) argument
3143 emit_clip_distance_instructions(struct svga_shader_emitter_v10 *emit) argument
3206 emit_clip_distance_declarations(struct svga_shader_emitter_v10 *emit) argument
3257 emit_clip_distance_from_vpos(struct svga_shader_emitter_v10 *emit, unsigned vpos_tmp_index) argument
3296 emit_clip_vertex_instructions(struct svga_shader_emitter_v10 *emit) argument
3355 emit_swap_r_b(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3372 emit_puint_to_snorm(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3412 emit_puint_to_uscaled(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3426 emit_puint_to_sscaled(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3462 emit_arl_uarl(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3495 emit_cal(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3516 emit_iabs(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3539 emit_cmp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3572 emit_dp2a(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3621 emit_dph(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3655 emit_dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3731 emit_endprim(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3750 emit_ex2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3776 emit_exp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3859 emit_if(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3891 emit_kill_if(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3944 emit_kill(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3963 emit_lg2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3989 emit_lit(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4130 emit_log(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4213 emit_lrp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4246 emit_pow(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4288 emit_rcp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4320 emit_rsq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4358 emit_scs(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4394 emit_seq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4427 emit_sge(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4460 emit_sgt(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4493 emit_sincos(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4534 emit_sle(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4567 emit_slt(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4600 emit_sne(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4633 emit_ssg(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4680 emit_issg(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4722 emit_comparison(struct svga_shader_emitter_v10 *emit, SVGA3dCmpFunc func, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src0, const struct tgsi_full_src_register *src1) argument
4801 get_texel_offsets(const struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, int offsets[3]) argument
4836 setup_texcoord(struct svga_shader_emitter_v10 *emit, unsigned unit, const struct tgsi_full_src_register *coord) argument
4864 emit_tex_compare_refcoord(struct svga_shader_emitter_v10 *emit, unsigned target, const struct tgsi_full_src_register *coord) argument
4915 begin_tex_swizzle(struct svga_shader_emitter_v10 *emit, unsigned unit, const struct tgsi_full_instruction *inst, boolean shadow_compare, struct tex_swizzle_info *swz) argument
4962 end_tex_swizzle(struct svga_shader_emitter_v10 *emit, const struct tex_swizzle_info *swz) argument
5081 emit_sample(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5124 is_valid_tex_instruction(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5156 emit_tex(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5206 emit_txp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5265 emit_xpd(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5376 emit_txd(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5416 emit_txf(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5467 emit_txl_txb(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5524 emit_txq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5559 emit_simple(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5586 emit_mov(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5609 emit_simple_1dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned dst_count, unsigned dst_index) argument
5643 emit_vgpu10_instruction(struct svga_shader_emitter_v10 *emit, unsigned inst_number, const struct tgsi_full_instruction *inst) argument
5834 emit_vpos_instructions(struct svga_shader_emitter_v10 *emit, unsigned vs_pos_tmp_index) argument
5959 emit_clipping_instructions(struct svga_shader_emitter_v10 *emit) argument
5999 emit_vertex_instructions(struct svga_shader_emitter_v10 *emit) argument
6025 emit_vertex(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
6052 emit_frontface_instructions(struct svga_shader_emitter_v10 *emit) argument
6081 emit_fragcoord_instructions(struct svga_shader_emitter_v10 *emit) argument
6129 emit_vertex_attrib_instructions(struct svga_shader_emitter_v10 *emit) argument
6241 alloc_common_immediates(struct svga_shader_emitter_v10 *emit) argument
6282 emit_pre_helpers(struct svga_shader_emitter_v10 *emit) argument
6344 emit_alpha_test_instructions(struct svga_shader_emitter_v10 *emit, unsigned fs_color_tmp_index) argument
6393 emit_set_color_white(struct svga_shader_emitter_v10 *emit, unsigned fs_color_tmp_index) argument
6415 emit_broadcast_color_instructions(struct svga_shader_emitter_v10 *emit, unsigned fs_color_tmp_index) argument
6449 emit_post_helpers(struct svga_shader_emitter_v10 *emit) argument
6482 emit_vgpu10_instructions(struct svga_shader_emitter_v10 *emit, const struct tgsi_token *tokens) argument
6542 emit_vgpu10_header(struct svga_shader_emitter_v10 *emit) argument
6561 emit_vgpu10_tail(struct svga_shader_emitter_v10 *emit) argument
6597 transform_fs_pstipple(struct svga_shader_emitter_v10 *emit, const struct tgsi_token *tokens) argument
6657 struct svga_shader_emitter_v10 *emit; local
[all...]
/external/clang/include/clang/Sema/
H A DSema.h610 /// Do not emit any of the diagnostics. This is performed as part
1111 // Otherwise, we need to emit the diagnostic. First flush the underlying
1113 // won't emit the diagnostic in its own destructor.
1123 // Dispatch to Sema to emit the diagnostic.
1368 void emit(const SemaDiagnosticBuilder &DB, function in class:clang::Sema::BoundTypeDiagnoser
1383 emit(DB, llvm::index_sequence_for<Ts...>());
1869 /// emit error if not.
4982 /// error recovery. In this case do not emit error message.
6137 /// \param Loc The location at which we should emit the diagnostic.
8963 /// with a related result type, emit
[all...]
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 628 milliseconds

12345678