Home
last modified time | relevance | path

Searched refs:bcolor_entry (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h304 struct bcolor_entry {
352 tu6_pack_border_color(struct bcolor_entry *bcolor, const VkClearColorValue *val, bool is_int)
H A Dtu_device.h199 struct bcolor_entry bcolor_builtin[TU_BORDER_COLOR_BUILTIN], bcolor[];
H A Dtu_device.c1900 global_size += TU_BORDER_COLOR_COUNT * sizeof(struct bcolor_entry); in tu_CreateDevice()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c160 struct PACKED bcolor_entry { struct
186 struct bcolor_entry *entries) in setup_border_colors()
189 STATIC_ASSERT(sizeof(struct bcolor_entry) == FD5_BORDER_COLOR_SIZE); in setup_border_colors()
192 struct bcolor_entry *e = &entries[i]; in setup_border_colors()
319 struct bcolor_entry *entries;
323 STATIC_ASSERT(sizeof(struct bcolor_entry) == FD5_BORDER_COLOR_SIZE);
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c58 struct PACKED bcolor_entry { struct
76 #define FD6_BORDER_COLOR_SIZE sizeof(struct bcolor_entry)
82 struct bcolor_entry *entries, in setup_border_colors()
86 STATIC_ASSERT(sizeof(struct bcolor_entry) == FD6_BORDER_COLOR_SIZE); in setup_border_colors()
90 struct bcolor_entry *e = &entries[i]; in setup_border_colors()
224 struct bcolor_entry *entries;
228 STATIC_ASSERT(sizeof(struct bcolor_entry) == FD6_BORDER_COLOR_SIZE);

Completed in 12 milliseconds