/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 346 while (Peek(TOK(var))) { in ValidateModule() 421 while (Peek(TOK(var)) || Peek(TOK(const))) { in ValidateModuleVars() 423 if (Check(TOK(var))) { in ValidateModuleVars() 424 // Had a var. in ValidateModuleVars() 673 EXPECT_TOKEN(TOK(var)); in ValidateFunctionTable() 907 while (Peek(TOK(var))) { in ValidateFunctionLocals() 909 EXPECT_TOKEN(TOK(var)); in ValidateFunctionLocals()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 1750 const nir_variable *var; in output_load_rt_addr() local 1751 var = nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, nir_intrinsic_base(instr)); in output_load_rt_addr() 1752 assert(var); in output_load_rt_addr() 1754 unsigned loc = var->data.location; in output_load_rt_addr() 1979 const nir_variable *var = in emit_intrinsic() local 1983 assert(var != NULL); in emit_intrinsic() 1984 assert(var->data.location >= FRAG_RESULT_DATA0); in emit_intrinsic() 1986 rt = MIDGARD_COLOR_RT0 + var->data.location - in emit_intrinsic()
|
/third_party/python/Lib/test/ |
H A D | test_patma.py | 1847 case Point(1, var): 1848 return var 1855 case Point(1, y=var): 1856 return var 1863 case Point(x=1, y=var): 1864 return var 1871 case Point(y=var, x=1): 1872 return var
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.h | 281 void radv_break_on_count(nir_builder *b, nir_variable *var, nir_ssa_def *count);
|
H A D | radv_meta.c | 855 radv_break_on_count(nir_builder *b, nir_variable *var, nir_ssa_def *count) in radv_break_on_count() argument 857 nir_ssa_def *counter = nir_load_var(b, var); in radv_break_on_count() 864 nir_store_var(b, var, counter, 0x1); in radv_break_on_count()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_function_inlining.cpp | 376 if (deref_var && deref_var->var == this->orig) { in replace_deref()
|
/third_party/ltp/lib/ |
H A D | tst_bool_expr.c | 363 int (*map)(struct tst_expr_tok *var)) in tst_bool_expr_eval() 362 tst_bool_expr_eval(struct tst_expr *expr, int (*map)(struct tst_expr_tok *var)) tst_bool_expr_eval() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.h | 338 struct instruction *insert_phi_node(struct basic_block *bb, struct symbol *var);
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format-test-negatives.c | 80 i -= (p - (unsigned char *) /* do not confuse with var decl */ in f() 84 ctx->buf_off = 0; /* do not confuse with var decl */ in f() 433 union un var; /* struct/union/enum in variable type */ variable
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | mod.rs | 209 pub var: Token![self],
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | mod.rs | 209 pub var: Token![self],
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | mod.rs | 209 pub var: Token![self],
|
/third_party/rust/crates/cxx/syntax/ |
H A D | mod.rs | 209 pub var: Token![self],
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | mod.rs | 209 pub var: Token![self],
|
/third_party/openssl/util/ |
H A D | check-format-test-negatives.c | 80 i -= (p - (unsigned char *) /* do not confuse with var decl */ in f() 84 ctx->buf_off = 0; /* do not confuse with var decl */ in f() 433 union un var; /* struct/union/enum in variable type */ variable
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.h | 138 void writeVarInitializer(const Variable& var, const Expression& value);
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | tttypes.h | 1256 * var :: 1348 * var). 1512 void* var; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer.h | 133 hb_var_int_t var; member
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | test_inspector_builder.h | 137 /// @param var name of the constant to be reference 143 std::string var,
|
/third_party/spirv-tools/test/opt/ |
H A D | spread_volatile_semantics_test.cpp | 51 execution_model + std::string(R"( %main "main" %var in TEST_P() 71 ; CHECK: OpDecorate [[var:%\w+]] BuiltIn )") + in TEST_P() 73 ; CHECK: OpDecorate [[var]] Volatile in TEST_P() 74 OpDecorate %var BuiltIn )") + built_in + std::string(R"( in TEST_P() 91 %var = OpVariable )") + in TEST_P() 105 %load = OpLoad )") + var_load_type + std::string(R"( %var in TEST_P() 148 ; CHECK: [[ptr:%\w+]] = OpAccessChain %_ptr_Input_uint [[var]] %int_0 in TEST_P() 150 %ptr = OpAccessChain %_ptr_Input_uint %var %int_0 in TEST_P() 153 ; CHECK: OpLoad {{%\w+}} [[var]] Volatile in TEST_P() 154 %var_value = OpLoad %uint %var)"); in TEST_P() [all...] |
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | shim.h | 227 std::vector<std::string> parse_env_var_list(std::string const& var);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 62 #define set_uniform_location(var, field, packed) \ 65 var->data.driver_location = offset >> (packed ? 2 : 4); \ 66 var->data.location_frac = (offset >> 2) & 0x3; \
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_program.c | 426 nvc0_hdr_interp_mode(const struct nv50_ir_varying *var) in nvc0_hdr_interp_mode() argument 428 if (var->linear) in nvc0_hdr_interp_mode() 430 if (var->flat) in nvc0_hdr_interp_mode()
|
/third_party/python/ |
H A D | setup.py | 167 var = sysconfig.get_config_var(var_name) 168 if var is not None: 169 m = re.search(r'--sysroot=([^"]\S*|"[^"]+")', var)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 228 const Symbol& var = symbols[varNdx]; in getInputOutputPointers() local 229 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers() 230 const auto componentBytes = getComponentByteSize(var.varType.getBasicType()); in getInputOutputPointers()
|