Home
last modified time | relevance | path

Searched refs:sfn (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
DMakefile.sources91 sfn/sfn_alu_defines.cpp \
92 sfn/sfn_alu_defines.h \
93 sfn/sfn_callstack.cpp \
94 sfn/sfn_callstack.h \
95 sfn/sfn_conditionaljumptracker.cpp \
96 sfn/sfn_conditionaljumptracker.h \
97 sfn/sfn_defines.h \
98 sfn/sfn_debug.cpp \
99 sfn/sfn_debug.h \
100 sfn/sfn_emitaluinstruction.cpp \
[all …]
Dmeson.build108 'sfn/sfn_alu_defines.cpp',
109 'sfn/sfn_alu_defines.h',
110 'sfn/sfn_callstack.cpp',
111 'sfn/sfn_callstack.h',
112 'sfn/sfn_conditionaljumptracker.cpp',
113 'sfn/sfn_conditionaljumptracker.h',
114 'sfn/sfn_defines.h',
115 'sfn/sfn_debug.cpp',
116 'sfn/sfn_debug.h',
117 'sfn/sfn_emitaluinstruction.cpp',
[all …]
/external/protobuf/kokoro/linux/32-bit/
DDockerfile102 ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
103 ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \
104 ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \
107 ln -sfn /usr/local/php-5.6/bin/php /usr/bin/php && \
108 ln -sfn /usr/local/php-5.6/bin/php-config /usr/bin/php-config && \
109 ln -sfn /usr/local/php-5.6/bin/phpize /usr/bin/phpize && \
112 ln -sfn /usr/local/php-7.0/bin/php /usr/bin/php && \
113 ln -sfn /usr/local/php-7.0/bin/php-config /usr/bin/php-config && \
114 ln -sfn /usr/local/php-7.0/bin/phpize /usr/bin/phpize && \
117 ln -sfn /usr/local/php-7.1/bin/php /usr/bin/php && \
[all …]
/external/protobuf/kokoro/linux/64-bit/
DDockerfile187 ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
188 ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \
189 ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \
192 ln -sfn /usr/local/php-5.6/bin/php /usr/bin/php && \
193 ln -sfn /usr/local/php-5.6/bin/php-config /usr/bin/php-config && \
194 ln -sfn /usr/local/php-5.6/bin/phpize /usr/bin/phpize && \
197 ln -sfn /usr/local/php-7.0/bin/php /usr/bin/php && \
198 ln -sfn /usr/local/php-7.0/bin/php-config /usr/bin/php-config && \
199 ln -sfn /usr/local/php-7.0/bin/phpize /usr/bin/phpize && \
202 ln -sfn /usr/local/php-7.1/bin/php /usr/bin/php && \
[all …]
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
Dfunction-types-calling-conv.lldbinit1 target variable sfn
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dfunction-types-calling-conv.cpp16 auto sfn = &StdcallFn; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerRegistryData.h130 CheckerInfo(RegisterCheckerFn Fn, ShouldRegisterFunction sfn, StringRef Name, in CheckerInfo()
132 : Initialize(Fn), ShouldRegister(sfn), FullName(Name), Desc(Desc), in CheckerInfo()
/external/python/cpython3/Lib/test/
Dpycakey.pem34 d8b1P2BVHLRLJybA2Zr0ZqMfi+sfn/570pNjDXml8VG8FoQq+0jCGXVAOofFR7ay
/external/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
DCheckerRegistry.h118 void addChecker(RegisterCheckerFn Fn, ShouldRegisterFunction sfn,
/external/mesa3d/docs/relnotes/
D20.2.0.rst1412 - r600/sfn: plumb the chip class into the instruction emission
1413 - r600/sfn: fix cayman float instruction emission.
1414 - r600/sfn: cayman fix int trans op2
1415 - r600/sfn: add callstack non-evergreen support
1416 - r600/sfn: add emit if start cayman support
1428 - r600/sfn: fix nop channel assignment.
2215 - r600/sfn: Unify semantic name and index query and use TEXCOORD semantic
2216 - r600/sfn: Fix printing vertex fetch instruction flags
2220 - r600/sfn: Handle CF index loading from non-X channel
2221 - r600/sfn: rework getting a vector and uniforms from the value pool
[all …]
D20.3.0.rst1904 - r600/sfn: Sort uniforms by binding and offset
1905 - r600/sfn: add r600 specific lowering pass for atomics and use it
1906 - r600/sfn: Add a mapping table for atomics
1907 - r600/sfn: correct allocating and emitting of atomics
1908 - r600/sfn: Correct ssbo instruction handling
1909 - r600/sfn: handle querying SSBO size
1910 - r600/sfn: Force a minimum of 4 GPRs, it seems to fix atomics
1918 - r600/sfn: correct ring op patching
1919 - r600/sfn: Fix loading vertex attributes
1920 - r600/sfn: clone shader before lowering to registers and src/dest modifiers
[all …]
D20.1.0.rst2040 - r600/sfn: Add a basic nir shader backend
2042 - r600/sfn: Add the VS in and FS out vectorization
2043 - r600/sfn: Add the WaitAck instruction
2044 - r600/sfn: add live range evaluation for the GPR
2045 - r600/sfn: add register remapping
2046 - r600/sfn: Add lowering arrays to scratch and according instructions
2047 - r600/sfn: Add a load GDS result instruction
2048 - r600/sfn: Add MemRingOut instructions
2049 - r600/sfn: add emitVertex instructions
2050 - r600/sfn: Add support for geometry shader
[all …]
D20.1.2.rst81 - r600/sfn: Don't set num_components on TESS sysvalue intrinsics
/external/libsrtp2/
DMakefile.in169 ln -sfn $@ libsrtp2.$(SHAREDLIBSUFFIXNOVER); \
290 … ln -sfn libsrtp2.$(SHAREDLIBSUFFIX) $(DESTDIR)$(SHAREDLIB_DIR)/libsrtp2.$(SHAREDLIBSUFFIXNOVER); \
/external/python/cpython2/Lib/logging/
Dhandlers.py130 sfn = "%s.%d" % (self.baseFilename, i)
132 if os.path.exists(sfn):
136 os.rename(sfn, dfn)
/external/python/cpython3/Lib/logging/
Dhandlers.py167 sfn = self.rotation_filename("%s.%d" % (self.baseFilename, i))
170 if os.path.exists(sfn):
173 os.rename(sfn, dfn)