Home
last modified time | relevance | path

Searched defs:source_id (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_loads_stores_with_copy_memories.cpp73 opt::Instruction* source_id = in Apply() local
H A Dtransformation_replace_load_store_with_copy_memory.cpp70 opt::Instruction* source_id = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() local
H A Dtransformation_add_copy_memory.cpp28 TransformationAddCopyMemory( const protobufs::InstructionDescriptor& instruction_descriptor, uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, uint32_t initializer_id) TransformationAddCopyMemory() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_loads_stores_with_copy_memories.cpp73 opt::Instruction* source_id = in Apply() local
H A Dtransformation_replace_load_store_with_copy_memory.cpp70 opt::Instruction* source_id = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() local
H A Dtransformation_add_copy_memory.cpp28 TransformationAddCopyMemory( const protobufs::InstructionDescriptor& instruction_descriptor, uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, uint32_t initializer_id) TransformationAddCopyMemory() argument
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_loads_stores_with_copy_memories.cpp73 opt::Instruction* source_id = in Apply() local
H A Dtransformation_replace_load_store_with_copy_memory.cpp70 opt::Instruction* source_id = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() local
H A Dtransformation_add_copy_memory.cpp28 TransformationAddCopyMemory( const protobufs::InstructionDescriptor& instruction_descriptor, uint32_t fresh_id, uint32_t source_id, spv::StorageClass storage_class, uint32_t initializer_id) TransformationAddCopyMemory() argument
/third_party/node/deps/v8/src/torque/
H A Dtorque-compiler.cc30 SourceId source_id = SourceFileMap::AddSource(path); in ReadAndParseTorqueFile() local
182 SourceId source_id = SourceFileMap::AddSource(unit.source_file_path); in CompileTorqueForKythe() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/backend/
H A Dmali_kbase_mmu_csf.c109 u32 source_id = (fault->status >> 16); in kbase_mmu_report_mcu_as_fault_and_reset() local
146 int source_id = (status & GPU_FAULTSTATUS_SOURCE_ID_MASK) >> in kbase_gpu_report_bus_fault_and_kill() local
204 unsigned int source_id; in kbase_mmu_report_fault_and_kill() local
H A Dmali_kbase_mmu_jm.c110 u32 source_id; in kbase_mmu_report_fault_and_kill() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/backend/
H A Dmali_kbase_mmu_jm.c103 u32 source_id; in kbase_mmu_report_fault_and_kill() local
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dstructured_loop_to_selection_reduction_opportunity.cpp114 RedirectEdge( uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) RedirectEdge() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dstructured_loop_to_selection_reduction_opportunity.cpp114 RedirectEdge( uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) RedirectEdge() argument
/third_party/spirv-tools/source/reduce/
H A Dstructured_loop_to_selection_reduction_opportunity.cpp114 RedirectEdge( uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) RedirectEdge() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/include/adapt/
H A Dhi_comm_vo_adapt.h68 hi_u32 source_id; /* RW; WBC source's ID */ member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_l2_cache.c254 mali_l2_cache_core_set_counter_src( struct mali_l2_cache_core *cache, u32 source_id, u32 counter) mali_l2_cache_core_set_counter_src() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_l2_cache.c238 void mali_l2_cache_core_set_counter_src(struct mali_l2_cache_core *cache, u32 source_id, u32 counter) in mali_l2_cache_core_set_counter_src() argument
/third_party/mbedtls/library/
H A Dentropy.c120 static int entropy_update(mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.h83 uint32_t source_id; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu.c1739 int source_id; in kbase_mmu_report_fault_and_kill() local
/third_party/pulseaudio/src/pulsecore/
H A Desound.h151 int source_id; /* either a stream fd or sample id */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu.c1677 int source_id; in kbase_mmu_report_fault_and_kill() local
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc92 void JsonPrintFunctionSource(std::ostream& os, int source_id, in JsonPrintFunctionSource() argument
96 if (with_key) os << "\"" << source_id << "\" : "; in JsonPrintFunctionSource() local
99 os << "\"sourceId\": " << source_id; in JsonPrintFunctionSource() local
141 const int source_id = static_cast<int>(printed_.size()); in GetIdFor() local
154 os << ", \"sourceId\" : " << source_id; in JsonPrintInlinedFunctionInfo() local
183 const int source_id = id_assigner.GetIdFor(shared); in JsonPrintAllSourceWithPositions() local
149 JsonPrintInlinedFunctionInfo( std::ostream& os, int source_id, int inlining_id, const OptimizedCompilationInfo::InlinedFunctionHolder& h) JsonPrintInlinedFunctionInfo() argument
193 const int source_id = id_assigner.GetIdAt(id); JsonPrintAllSourceWithPositions() local
[all...]

Completed in 18 milliseconds

12