Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_wgpu.cpp432 ImTextureID tex_id = pcmd->GetTexID(); in ImGui_ImplWGPU_RenderDrawData() local
433 ImGuiID tex_id_hash = ImHashData(&tex_id, sizeof(tex_id)); in ImGui_ImplWGPU_RenderDrawData()
441 WGPUBindGroup image_bind_group = ImGui_ImplWGPU_CreateImageBindGroup(g_resources.ImageBindGroupLayout, (WGPUTextureView)tex_id); in ImGui_ImplWGPU_RenderDrawData()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c48 uint32_t tex_id : 5; member
548 .id = instr->tex_id, in print_instr()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h260 uint8_t tex_id; member
H A Dir3_shader.c810 fetch -> tex_id, fetch -> wrmask, fetch -> cmd); in ir3_shader_disasm()
H A Dir3_compiler_nir.c4566 fetch->tex_id = instr->prefetch.tex_base; in collect_tex_prefetches()
4572 fetch->tex_id = instr->prefetch.tex; in collect_tex_prefetches()
4583 assert(fetch->tex_id <= 0x1f); in collect_tex_prefetches()
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp2963 const ImTextureID tex_id = font_atlas->TexID; in RenderMouseCursor() local
2964 draw_list->PushTextureID(tex_id); in RenderMouseCursor()
2965 draw_list->AddImage(tex_id, pos + ImVec2(1,0)*scale, pos + ImVec2(1,0)*scale + size*scale, uv[2], uv[3], col_shadow); in RenderMouseCursor()
2966 draw_list->AddImage(tex_id, pos + ImVec2(2,0)*scale, pos + ImVec2(2,0)*scale + size*scale, uv[2], uv[3], col_shadow); in RenderMouseCursor()
2967 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[2], uv[3], col_border); in RenderMouseCursor()
2968 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[0], uv[1], col_fill); in RenderMouseCursor()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp3804 ImTextureID tex_id = font_atlas->TexID; in RenderMouseCursor() local
3805 draw_list->PushTextureID(tex_id); in RenderMouseCursor()
3806 draw_list->AddImage(tex_id, pos + ImVec2(1, 0) * scale, pos + (ImVec2(1, 0) + size) * scale, uv[2], uv[3], col_shadow); in RenderMouseCursor()
3807 draw_list->AddImage(tex_id, pos + ImVec2(2, 0) * scale, pos + (ImVec2(2, 0) + size) * scale, uv[2], uv[3], col_shadow); in RenderMouseCursor()
3808 draw_list->AddImage(tex_id, pos, pos + size * scale, uv[2], uv[3], col_border); in RenderMouseCursor()
3809 draw_list->AddImage(tex_id, pos, pos + size * scale, uv[0], uv[1], col_fill); in RenderMouseCursor()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c536 A6XX_SP_FS_PREFETCH_CMD_TEX_ID(prefetch->tex_id) |
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c1428 A6XX_SP_FS_PREFETCH_CMD_TEX_ID(prefetch->tex_id) | in tu6_emit_fs_inputs()

Completed in 34 milliseconds