Home
last modified time | relevance | path

Searched refs:residency (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.cpp80 d3d12_bo_wrap_res(struct d3d12_screen *screen, ID3D12Resource *res, enum d3d12_residency_status residency) in d3d12_bo_wrap_res() argument
100 bo->residency_status = residency; in d3d12_bo_wrap_res()
103 if (residency != d3d12_evicted) { in d3d12_bo_wrap_res()
H A Dd3d12_bufmgr.h118 d3d12_bo_wrap_res(struct d3d12_screen *screen, ID3D12Resource *res, enum d3d12_residency_status residency);
/third_party/ffmpeg/libavcodec/
H A Dh274.h37 uint16_t residency[13 /* h */]; // bit field of v member
H A Dh274.c106 if (database->residency[h] & (1 << v)) in init_slice()
109 database->residency[h] |= (1 << v); in init_slice()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1153 nir_ssa_def *residency = NULL; in lower_tg4_offsets() local
1185 if (residency) in lower_tg4_offsets()
1186 residency = nir_sparse_residency_code_and(b, residency, code); in lower_tg4_offsets()
1188 residency = code; in lower_tg4_offsets()
1191 dest[4] = nir_get_ssa_scalar(residency, 0); in lower_tg4_offsets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp758 const bool residency = (flags & TEST_FLAG_RESIDENCY) != 0; in initProgramsDrawWithUBO() local
788 if (residency && nonResidentStrict) in initProgramsDrawWithUBO()
795 else if (residency) in initProgramsDrawWithUBO()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp758 const bool residency = (flags & TEST_FLAG_RESIDENCY) != 0; in initProgramsDrawWithUBO() local
788 if (residency && nonResidentStrict) in initProgramsDrawWithUBO()
795 else if (residency) in initProgramsDrawWithUBO()

Completed in 11 milliseconds