Searched refs:stream_out (Results 1 – 8 of 8) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 206 static FILE *stream_out = (FILE*)NULL; variable 682 i = fwrite(buf, 1, count, stream_out); 2300 if (opt.save_image && stream_out && fflush(stream_out)) 2625 stream_out = stdout; 2642 stream_out = fopen(opt.output,BINWMODE); 2643 if (!stream_out) 2646 fd_out = fileno(stream_out); 2703 fclose(stream_out); 2751 fclose(stream_out);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 273 struct pipe_stream_output *stream_out, in si_llvm_streamout_store_output() argument 276 unsigned buf_idx = stream_out->output_buffer; in si_llvm_streamout_store_output() 277 unsigned start = stream_out->start_component; in si_llvm_streamout_store_output() 278 unsigned num_comps = stream_out->num_components; in si_llvm_streamout_store_output() 287 assert(stream_out->stream == ((shader_out->vertex_streams >> ((start + j) * 2)) & 0x3)); in si_llvm_streamout_store_output() 308 … LLVMConstInt(ctx->ac.i32, stream_out->dst_offset * 4, 0), ""), in si_llvm_streamout_store_output()
|
D | si_shader_internal.h | 265 struct pipe_stream_output *stream_out,
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_rogue_pds_disasm.h | 187 unsigned stream_out; member
|
D | pvr_pds_printer.c | 196 instruction->stream_out, in pvr_pds_disassemble_instruction_stm()
|
D | pvr_pds_disasm.c | 382 stm->stream_out = (instruction >> PVR_ROGUE_PDSINST_STM_SO_SHIFT) & in pvr_pds_disassemble_instruction_stm()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_private.h | 679 bool stream_out : 1; member
|
D | pvr_cmd_buffer.c | 1549 state->emit_state.stream_out = true; in pvr_reset_graphics_dirty_state() 4111 if (emit_state->stream_out) { in pvr_emit_ppp_state()
|