Searched refs:texture_handle (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx12.cpp | 270 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/ |
H A D | mga_drm.h | 318 unsigned long texture_handle; /**< Handle used to map AGP textures. */ member
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard.h | 987 unsigned texture_handle : 16; member
|
H A D | disassemble.c | 1762 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()
|
H A D | midgard_compile.c | 2444 .texture_handle = texture_index, in emit_texop_native()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_visitor.cpp | 40 const fs_reg &texture_handle) in emit_mcs_fetch() 48 srcs[TEX_LOGICAL_SRC_SURFACE_HANDLE] = texture_handle; in emit_mcs_fetch() 38 emit_mcs_fetch(const fs_reg &coordinate, unsigned components, const fs_reg &texture, const fs_reg &texture_handle) emit_mcs_fetch() argument
|
H A D | brw_fs.h | 220 const fs_reg &texture_handle);
|
Completed in 15 milliseconds