Home
last modified time | relevance | path

Searched +full:nullhw +full:- +full:layer (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/
H A Dmeson.build2 # SPDX-License-Identifier: MIT
28 if get_option('vulkan-layers').contains('intel-nullhw')
29 subdir('nullhw-layer') subdir
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_vp9_g12.cpp2 * Copyright (c) 2017-2020, Intel Corporation
54 //Note: virtual engine interface destroy is done in MOS layer in ~CodechalDecodeVp9G12()
65 if (!Mos_ResourceIsNull(&m_histogramSurface->OsResource)) in ~CodechalDecodeVp9G12()
67 m_osInterface->pfnFreeResource( in ~CodechalDecodeVp9G12()
69 &m_histogramSurface->OsResource); in ~CodechalDecodeVp9G12()
88 m_osInterface->pfnVirtualEngineSupported(m_osInterface, true, true); in CodechalDecodeVp9G12()
97 m_osInterface->pOsContext); in CodechalDecodeVp9G12()
118 if (static_cast<MhwVdboxMfxInterfaceG12 *>(m_mfxInterface)->IsScalabilitySupported()) in SetGpuCtxCreatOption()
125 if (((PMOS_GPUCTX_CREATOPTIONS_ENHANCED)m_gpuCtxCreatOpt)->LRCACount == 2) in SetGpuCtxCreatOption()
129 CODECHAL_DECODE_CHK_STATUS_RETURN(m_osInterface->pfnCreateGpuContext( in SetGpuCtxCreatOption()
[all …]
H A Dcodechal_decode_hevc_g12.cpp2 * Copyright (c) 2017-2021, Intel Corporation
51 uint8_t chromaFormatPic = m_hevcPicParams->chroma_format_idc; in AllocateResourcesVariableSizes()
59 uint32_t ctbLog2SizeYPic = m_hevcPicParams->log2_diff_max_min_luma_coding_block_size + in AllocateResourcesVariableSizes()
60 m_hevcPicParams->log2_min_luma_coding_block_size_minus3 + 3; in AllocateResourcesVariableSizes()
107 … // allocate an internal temporary buffer as reference which holds pixels before in-loop filter in AllocateResourcesVariableSizes()
119 count = m_hevcPicParams->num_tile_columns_minus1 + 1; in AllocateResourcesVariableSizes()
120 …size = m_standardDecodeSizeNeeded * (m_decodeParams.m_numSlices + 1 + m_hevcPicParams->num_tile_ro… in AllocateResourcesVariableSizes()
126 … + (m_hevcPicParams->num_tile_rows_minus1 + 1) * (m_hevcPicParams->num_tile_columns_minus1 + 1)); in AllocateResourcesVariableSizes()
157 if (m_mmc && m_mmc->IsMmcEnabled() && MEDIA_IS_WA(m_waTable, Wa_1408785368) && in AllocateResourcesVariableSizes()
161 if (m_secureDecoder && m_secureDecoder->IsAuxDataInvalid(&m_destSurface.OsResource)) in AllocateResourcesVariableSizes()
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/renderhal/
H A Drenderhal_platform_interface_next.cpp2 * Copyright (c) 2021-2023, Intel Corporation
69 auto& par = m_renderItf->MHW_GETPAR_F(PIPELINE_SELECT)(); in AddPipelineSelectCmd()
72 MHW_CHK_STATUS_RETURN(m_renderItf->MHW_ADDCMD_F(PIPELINE_SELECT)(pCmdBuffer)); in AddPipelineSelectCmd()
141 MHW_RENDERHAL_CHK_NULL_RETURN(pRenderHal->pOsInterface); in SendChromaKey()
145 MHW_RENDERHAL_CHK_NULL_RETURN(pRenderHal->pOsInterface); in SendChromaKey()
146 pWaTable = pRenderHal->pOsInterface->pfnGetWaTable(pRenderHal->pOsInterface); in SendChromaKey()
148 renderGpuContext = pRenderHal->pOsInterface->pfnGetGpuContext(pRenderHal->pOsInterface); in SendChromaKey()
158 auto &par = m_miItf->MHW_GETPAR_F(PIPE_CONTROL)(); in SendChromaKey()
165 MHW_CHK_STATUS_RETURN(m_miItf->MHW_ADDCMD_F(PIPE_CONTROL)(pCmdBuffer)); in SendChromaKey()
194 MHW_RENDERHAL_CHK_STATUS_RETURN(m_renderItf->SetL3Cache(pCmdBuffer, m_miItf)); in SetL3Cache()
[all …]
/aosp_15_r20/external/mesa3d/
H A D.mr-label-maker.yml31 'gitlab-ci': 'CI'
38 'intel/compiler': 'intel-compiler'
39 'intel/brw': 'intel-brw'
40 'intel/elk': 'intel-elk'
41 'intel/tools': 'intel-tools'
73 'spirv': 'SPIR-V'
82 'vaapi': 'VA-API'
119 '^.gitlab-ci': ['CI']
120 '^.*/gitlab-ci(-inc)?.yml': ['CI']
121 '^.*/ci/deqp-.*\.toml': ['CI']
[all …]
/aosp_15_r20/external/mesa3d/src/intel/ci/
H A Dgitlab-ci-inc.yml1 .intel-common-rules:
4 - changes: &intel_common_file_list
5 - src/intel/*
6 - src/intel/blorp/**/*
7 - src/intel/common/**/*
8 - src/intel/compiler/**/*
9 - src/intel/dev/**/*
10 - src/intel/ds/**/*
11 - src/intel/genxml/**/*
12 - src/intel/isl/**/*
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal_render_vebox_base.cpp2 * Copyright (c) 2011-2022, Intel Corporation
123 // DWORD 16 - 41: DistWgt[5][5]
166 //------------------------------------ in VeboxSendVecsStatusTag()
170 //------------------------------------ in VeboxSendVecsStatusTag()
174 VPHAL_RENDER_CHK_STATUS(pOsInterface->pfnGetGpuStatusBufferResource( in VeboxSendVecsStatusTag()
179 VPHAL_RENDER_CHK_STATUS(pOsInterface->pfnRegisterResource( in VeboxSendVecsStatusTag()
187 …FlushDwParams.dwResourceOffset = pOsInterface->pfnGetGpuStatusTagOffset(pOsInterface, MOS_GPU_CON… in VeboxSendVecsStatusTag()
188 …FlushDwParams.dwDataDW1 = pOsInterface->pfnGetGpuStatusTag(pOsInterface, MOS_GPU_CONTEXT_V… in VeboxSendVecsStatusTag()
189 VPHAL_RENDER_CHK_STATUS(pMhwMiInterface->AddMiFlushDwCmd( in VeboxSendVecsStatusTag()
194 pOsInterface->pfnIncrementGpuStatusTag(pOsInterface, MOS_GPU_CONTEXT_VEBOX); in VeboxSendVecsStatusTag()
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[all …]
H A D24.1.0.rst1 Mesa 24.1.0 Release Notes / 2024-05-22
20 ---------------
24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz
28 ------------
30 - VK_EXT_map_memory_placed on RADV, ANV and NVK
31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK
32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip
33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip
34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip
35 - VK_KHR_shader_expect_assume on all Vulkan drivers
[all …]
H A D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
/aosp_15_r20/out/.module_paths/
Dfiles.db2 {"WorkingDirectory":"/root/opengrok-1.13.29/src/aosp_15_r20","RootDirs":["."],"FollowSymlinks":false,"ExcludeDirs":[".git",".repo"],"PruneFiles":[".out-dir",".find-ignore"],"IncludeFiles":["Android.mk","AndroidProducts.mk","Android.bp","CleanSpec.mk","OWNERS","TEST_MAPPING","METADATA"],"IncludeSuffixes":[".mk"],"FilesystemView":"root@v2202504258438334715"}
3 [{"Device":65027,"Root":"/root/opengrok-1.13.29/src/aosp_15_r20","Dirs":[{"P":"","T":1749095540760375437,"I":547973,"F":["Android.bp","lk_inc.mk"]},{"P":"art","T":1745562276530206591,"I":2361613,"F":["Android.mk","Android.bp","TEST_MAPPING","OWNERS","METADATA","CleanSpec.mk"]},{"P":"art/adbconnection","T":1745562275874206941,"I":4456672,"F":["Android.bp"]},{"P":"art/artd","T":1745562275878206940,"I":4456683,"F":["Android.bp"]},{"P":"art/artd/binder","T":1745562275874206941,"I":4456728,"F":["Android.bp"]},{"P":"art/artd/binder/com","T":1745562275874206941,"I":4456732,"F":null},{"P":"art/artd/binder/com/android","T":1745562275874206941,"I":4456734,"F":null},{"P":"art/artd/binder/com/android/server","T":1745562275874206941,"I":4456735,"F":null},{"P":"art/artd/binder/com/android/server/art","T":1745562275878206940,"I":4456738,"F":[]},{"P":"art/artd/tests","T":1745562275878206940,"I":4456798,"F":["Android.bp"]},{"P":"art/artd/tests/src","T":1745562275878206940,"I":4456805,"F":null},{"P":"art/artd/tests/src/com","T":1745562275878206940,"I":4456806,"F":null},{"P":"art/artd/tests/src/com/android","T":1745562275878206940,"I":4456807,"F":null},{"P":"art/artd/tests/src/com/android/art","T":1745562275878206940,"I":4456808,"F":[]},{"P":"art/benchmark","T":1745562275878206940,"I":4456812,"F":["Android.bp"]},{"P":"art/benchmark/const-class","T":1745562275878206940,"I":4456817,"F":[]},{"P":"art/benchmark/const-class/src","T":1745562275878206940,"I":4456822,"F":[]},{"P":"art/benchmark/const-string","T":1745562275878206940,"I":4456828,"F":[]},{"P":"art/benchmark/const-string/src","T":1745562275878206940,"I":4456833,"F":[]},{"P":"art/benchmark/golem-tiagent","T":1745562275878206940,"I":4456842,"F":[]},{"P":"art/benchmark/jni-per
[all...]