HomeSort by: relevance | last modified time | path
    Searched defs:anv_state_table (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_private.h 660 struct anv_state_table { struct
677 struct anv_state_table table;
753 VkResult anv_state_table_init(struct anv_state_table *table,
756 void anv_state_table_finish(struct anv_state_table *table);
757 VkResult anv_state_table_add(struct anv_state_table *table, uint32_t *idx,
760 struct anv_state_table *table,
763 struct anv_state_table *table);
767 anv_state_table_get(struct anv_state_table *table, uint32_t idx)
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_private.h 742 struct anv_state_table { struct
754 struct anv_state_table table;
815 VkResult anv_state_table_init(struct anv_state_table *table,
818 void anv_state_table_finish(struct anv_state_table *table);
819 VkResult anv_state_table_add(struct anv_state_table *table, uint32_t *idx,
822 struct anv_state_table *table,
825 struct anv_state_table *table);
829 anv_state_table_get(struct anv_state_table *table, uint32_t idx)

Completed in 14 milliseconds