Home
last modified time | relevance | path

Searched refs:imageId (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp97 imageId = insn.word(1); in ImageInstruction()
108 imageId = insn.word(3); in ImageInstruction()
117 imageId = sampledImage.definition.word(3); in ImageInstruction()
122 imageId = sampledImageId; in ImageInstruction()
130 // `imageId` can represent either a Sampled Image, a samplerless Image, or a pointer to an Image. in ImageInstruction()
132 const Type &imageObjectType = spirv.getObjectType(imageId); in ImageInstruction()
330 Pointer<Byte> imageDescriptor = state->getPointer(instruction.imageId).base; // vk::SampledImageDescriptor* in EmitImageSampleUnconditional()
452 auto imageId = Object::ID(insn.word(3)); in EmitImageQuerySizeLod() local
456 GetImageDimensions(state, resultTy, imageId, lodId, dst); in EmitImageQuerySizeLod()
464 auto imageId in EmitImageQuerySize() local
473 GetImageDimensions(EmitState const *state, Type const &resultTy, Object::ID imageId, Object::ID lodId, Intermediate &dst) const GetImageDimensions() argument
540 auto imageId = Object::ID(insn.word(3)); EmitImageQueryLevels() local
568 auto imageId = Object::ID(insn.word(3)); EmitImageQuerySamples() local
1437 Object::ID imageId = insn.word(3); EmitSampledImageCombineOrSplit() local
[all...]
H A DSpirvShader.hpp587 Object::ID imageId = 0;
1318 void GetImageDimensions(EmitState const *state, Type const &resultTy, Object::ID imageId, Object::ID lodId, Intermediate &dst) const;
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dcamera_benchmark_test.cpp273 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F()
274 cameraTest->rc = cameraTest->imageProcessSession_->ProcessImage(imageId); in BENCHMARK_F()
296 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F()
297 cameraTest->rc = cameraTest->imageProcessSession_->RemoveImage(imageId); in BENCHMARK_F()
H A Dbenchmark_common.cpp585 int32_t Test::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone() argument
588 CAMERA_LOGI("imageId: %{public}s", imageId.c_str()); in OnProcessDone()
590 curImageId_ = imageId; in OnProcessDone()
603 int32_t Test::TestImageProcessCallback::OnError(const std::string& imageId, \ in OnError() argument
606 CAMERA_LOGI("imageId: %{public}s, errorCode: %{public}d", imageId.c_str(), errorCode); in OnError()
607 curImageId_ = imageId; in OnError()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_oncomplete_test.cpp120 const char *imageId = "onTouchEvent"; in CreateNativeNode() local
122 auto image = CreateSubImageNode(nodeAPI, imageId, onTouchEventId); in CreateNativeNode()
H A Dimage_onerror_test.cpp119 const char *imageId = "onTouchEvent"; in CreateNativeNode() local
121 auto image = CreateSubImageNode(nodeAPI, imageId, onTouchEventId); in CreateNativeNode()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp748 int32_t Test::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone() argument
751 CAMERA_LOGI("imageId: %{public}s", imageId.c_str()); in OnProcessDone()
753 curImageId_ = imageId; in OnProcessDone()
767 int32_t Test::TestImageProcessCallback::OnError(const std::string& imageId, in OnError() argument
770 CAMERA_LOGI("imageId: %{public}s, errorCode: %{public}d", imageId.c_str(), errorCode); in OnError()
771 curImageId_ = imageId; in OnError()
H A Dcamera_hdi_test_v1_2.cpp71 for (auto imageId = pendingImages.begin(); imageId != pendingImages.end(); ++imageId) { in RemovePendingImages()
72 ret = cameraTest->imageProcessSession_->RemoveImage(*imageId); in RemovePendingImages()
/third_party/skia/tools/debugger/
H A DDebugCanvas.cpp632 imageIndex = static_cast<const DrawImageCommand*>(command)->imageId(udm);
636 imageIndex = static_cast<const DrawImageRectCommand*>(command)->imageId(udm);
640 imageIndex = static_cast<const DrawImageLatticeCommand*>(command)->imageId(udm);
H A DDrawCommand.h270 uint64_t imageId(UrlDataManager& udb) const;
292 uint64_t imageId(UrlDataManager& udb) const;
315 uint64_t imageId(UrlDataManager& udm) const;
H A DDrawCommand.cpp1197 uint64_t DrawImageCommand::imageId(UrlDataManager& udm) const { in imageId() function in DrawImageCommand
1256 uint64_t DrawImageLatticeCommand::imageId(UrlDataManager& udm) const { in imageId() function in DrawImageLatticeCommand
1304 uint64_t DrawImageRectCommand::imageId(UrlDataManager& udm) const { in imageId() function in DrawImageRectCommand
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
H A Dhdi_common_v1_2.h318 int32_t OnProcessDone(const std::string& imageId,
321 int32_t OnError(const std::string& imageId, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) override;

Completed in 15 milliseconds