Searched refs:Write (Results 1 - 25 of 134) sorted by relevance

123456

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64io.c42 const Bool Write
50 GetByte(SetBits(Index, PLL_ADDR) | SetBits(Write, PLL_WR_EN), 1));
38 ATIMach64AccessPLLReg(ATIPtr pATI,const CARD8 Index,const Bool Write) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_ar_eventhandlerfile.hpp120 /// @brief Write event and its payload to the memory buffer.
121 void Write(uint32_t eventId, const char* pBlock, uint32_t size) function in class:ArchRast::EventHandlerFile
146 Write(${protos['events'][name]['event_id']}, (char*)&event.data, 0);
148 Write(${protos['events'][name]['event_id']}, (char*)&event.data, sizeof(event.data));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_ar_eventhandlerfile.hpp120 /// @brief Write event and its payload to the memory buffer.
121 void Write(uint32_t eventId, const char* pBlock, uint32_t size) function in class:ArchRast::EventHandlerFile
150 Write(event.eventId, (char*)&event.data, 0);
152 Write(event.eventId, (char*)&event.data, sizeof(event.data));
/xsrc/external/mit/libXdmcp/dist/
H A DMakefile.am21 Write.c
H A DMakefile.in143 Unwrap.lo Wrap.lo Write.lo
172 ./$(DEPDIR)/Wraphelp.Plo ./$(DEPDIR)/Write.Plo
458 Write.c
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Write.Plo@am__quote@ # am--include-marker
1043 -rm -f ./$(DEPDIR)/Write.Plo
1100 -rm -f ./$(DEPDIR)/Write.Plo
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Ddolt.m468 dnl Write out shared compilation code.
88 dnl Write out static compilation code.
106 dnl Write out the code to write the .lo file.
/xsrc/external/mit/xtrans/dist/
H A DXtrans.h323 int TRANS(Write)(
H A DXtransint.h240 int (*Write)( member in struct:_Xtransport
H A DXtrans.c909 TRANS(Write) (XtransConnInfo ciptr, const char *buf, int size)
912 return ciptr->transptr->Write (ciptr, buf, size);
1323 nbytes = TRANS(Write) (ciptr, base, len);
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dd3d12.rst42 Write shader blobs
H A Dzink.rst258 Write the binary SPIR-V form of all compiled shaders to a file in the
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D12.0.6.rst89 - anv/descriptor_set: Write the state offset in the surface state free
H A D13.0.3.rst92 - anv/descriptor_set: Write the state offset in the surface state free
H A D18.1.9.rst102 - anv/query: Write both dwords in emit_zero_queries
H A D18.2.1.rst126 - anv/query: Write both dwords in emit_zero_queries
H A D19.3.4.rst128 - intel/fs: Write the address register with NoMask for MOV_INDIRECT
H A D19.3.0.rst1964 - anv/gen12: Write GFX_AUX_TABLE base address register
1968 - iris/gen12: Write GFX_AUX_TABLE base address register
2164 - freedreno/a6xx: Write multiple regs for SP_VS_OUT_REG and
H A D21.3.0.rst3721 - i965: Write a custom allocator for the intel memobj struct
4130 - radv: Write RSRC2_GS for NGGC when pipeline is dirty but not emitted.
4177 - ac/nir/nggc: Write undef to variables in non-repacked ES threads.
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DREADME.rst242 Read/Write via CP_NRT Registers
253 Memory Write example::
/xsrc/external/mit/MesaLib/dist/docs/
H A Dshading.rst122 Write this:
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc489 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h2020 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2041 inline int Write(int fd, const void* buf, unsigned int count) { function in namespace:testing::internal::posix
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc518 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxcapi.h92 virtual HRESULT Write(const void *pv, ULONG cb, ULONG *pcbWritten) = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h2360 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2381 inline int Write(int fd, const void* buf, unsigned int count) { function in namespace:testing::internal::posix

Completed in 110 milliseconds

123456