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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2419 const struct dxil_value **handle_entry = NULL; local in function:get_ubo_ssbo_handle
2424 handle_entry = &ctx->cbv_handles[const_block_index->u32];
2427 handle_entry = &ctx->uav_handles[const_block_index->u32];
2430 handle_entry = &ctx->srv_handles[const_block_index->u32];
2437 if (handle_entry && *handle_entry)
2438 return *handle_entry;
2447 if (handle_entry)
2448 *handle_entry = handle;

Completed in 16 milliseconds