Searched refs:depth_decomp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c245 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) {
247 state->depth_decomp[i].pass,
250 state->depth_decomp[i].p_layout,
253 state->depth_decomp[i].decompress_pipeline,
256 state->depth_decomp[i].resummarize_pipeline,
276 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) {
279 res = create_pass(device, samples, &state->depth_decomp[i].pass);
284 &state->depth_decomp[i].p_layout);
292 state->depth_decomp[i].pass,
293 state->depth_decomp[
[all...]
H A Dradv_private.h590 } depth_decomp[1 + MAX_SAMPLES_LOG2]; member in struct:radv_meta_state
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c372 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) {
373 radv_DestroyRenderPass(radv_device_to_handle(device), state->depth_decomp[i].pass,
375 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->depth_decomp[i].p_layout,
379 state->depth_decomp[i].decompress_pipeline, &state->alloc);
381 state->depth_decomp[i].resummarize_pipeline, &state->alloc);
398 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) {
401 res = create_pass(device, samples, &state->depth_decomp[i].pass);
405 res = create_pipeline_layout(device, &state->depth_decomp[i].p_layout);
412 res = create_pipeline(device, samples, state->depth_decomp[i].pass,
413 state->depth_decomp[
[all...]
H A Dradv_private.h589 } depth_decomp[MAX_SAMPLES_LOG2]; member in struct:radv_meta_state

Completed in 14 milliseconds