Searched refs:input_locations (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_nir_builtins.c | 95 unsigned *input_locations, in st_nir_make_passthrough_shader() argument 112 snprintf(var_name, sizeof(var_name), "sys_%u", input_locations[i]); in st_nir_make_passthrough_shader() 116 snprintf(var_name, sizeof(var_name), "in_%u", input_locations[i]); in st_nir_make_passthrough_shader() 119 in->data.location = input_locations[i]; in st_nir_make_passthrough_shader()
|
D | st_nir.h | 71 unsigned *input_locations,
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-compiler.cc | 121 node->mark_use(use_id, &deopt_info->input_locations[index++]); in MarkCheckpointNodes() 136 node->mark_use(use_id, &deopt_info->input_locations[index++]); in MarkCheckpointNodes()
|
D | maglev-code-generator.cc | 406 deopt_info->input_locations, interpreter::Register::invalid_value()); in EmitEagerDeopt() 446 deopt_info->input_locations, deopt_info->result_location); in EmitLazyDeopt() 473 const InputLocation* input_locations, in EmitDeoptFrameValues() argument 483 const InputLocation* input_location = input_locations; in EmitDeoptFrameValues()
|
D | maglev-graph-printer.cc | 327 << ":" << deopt_info->input_locations[index].operand(); in PrintEagerDeopt() 371 << deopt_info->input_locations[index].operand(); in PrintLazyDeopt()
|
D | maglev-regalloc.cc | 330 InputLocation* input = &deopt_info.input_locations[index++]; in UpdateUse() 345 InputLocation* input = &deopt_info.input_locations[index++]; in UpdateUse()
|
D | maglev-ir.cc | 353 input_locations(zone->NewArray<InputLocation>( in DeoptInfo() 359 new (&input_locations[i]) InputLocation(); in DeoptInfo()
|
D | maglev-ir.h | 339 InputLocation* input_locations = nullptr; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_interfaces.cpp | 491 std::unordered_set<uint32_t> input_locations; in ValidateLocations() local 510 ? &input_locations in ValidateLocations()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 491 std::unordered_set<uint32_t> input_locations; in ValidateLocations() local 510 ? &input_locations in ValidateLocations()
|
/third_party/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 507 std::unordered_set<uint32_t> input_locations; in ValidateLocations() local 526 ? &input_locations in ValidateLocations()
|