Home
last modified time | relevance | path

Searched refs:GetStorageType (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp233 Instruction* type = GetStorageType(var); in ReplaceWholeLoad()
291 Instruction* type = GetStorageType(var); in ReplaceWholeStore()
375 Instruction* type = GetStorageType(inst); in CreateReplacementVariables()
478 Instruction* typeInst = GetStorageType(varInst); in CreateVariable()
570 uint32_t storageId = GetStorageType(newVar)->result_id(); in GetOrCreateInitialValue()
645 Instruction* ScalarReplacementPass::GetStorageType( in GetStorageType() function in spvtools::opt::ScalarReplacementPass
668 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable()
974 Instruction* type = GetStorageType(var_inst); in GetMaxLegalIndex()
Dscalar_replacement_pass.h131 Instruction* GetStorageType(const Instruction* inst) const;
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp234 Instruction* type = GetStorageType(var); in ReplaceWholeLoad()
292 Instruction* type = GetStorageType(var); in ReplaceWholeStore()
376 Instruction* type = GetStorageType(inst); in CreateReplacementVariables()
479 Instruction* typeInst = GetStorageType(varInst); in CreateVariable()
571 uint32_t storageId = GetStorageType(newVar)->result_id(); in GetOrCreateInitialValue()
646 Instruction* ScalarReplacementPass::GetStorageType( in GetStorageType() function in spvtools::opt::ScalarReplacementPass
669 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable()
975 Instruction* type = GetStorageType(var_inst); in GetMaxLegalIndex()
Dscalar_replacement_pass.h131 Instruction* GetStorageType(const Instruction* inst) const;
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dscalar_replacement_pass.cpp234 Instruction* type = GetStorageType(var); in ReplaceWholeLoad()
292 Instruction* type = GetStorageType(var); in ReplaceWholeStore()
376 Instruction* type = GetStorageType(inst); in CreateReplacementVariables()
479 Instruction* typeInst = GetStorageType(varInst); in CreateVariable()
571 uint32_t storageId = GetStorageType(newVar)->result_id(); in GetOrCreateInitialValue()
646 Instruction* ScalarReplacementPass::GetStorageType( in GetStorageType() function in spvtools::opt::ScalarReplacementPass
669 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable()
982 Instruction* type = GetStorageType(var_inst); in GetMaxLegalIndex()
Dscalar_replacement_pass.h131 Instruction* GetStorageType(const Instruction* inst) const;
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.h65 TensorStorageType GetStorageType() const { return descriptor_.storage_type; } in GetStorageType() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h73 TensorStorageType GetStorageType() const { return descriptor_.storage_type; } in GetStorageType() function
Dapi.cc374 if (tensor.GetStorageType() == TensorStorageType::BUFFER) { in TensorToObj()
377 if (tensor.GetStorageType() == TensorStorageType::IMAGE_BUFFER) { in TensorToObj()
590 def.object_def.data_layout = ToDataLayout(tensor.GetStorageType()); in TensorToDef()
592 def.object_def.object_type = ToObjectType(tensor.GetStorageType()); in TensorToDef()