Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp270 D3D12_GPU_DESCRIPTOR_HANDLE texture_handle = {}; in ImGui_ImplDX12_RenderDrawData() local
271 texture_handle.ptr = (UINT64)pcmd->GetTexID(); in ImGui_ImplDX12_RenderDrawData()
272 ctx->SetGraphicsRootDescriptorTable(1, texture_handle); in ImGui_ImplDX12_RenderDrawData()
/third_party/libdrm/include/drm/
Dmga_drm.h318 unsigned long texture_handle; /**< Handle used to map AGP textures. */ member
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard.h987 unsigned texture_handle : 16; member
Ddisassemble.c1762 print_texture_reg_select(fp, texture->texture_handle, in_reg_base); in print_texture_word()
1768 fprintf(fp, "texture%u, ", texture->texture_handle); in print_texture_word()
1769 update_stats(&ctx->midg_stats.texture_count, texture->texture_handle); in print_texture_word()
Dmidgard_compile.c2444 .texture_handle = texture_index, in emit_texop_native()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp40 const fs_reg &texture_handle) in emit_mcs_fetch() argument
48 srcs[TEX_LOGICAL_SRC_SURFACE_HANDLE] = texture_handle; in emit_mcs_fetch()
Dbrw_fs.h220 const fs_reg &texture_handle);