| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 45 uint32_t tex_id : 5; member in struct:instr 541 .id = instr->tex_id,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 48 uint32_t tex_id : 5; member in struct:instr 548 .id = instr->tex_id,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_shader.h | 255 uint8_t tex_id; member in struct:ir3_sampler_prefetch
|
| H A D | ir3_shader.c | 685 fetch -> tex_id, fetch -> wrmask, fetch -> cmd);
|
| H A D | ir3_compiler_nir.c | 3936 fetch->tex_id = instr->prefetch.tex_base; 3942 fetch->tex_id = instr->prefetch.tex; 3953 assert(fetch->tex_id <= 0x1f);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2963 const ImTextureID tex_id = font_atlas->TexID; local in function:ImGui::RenderMouseCursor 2964 draw_list->PushTextureID(tex_id); 2965 draw_list->AddImage(tex_id, pos + ImVec2(1,0)*scale, pos + ImVec2(1,0)*scale + size*scale, uv[2], uv[3], col_shadow); 2966 draw_list->AddImage(tex_id, pos + ImVec2(2,0)*scale, pos + ImVec2(2,0)*scale + size*scale, uv[2], uv[3], col_shadow); 2967 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[2], uv[3], col_border); 2968 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[0], uv[1], col_fill);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2963 const ImTextureID tex_id = font_atlas->TexID; local in function:ImGui::RenderMouseCursor 2964 draw_list->PushTextureID(tex_id); 2965 draw_list->AddImage(tex_id, pos + ImVec2(1,0)*scale, pos + ImVec2(1,0)*scale + size*scale, uv[2], uv[3], col_shadow); 2966 draw_list->AddImage(tex_id, pos + ImVec2(2,0)*scale, pos + ImVec2(2,0)*scale + size*scale, uv[2], uv[3], col_shadow); 2967 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[2], uv[3], col_border); 2968 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[0], uv[1], col_fill);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 498 A6XX_SP_FS_PREFETCH_CMD_TEX_ID(prefetch->tex_id) |
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 1381 A6XX_SP_FS_PREFETCH_CMD_TEX_ID(prefetch->tex_id) |
|