Lines Matching defs:layout
123 const struct intel_perf_query_field_layout *layout =
127 /* Align to the requirement of the layout */
129 DIV_ROUND_UP(layout->alignment, sizeof(uint64_t)));
132 uint64s_per_slot += 2 * DIV_ROUND_UP(layout->size, sizeof(uint64_t));
137 const struct intel_perf_query_field_layout *layout =
151 /* Align to the requirement of the layout */
153 DIV_ROUND_UP(layout->alignment, sizeof(uint64_t)));
156 uint64s_per_slot += 2 * DIV_ROUND_UP(layout->size, sizeof(uint64_t));
257 * VK_KHR_performance_query layout :
356 * VK_INTEL_performance_query layout :
869 const struct intel_perf_query_field_layout *layout =
874 for (uint32_t f = 0; f < layout->n_fields; f++) {
876 &layout->fields[end ? f : (layout->n_fields - 1 - f)];
975 const struct intel_perf_query_field_layout *layout = &pdevice->perf->query_layout;
979 for (uint32_t r = 0; r < layout->n_fields; r++) {
981 &layout->fields[end ? r : (layout->n_fields - 1 - r)];
1027 for (uint32_t r = 0; r < layout->n_fields; r++) {
1029 &layout->fields[layout->n_fields - 1 - r];
1178 const struct intel_perf_query_field_layout *layout = &pdevice->perf->query_layout;
1181 for (uint32_t r = 0; r < layout->n_fields; r++) {
1182 const struct intel_perf_query_field *field = &layout->fields[r];