| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | ftgzip.c | 179 FT_Stream stream; /* embedding stream */ member in struct:FT_GZipFileRec_ 205 ft_gzip_check_header( FT_Stream stream ) argument 279 ft_gzip_file_init(FT_GZipFile zip,FT_Stream stream,FT_Stream source) argument 349 FT_Stream stream = zip->source; local in function:ft_gzip_file_reset 378 FT_Stream stream = zip->source; local in function:ft_gzip_file_fill_input 559 ft_gzip_stream_close(FT_Stream stream) argument 581 ft_gzip_stream_io(FT_Stream stream,unsigned long offset,unsigned char * buffer,unsigned long count) argument 594 ft_gzip_get_uncompressed_size(FT_Stream stream) argument 618 FT_Stream_OpenGzip(FT_Stream stream,FT_Stream source) argument 721 FT_Gzip_Uncompress(FT_Memory memory,FT_Byte * output,FT_ULong * output_len,const FT_Byte * input,FT_ULong input_len) argument 727 z_stream stream; local in function:FT_Gzip_Uncompress 792 FT_Stream_OpenGzip(FT_Stream stream,FT_Stream source) argument 803 FT_Gzip_Uncompress(FT_Memory memory,FT_Byte * output,FT_ULong * output_len,const FT_Byte * input,FT_ULong input_len) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 479 unsigned stream = var->data.stream; local in function:gather_info_output_decl_gs 571 struct radv_stream_output *output = &so->outputs[i]; local in function:gather_xfb_info [all...] |
| H A D | radv_nir_to_llvm.c | 303 visit_emit_vertex_with_counter(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef vertexidx, argument 350 visit_end_primitive(struct ac_shader_abi *abi, unsigned stream) argument 1057 LLVMValueRef output local in function:radv_load_output 1062 radv_emit_stream_output(struct radv_shader_context * ctx,LLVMValueRef const * so_buffers,LLVMValueRef const * so_write_offsets,const struct radv_stream_output * output,struct radv_shader_output_values * shader_out) argument 1109 radv_emit_streamout(struct radv_shader_context * ctx,unsigned stream) argument 1169 struct radv_stream_output *output = &ctx->args->shader_info->so.outputs[i]; local in function:radv_emit_streamout 1551 ngg_gs_get_emit_primflag_ptr(struct radv_shader_context * ctx,LLVMValueRef vertexptr,unsigned stream) argument 1736 for (unsigned stream = 0; stream < 4; ++stream) { local in function:gfx10_ngg_gs_emit_epilogue_1 1764 for (unsigned stream = 0; stream < 4; ++stream) { local in function:gfx10_ngg_gs_emit_epilogue_1 2005 gfx10_ngg_gs_emit_vertex(struct radv_shader_context * ctx,unsigned stream,LLVMValueRef vertexidx,LLVMValueRef * addrs) argument 2287 for (unsigned stream = 0; stream < 4; stream++) { local in function:ac_setup_rings 2712 for (unsigned stream = 0; stream < 4; stream++) { local in function:ac_gs_copy_shader_emit [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 473 unsigned stream = var->data.stream; local in function:gather_info_output_decl_gs 517 struct radv_stream_output *output = &so->outputs[i]; local in function:gather_xfb_info [all...] |
| H A D | radv_nir_to_llvm.c | 1809 visit_emit_vertex(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs) argument 1878 visit_end_primitive(struct ac_shader_abi *abi, unsigned stream) argument 2178 LLVMValueRef output[ local in function:handle_vs_input_decl 2724 LLVMValueRef output = local in function:radv_load_output 2731 radv_emit_stream_output(struct radv_shader_context * ctx,LLVMValueRef const * so_buffers,LLVMValueRef const * so_write_offsets,const struct radv_stream_output * output) argument 2780 radv_emit_streamout(struct radv_shader_context * ctx,unsigned stream) argument 2848 struct radv_stream_output *output = local in function:radv_emit_streamout 3557 for (unsigned stream = 0; stream < 4; stream++) { local in function:ac_setup_rings 4063 for (unsigned stream = 0; stream < 4; stream++) { local in function:ac_gs_copy_shader_emit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_vertexstageexport.cpp | 21 bool VertexStageExportBase::do_process_outputs(nir_variable *output) argument 65 bool VertexStageWithOutputInfo::do_process_outputs(nir_variable *output) argument 375 emit_stream(int stream) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | dmxprint.c | 258 int output; local in function:dmxConfigPrintDisplay 423 dmxConfigPrint(FILE * stream,DMXConfigEntryPtr entry) argument 446 dmxConfigVirtualPrint(FILE * stream,DMXConfigVirtualPtr p) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.c | 84 float (*output)[4]; local in function:tgsi_fetch_gs_outputs 77 tgsi_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument 315 llvm_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tess.c | 863 unsigned stream = nir_intrinsic_stream_id(intr); local in function:lower_gs_block 946 nir_variable *output = nir_variable_clone(var, shader); local in function:ir3_nir_lower_gs [all...] |
| H A D | ir3_shader.h | 208 unsigned stream : 2; /**< 0 to 3 */ member in struct:ir3_stream_output 227 struct ir3_stream_output output[IR3_MAX_SO_OUTPUTS]; member in struct:ir3_stream_output_info [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.c | 84 float (*output)[4]; local in function:tgsi_fetch_gs_outputs 77 tgsi_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument 298 llvm_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument [all...] |
| H A D | draw_llvm.c | 89 LLVMValueRef output; member in struct:draw_tcs_llvm_iface 1856 draw_gs_llvm_end_primitive(const struct lp_build_gs_iface * gs_base,struct lp_build_context * bld,LLVMValueRef total_emitted_vertices_vec_ptr,LLVMValueRef verts_per_prim_vec,LLVMValueRef emitted_prims_vec,LLVMValueRef mask_vec,unsigned stream) argument 1894 draw_gs_llvm_epilogue(const struct lp_build_gs_iface * gs_base,LLVMValueRef total_emitted_vertices_vec,LLVMValueRef emitted_prims_vec,unsigned stream) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 1199 const nir_xfb_output_info *output = &xfb_info->outputs[i]; local in function:emit_3dstate_streamout 1201 unsigned stream = xfb_info->buffer_to_stream[buffer]; local in function:emit_3dstate_streamout [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 102 T output = 0; local in function:testing::internal::__anonc275c1830110::ReadProcFileField 1018 CaptureStream(int fd,const char * stream_name,CapturedStream ** stream) argument [all...] |
| H A D | gtest.cc | 3458 std::stringstream stream; local in function:testing::internal::XmlUnitTestResultPrinter::OnTestIterationEnd 3524 std::string output; local in function:testing::internal::XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters 3588 OutputXmlCDataSection(::std::ostream * stream,const char * data) argument 3607 OutputXmlAttribute(std::ostream * stream,const std::string & element_name,const std::string & name,const std::string & value) argument 3625 OutputXmlTestInfo(::std::ostream * stream,const char * test_case_name,const TestInfo & test_info) argument 3675 PrintXmlTestCase(std::ostream * stream,const TestCase & test_case) argument 3701 PrintXmlUnitTest(std::ostream * stream,const UnitTest & unit_test) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_shader.h | 116 unsigned stream:2; /**< 0 to 3 */ member in struct:ir3_stream_output 131 struct ir3_stream_output output[IR3_MAX_SO_OUTPUTS]; member in struct:ir3_stream_output_info [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 533 static ::std::string FormatDeathTestOutput(const ::std::string& output) { argument 597 std::ostringstream stream; local in function:testing::internal::DeathTestImpl::Passed [all...] |
| H A D | gtest-port.cc | 110 T output = 0; local in function:testing::internal::__anon1a787e760110::ReadProcFileField 1163 CaptureStream(int fd,const char * stream_name,CapturedStream ** stream) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 1617 const nir_xfb_output_info *output local in function:emit_3dstate_streamout 1619 unsigned stream = xfb_info->buffer_to_stream[buffer]; local in function:emit_3dstate_streamout [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | internal.h | 551 LispFile *output; /* if WRITABLE: stdin of program */ member in struct:__anon0d52a5600108 624 } stream; member in union:_LispObj::__anon0d52a560020a [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 243 unsigned stream:2; /**< 0 to 3 */ member in struct:pipe_stream_output 259 struct pipe_stream_output output[PIPE_MAX_SO_OUTPUTS]; member in struct:pipe_stream_output_info [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 257 unsigned stream:2; /**< 0 to 3 */ member in struct:pipe_stream_output 273 struct pipe_stream_output output[PIPE_MAX_SO_OUTPUTS]; member in struct:pipe_stream_output_info [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 1172 uint32_t output; local in function:tu6_emit_vpc 1206 uint32_t vertices_out, invocations, output, vec4_size; local in function:tu6_emit_vpc 2820 unsigned stream = stream_info ? stream_info->rasterizationStream : 0; local in function:tu_pipeline_builder_parse_rasterization [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 2321 emit_streamout(struct r600_shader_ctx * ctx,struct pipe_stream_output_info * so,int stream,unsigned * stream_item_size UNUSED) argument 2381 struct r600_bytecode_output output; local in function:emit_streamout 2482 struct r600_bytecode_output output; local in function:generate_gs_copy_shader 2804 emit_gs_ring_writes(struct r600_shader_ctx * ctx,const struct pipe_stream_output_info * so UNUSED,int stream,bool ind) argument 2806 struct r600_bytecode_output output; local in function:emit_gs_ring_writes 3341 struct r600_bytecode_output output[ARRAY_SIZE(shader->output)]; local in function:r600_shader_from_tgsi 10657 int stream = ctx->literals[inst->Src[0].Register.Index * 4 + inst->Src[0].Register.SwizzleX]; local in function:tgsi_gs_emit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 2347 LLVMValueRef output, index; local in function:visit_store_output 3955 unsigned stream = nir_intrinsic_stream_id(instr); local in function:visit_intrinsic [all...] |