Home
last modified time | relevance | path

Searched defs:value_id (Results 1 – 25 of 49) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_push_id_through_variable_test.cpp109 uint32_t value_id = 21; in TEST() local
334 uint32_t value_id = 80; in TEST() local
582 uint32_t value_id = 21; in TEST() local
685 uint32_t value_id = 21; in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_push_id_through_variable_test.cpp109 uint32_t value_id = 21; in TEST() local
334 uint32_t value_id = 80; in TEST() local
582 uint32_t value_id = 21; in TEST() local
685 uint32_t value_id = 21; in TEST() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_push_id_through_variable_test.cpp109 uint32_t value_id = 21; in TEST() local
334 uint32_t value_id = 80; in TEST() local
601 uint32_t value_id = 21; in TEST() local
704 uint32_t value_id = 21; in TEST() local
/external/XNNPACK/src/
Druntime.c916 const uint32_t value_id = external_value->id; in xnn_setup_runtime() local
933 const uint32_t value_id = external_value->id; in xnn_setup_runtime() local
Dtensor.c76 uint32_t value_id) in xnn_tensor_get_size()
Dmemory-planner.c137 uint32_t value_id, in xnn_add_value_allocation_tracker()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_phi_graph.h71 HloValue::Id value_id; member
Dhlo_dataflow_analysis.cc147 const int64 value_id = next_value_id_++; in NewHloValue() local
158 void HloDataflowAnalysis::MarkValueForDeletion(HloValue::Id value_id) { in MarkValueForDeletion()
187 for (HloValue::Id value_id : id_set) { in DeleteMarkedValues() local
347 HloValue& HloDataflowAnalysis::GetValue(HloValue::Id value_id) { in GetValue()
1144 HloValue::Id value_id = pair.first; in Run() local
Dhlo_phi_graph.cc91 for (HloValue::Id value_id : node_to_value_id_[node]) { in ReplaceNodeWith() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_store.cpp28 uint32_t pointer_id, uint32_t value_id, in TransformationStore()
Dtransformation_push_id_through_variable.cpp29 uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, in TransformationPushIdThroughVariable()
Dtransformation_add_parameter.cpp69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_store.cpp28 uint32_t pointer_id, uint32_t value_id, in TransformationStore()
Dtransformation_push_id_through_variable.cpp29 uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, in TransformationPushIdThroughVariable()
Dtransformation_add_parameter.cpp69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_store.cpp27 uint32_t pointer_id, uint32_t value_id, in TransformationStore()
Dtransformation_push_id_through_variable.cpp28 uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, in TransformationPushIdThroughVariable()
Dtransformation_add_parameter.cpp69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable() local
/external/tinyalsa_new/tests/src/
Dmixer_test.cc269 for (unsigned int value_id = 0; value_id < number_of_values; ++value_id) { in TEST_P() local
291 for (unsigned int value_id = 0; value_id < number_of_values; ++value_id) { in TEST_P() local
/external/mesa3d/src/compiler/spirv/
Dvtn_private.h734 vtn_untyped_value(struct vtn_builder *b, uint32_t value_id) in vtn_untyped_value()
746 vtn_push_value(struct vtn_builder *b, uint32_t value_id, in vtn_push_value()
765 vtn_value(struct vtn_builder *b, uint32_t value_id, in vtn_value()
779 vtn_constant_uint(struct vtn_builder *b, uint32_t value_id) in vtn_constant_uint()
797 vtn_constant_int(struct vtn_builder *b, uint32_t value_id) in vtn_constant_int()
815 vtn_get_value_type(struct vtn_builder *b, uint32_t value_id) in vtn_get_value_type()
823 vtn_get_type(struct vtn_builder *b, uint32_t value_id) in vtn_get_type()
Dspirv_to_nir.c241 vtn_ssa_value(struct vtn_builder *b, uint32_t value_id) in vtn_ssa_value()
267 vtn_push_ssa_value(struct vtn_builder *b, uint32_t value_id, in vtn_push_ssa_value()
290 vtn_get_nir_ssa(struct vtn_builder *b, uint32_t value_id) in vtn_get_nir_ssa()
299 vtn_push_nir_ssa(struct vtn_builder *b, uint32_t value_id, nir_ssa_def *def) in vtn_push_nir_ssa()
330 vtn_get_image(struct vtn_builder *b, uint32_t value_id, in vtn_get_image()
342 vtn_push_image(struct vtn_builder *b, uint32_t value_id, in vtn_push_image()
352 vtn_get_sampler(struct vtn_builder *b, uint32_t value_id) in vtn_get_sampler()
368 vtn_push_sampled_image(struct vtn_builder *b, uint32_t value_id, in vtn_push_sampled_image()
379 vtn_get_sampled_image(struct vtn_builder *b, uint32_t value_id) in vtn_get_sampled_image()
3277 const uint32_t value_id = opcode == SpvOpAtomicStore ? w[4] : w[3]; in vtn_handle_image() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dlocal_single_store_elim_pass.cpp164 uint32_t value_id = store_inst->GetSingleWordInOperand(1); in RewriteDebugDeclares() local
Ddebug_info_manager.cpp481 Instruction* scope_and_line, uint32_t variable_id, uint32_t value_id, in AddDebugValueIfVarDeclIsVisible()
510 Instruction* dbg_decl, uint32_t value_id, Instruction* insert_before, in AddDebugValueForDecl()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp161 uint32_t value_id = store_inst->GetSingleWordInOperand(1); in RewriteDebugDeclares() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp161 uint32_t value_id = store_inst->GetSingleWordInOperand(1); in RewriteDebugDeclares() local

12