Home
last modified time | relevance | path

Searched refs:input_locations (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_builtins.c95 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()
Dst_nir.h71 unsigned *input_locations,
/third_party/node/deps/v8/src/maglev/
Dmaglev-compiler.cc121 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()
Dmaglev-code-generator.cc406 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()
Dmaglev-graph-printer.cc327 << ":" << deopt_info->input_locations[index].operand(); in PrintEagerDeopt()
371 << deopt_info->input_locations[index].operand(); in PrintLazyDeopt()
Dmaglev-regalloc.cc330 InputLocation* input = &deopt_info.input_locations[index++]; in UpdateUse()
345 InputLocation* input = &deopt_info.input_locations[index++]; in UpdateUse()
Dmaglev-ir.cc353 input_locations(zone->NewArray<InputLocation>( in DeoptInfo()
359 new (&input_locations[i]) InputLocation(); in DeoptInfo()
Dmaglev-ir.h339 InputLocation* input_locations = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp491 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/
Dvalidate_interfaces.cpp491 std::unordered_set<uint32_t> input_locations; in ValidateLocations() local
510 ? &input_locations in ValidateLocations()
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp507 std::unordered_set<uint32_t> input_locations; in ValidateLocations() local
526 ? &input_locations in ValidateLocations()