Searched refs:extra_flags (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dgfx10_format_table.py174 extra_flags = []
186 extra_flags.append('buffers_only')
197 extra_flags.append('buffers_only')
213 extra_flags.append('buffers_only')
219 extra_flags.append('buffers_only')
225 extra_flags.append('buffers_only')
231 if 'buffers_only' in extra_flags and fmt.colorspace == SRGB:
246 flags=gfx10_fmt.flags + extra_flags,
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_attributes.c94 panfrost_compute_magic_divisor(unsigned hw_divisor, unsigned *o_shift, unsigned *extra_flags) argument
120 *extra_flags = 1;
H A Dpan_encoder.h89 panfrost_compute_magic_divisor(unsigned hw_divisor, unsigned *o_shift, unsigned *extra_flags);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.h61 int extra_flags,
H A Dpan_drm.c51 int extra_flags,
65 // TODO take into account extra_flags
94 if (!(extra_flags & PAN_ALLOCATE_GROWABLE))
47 panfrost_drm_allocate_slab(struct panfrost_screen * screen,struct panfrost_memory * mem,size_t pages,bool same_va,int extra_flags,int commit_count,int extent) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c1238 uint32_t extra_flags);
1245 uint32_t extra_flags)
1299 obj->flags = bo->flags | extra_flags;
1304 if (extra_flags & EXEC_OBJECT_WRITE) {
1327 NULL, extra_flags);
1334 relocs->deps, extra_flags);
1346 uint32_t extra_flags)
1356 anv_execbuf_add_bo(device, exec, bo, NULL, extra_flags);
1241 anv_execbuf_add_bo(struct anv_device * device,struct anv_execbuf * exec,struct anv_bo * bo,struct anv_reloc_list * relocs,uint32_t extra_flags) argument
1342 anv_execbuf_add_bo_bitset(struct anv_device * device,struct anv_execbuf * exec,uint32_t dep_words,BITSET_WORD * deps,uint32_t extra_flags) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.h354 uint32_t extra_flags,
H A Diris_resource.c2564 uint32_t extra_flags,
2570 uint32_t flush = iris_flush_bits_for_history(ice, res) | extra_flags;
2561 iris_flush_and_dirty_for_history(struct iris_context * ice,struct iris_batch * batch,struct iris_resource * res,uint32_t extra_flags,const char * reason) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_batch_chain.c1041 uint32_t extra_flags,
1048 uint32_t extra_flags,
1103 obj->flags = (bo->flags & ~ANV_BO_FLAG_MASK) | extra_flags;
1126 extra_flags, alloc);
1133 return anv_execbuf_add_bo_set(exec, relocs->deps, extra_flags, alloc);
1143 uint32_t extra_flags,
1165 result = anv_execbuf_add_bo(exec, *bo, NULL, extra_flags, alloc);
1045 anv_execbuf_add_bo(struct anv_execbuf * exec,struct anv_bo * bo,struct anv_reloc_list * relocs,uint32_t extra_flags,const VkAllocationCallbacks * alloc) argument
1141 anv_execbuf_add_bo_set(struct anv_execbuf * exec,struct set * deps,uint32_t extra_flags,const VkAllocationCallbacks * alloc) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.h368 uint32_t extra_flags,
H A Dcrocus_resource.c1843 uint32_t extra_flags,
1849 uint32_t flush = crocus_flush_bits_for_history(res) | extra_flags;
1840 crocus_flush_and_dirty_for_history(struct crocus_context * ice,struct crocus_batch * batch,struct crocus_resource * res,uint32_t extra_flags,const char * reason) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h712 * The shift field specifies the power of two, while the extra_flags field
713 * specifies the odd number. If shift = n and extra_flags = m, then the modulus
715 * above, padded_num_vertices = 9 * 2^3, so we should set extra_flags = 4 and
739 * then applies the round-down correction if extra_flags = 1, then finally
754 * magic_divisor = m - 1 and extra_flags = 1.
755 * 4. Otherwise, set magic_divisor = m and extra_flags = 0.
779 u32 extra_flags : 3; member in struct:mali_attr::__anon0cd4e6cb0a08
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1392 IMGUI_API bool BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags);
1393 IMGUI_API void BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip = true);
H A Dimgui.cpp4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument
4375 return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags);
4378 bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument
4381 return BeginChildEx(NULL, id, size_arg, border, extra_flags);
4424 bool ImGui::BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags extra_flags) argument
4432 bool ret = BeginChild(id, size, true, ImGuiWindowFlags_NoMove | ImGuiWindowFlags_AlwaysUseWindowPadding | extra_flags);
6677 void ImGui::BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip) argument
6692 Begin(window_name, NULL, flags | extra_flags);
6902 bool ImGui::BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags) argument
6912 if (extra_flags
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1392 IMGUI_API bool BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags);
1393 IMGUI_API void BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip = true);
H A Dimgui.cpp4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument
4375 return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags);
4378 bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument
4381 return BeginChildEx(NULL, id, size_arg, border, extra_flags);
4424 bool ImGui::BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags extra_flags) argument
4432 bool ret = BeginChild(id, size, true, ImGuiWindowFlags_NoMove | ImGuiWindowFlags_AlwaysUseWindowPadding | extra_flags);
6677 void ImGui::BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip) argument
6692 Begin(window_name, NULL, flags | extra_flags);
6902 bool ImGui::BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags) argument
6912 if (extra_flags
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1711 unsigned shift = 0, extra_flags = 0; local in function:panfrost_emit_vertex_data
1714 panfrost_compute_magic_divisor(hw_divisor, &shift, &extra_flags);
1727 cfg.divisor_e = extra_flags;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c798 pandecode_prop("extra_flags = %d", attr[i].extra_flags);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1651 - anv: Always add in EXEC_OBJECT_WRITE when specified in extra_flags

Completed in 67 milliseconds