Searched refs:resId (Results 1 - 12 of 12) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoFrameBuffer.cpp | 444 for (unsigned int resId = 0; resId < numResources; resId++) { 445 if ((deUint32)indexes[resId] < m_perFrameDecodeImageSet.size()) { 446 m_perFrameDecodeImageSet[indexes[resId]].Deinit(); 691 for (unsigned int resId = 0; resId < numResources; resId++) { 692 if ((deUint32)referenceSlotIndexes[resId] < m_perFrameDecodeImageSet.size()) { 694 m_perFrameDecodeImageSet.GetImageSetNewLayout(m_vkDevCtx, referenceSlotIndexes[resId], newDpbImageLayerLayou [all...] |
H A D | vktVideoBaseDecodeUtils.cpp | 1444 for (int32_t resId = 0; resId < pPicParams->numGopReferenceSlots; resId++) 1447 // pGopReferenceSlots[resId].slotLayerIndex = 0; 1448 // pictureResourcesInfo[resId].image can be a nullptr handle if the picture is not-existent. 1449 if (!!cachedParameters->pictureResourcesInfo[resId].image && 1450 (cachedParameters->pictureResourcesInfo[resId].currentImageLayout != VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR) && 1451 (cachedParameters->pictureResourcesInfo[resId].currentImageLayout != VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR)) 1456 barrier.image = cachedParameters->pictureResourcesInfo[resId].image;
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/ |
H A D | RuntimeSample.java | 24 public RuntimeSample(Resources res, int resId) { in RuntimeSample() argument 27 InputStream is = res.openRawResource(resId); in RuntimeSample()
|
H A D | ImageShaderSample.java | 24 public ImageShaderSample(Resources res, int resId) { in ImageShaderSample() argument 26 Image image = Image.fromStream(res.openRawResource(resId)); in ImageShaderSample()
|
H A D | SkottieSample.java | 25 public SkottieSample(Resources res, int resId) { in SkottieSample() argument 29 InputStream is = res.openRawResource(resId); in SkottieSample()
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieView.java | 126 public void setSource(int resId) { in setSource() argument 127 InputStream inputStream = mBackingView.getResources().openRawResource(resId); in setSource()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 2879 for (int32_t resId = 0; resId < pPicParams->numGopReferenceSlots; resId++) 2881 s << std::dec << (int32_t)pPicParams->pGopReferenceImagesIndexes[resId] << ":" << pictureResourcesInfo[resId].image << " "; 2884 // pGopReferenceSlots[resId].slotLayerIndex = 0; 2885 // pictureResourcesInfo[resId].image can be a DE_NULL handle if the picture is not-existent. 2886 if (pictureResourcesInfo[resId].image != DE_NULL && pictureResourcesInfo[resId].currentImageLayout != newLayout) 2891 imageBarrier.oldLayout = pictureResourcesInfo[resId] [all...] |
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | SkottieActivity.java | 57 for (int resId : rawAssets) { in populateGrid() 59 view.setSource(resId); in populateGrid()
|
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 779 const spv::Id resId = asId(word); in mapFnBodies() local 794 if (isOldIdUnmapped(resId)) { in mapFnBodies() 795 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies() 1405 const spv::Id resId = asTypeConstId(typeStart); in mapTypeConst() local 1411 if (isOldIdUnmapped(resId)) { in mapTypeConst() 1412 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 627 const uint32_t resId = call_inst_itr->result_id(); in GenInlineCode() local 628 assert(resId != 0); in GenInlineCode() 629 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inline_pass.cpp | 627 const uint32_t resId = call_inst_itr->result_id(); in GenInlineCode() local 628 assert(resId != 0); in GenInlineCode() 629 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|
/third_party/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 662 const uint32_t resId = call_inst_itr->result_id(); in GenInlineCode() local 663 assert(resId != 0); in GenInlineCode() 664 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|
Completed in 14 milliseconds