Home
last modified time | relevance | path

Searched refs:refIdx (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.cpp307 for (uint32_t refIdx = 0; refIdx < RefPicListLength; refIdx++) { in d3d12_video_decoder_log_pic_params_h264() local
308 if (DXVA_H264_INVALID_PICTURE_ENTRY_VALUE != pPicParams->RefFrameList[refIdx].bPicEntry) { in d3d12_video_decoder_log_pic_params_h264()
309 debug_printf("\t[Reference PicEntry %d]\n", refIdx); in d3d12_video_decoder_log_pic_params_h264()
310 d3d12_video_decoder_log_pic_entry_h264(pPicParams->RefFrameList[refIdx]); in d3d12_video_decoder_log_pic_params_h264()
314 pPicParams->FrameNumList[refIdx], in d3d12_video_decoder_log_pic_params_h264()
315 pPicParams->FieldOrderCntList[refIdx][0], in d3d12_video_decoder_log_pic_params_h264()
316 pPicParams->FieldOrderCntList[refIdx][1]); in d3d12_video_decoder_log_pic_params_h264()
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp66 for (int32_t refIdx = 0; refIdx < shortRefCount; ++refIdx) { in CheckRefPics() local
67 if (!pCtx->sRefPic.pShortRefList[list][refIdx]) { in CheckRefPics()
72 for (int32_t refIdx = 0; refIdx < longRefCount; ++refIdx) { in CheckRefPics() local
73 if (!pCtx->sRefPic.pLongRefList[list][refIdx]) { in CheckRefPics()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp2556 const auto refIdx = floatsPerDispatch * dispatchNdx; in verifyOutput() local
2559 if (deMemCmp(&ref[refIdx], bufferDataPtr + bufferOffset, blockSize) != 0) in verifyOutput()
2564 deMemcpy(refValues.data(), &ref[refIdx], blockSize); in verifyOutput()
DvktPipelineExtendedDynamicStateTests.cpp2846 for (uint32_t refIdx = 0; refIdx < m_testConfig.colorAttachmentCount; ++refIdx) in initPrograms() local
2848 const bool used = (refIdx == m_testConfig.colorAttachmentCount - 1u); in initPrograms()
2849 const std::string attName = (used ? "color" : "unused" + std::to_string(refIdx)); in initPrograms()
2850 …fragOutputLocationStream << "layout(location=" << refIdx << ") out ${OUT_COLOR_VTYPE} " << attName… in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp2556 const auto refIdx = floatsPerDispatch * dispatchNdx; in verifyOutput() local
2559 if (deMemCmp(&ref[refIdx], bufferDataPtr + bufferOffset, blockSize) != 0) in verifyOutput()
2564 deMemcpy(refValues.data(), &ref[refIdx], blockSize); in verifyOutput()
DvktPipelineExtendedDynamicStateTests.cpp2846 for (uint32_t refIdx = 0; refIdx < m_testConfig.colorAttachmentCount; ++refIdx) in initPrograms() local
2848 const bool used = (refIdx == m_testConfig.colorAttachmentCount - 1u); in initPrograms()
2849 const std::string attName = (used ? "color" : "unused" + std::to_string(refIdx)); in initPrograms()
2850 …fragOutputLocationStream << "layout(location=" << refIdx << ") out ${OUT_COLOR_VTYPE} " << attName… in initPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp5314 glw::GLuint refIdx = i % reference_layer_size; in CheckData() local
5316 if (m_reference[refLayerIdx * reference_layer_size + refIdx] != m_result[i]) in CheckData()