/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform.h | 171 /// Requires appends an error diagnostic to `ctx.dst` if the template type 176 bool Requires(CloneContext& ctx) { in Requires() function in tint::transform::Transform 177 return Requires(ctx, {&::tint::TypeInfo::Of<TRANSFORMS>()...}); in Requires() 180 /// Requires appends an error diagnostic to `ctx.dst` if the list of 185 bool Requires(CloneContext& ctx,
|
H A D | num_workgroups_from_uniform.cc | 58 if (!Requires<CanonicalizeEntryPointIO>(ctx)) { in Run()
|
H A D | simplify_pointers.cc | 235 if (!Requires<Unshadow>(ctx)) { in Run()
|
H A D | array_length_from_uniform.cc | 104 if (!Requires<SimplifyPointers>(ctx)) { in Run()
|
H A D | calculate_array_length.cc | 76 if (!Requires<SimplifyPointers>(ctx)) { in Run()
|
H A D | transform.cc | 64 bool Transform::Requires(CloneContext& ctx, in Requires() function in tint::transform::Transform
|
H A D | decompose_strided_matrix.cc | 121 if (!Requires<SimplifyPointers>(ctx)) { in Run()
|
H A D | canonicalize_entry_point_io.cc | 554 if (!Requires<Unshadow>(ctx)) { in Run()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 126 def Requires(self, node): member in Node 180 def Requires(self, node): member in Expr 218 def Requires(self, node): member in Parameter 256 def Requires(self, node): member in VariableDeclaration 282 def Requires(self, node): member in Typedef 335 def Requires(self, node): member in Class 380 def Requires(self, node): member in Function
|
/third_party/node/deps/v8/tools/vim/ |
H A D | ninja-build.vim | 14 " Requires that gyp has already generated build.ninja files, and that ninja is
|
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 396 elsif(/^Requires: *(.*)/i) {
|
/third_party/python/PCbuild/ |
H A D | build.bat | 6 echo.Build CPython from the command line. Requires the appropriate
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 772 // Requires at least 4 GPRs and 32 bytes of l[] memory to temporarily save GPRs.
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 946 // Requires that %xmm9 = 0x0F0F... as in preheat
|
/third_party/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 965 // Requires that %xmm9 = 0x0F0F... as in preheat
|