Searched refs:texture_handle (Results 1 – 7 of 7) sorted by relevance
270 D3D12_GPU_DESCRIPTOR_HANDLE texture_handle = {}; in ImGui_ImplDX12_RenderDrawData() local271 texture_handle.ptr = (UINT64)pcmd->GetTexID(); in ImGui_ImplDX12_RenderDrawData()272 ctx->SetGraphicsRootDescriptorTable(1, texture_handle); in ImGui_ImplDX12_RenderDrawData()
318 unsigned long texture_handle; /**< Handle used to map AGP textures. */ member
987 unsigned texture_handle : 16; member
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()
2444 .texture_handle = texture_index, in emit_texop_native()
40 const fs_reg &texture_handle) in emit_mcs_fetch() argument48 srcs[TEX_LOGICAL_SRC_SURFACE_HANDLE] = texture_handle; in emit_mcs_fetch()
220 const fs_reg &texture_handle);