HomeSort by relevance Sort by last modified time
    Searched full:meta_state (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 312 device->meta_state.blit.ds_layout,
355 .renderPass = device->meta_state.blit.render_pass[fs_key],
366 pipeline = device->meta_state.blit.pipeline_1d_src[fs_key];
369 pipeline = device->meta_state.blit.pipeline_2d_src[fs_key];
372 pipeline = device->meta_state.blit.pipeline_3d_src[fs_key];
383 .renderPass = device->meta_state.blit.depth_only_rp,
394 pipeline = device->meta_state.blit.depth_only_1d_pipeline;
397 pipeline = device->meta_state.blit.depth_only_2d_pipeline;
400 pipeline = device->meta_state.blit.depth_only_3d_pipeline;
410 .renderPass = device->meta_state.blit.stencil_only_rp
    [all...]
radv_meta_bufimage.c 126 zero(device->meta_state.itob);
157 &device->meta_state.alloc,
158 &device->meta_state.itob.img_ds_layout);
166 .pSetLayouts = &device->meta_state.itob.img_ds_layout,
173 &device->meta_state.alloc,
174 &device->meta_state.itob.img_p_layout);
192 .layout = device->meta_state.itob.img_p_layout,
196 radv_pipeline_cache_to_handle(&device->meta_state.cache),
198 &device->meta_state.itob.pipeline);
212 if (device->meta_state.itob.img_p_layout)
    [all...]
radv_meta_buffer.c 122 zero(device->meta_state.buffer);
143 &device->meta_state.alloc,
144 &device->meta_state.buffer.fill_ds_layout);
171 &device->meta_state.alloc,
172 &device->meta_state.buffer.copy_ds_layout);
180 .pSetLayouts = &device->meta_state.buffer.fill_ds_layout,
187 &device->meta_state.alloc,
188 &device->meta_state.buffer.fill_p_layout);
195 .pSetLayouts = &device->meta_state.buffer.copy_ds_layout,
201 &device->meta_state.alloc
    [all...]
radv_meta_blit2d.c 126 device->meta_state.blit2d.ds_layouts[src_type],
144 device->meta_state.blit2d.p_layouts[src_type],
152 device->meta_state.blit2d.ds_layouts[src_type],
179 device->meta_state.blit2d.p_layouts[src_type], 0, 1,
241 cmd_buffer->device->meta_state.blit2d.pipelines[src_type][fs_key];
254 cmd_buffer->device->meta_state.blit2d.depth_only_pipeline[src_type];
267 cmd_buffer->device->meta_state.blit2d.stencil_only_pipeline[src_type];
364 .renderPass = device->meta_state.blit2d.render_passes[fs_key],
380 .renderPass = device->meta_state.blit2d.depth_only_rp,
397 .renderPass = device->meta_state.blit2d.stencil_only_rp
    [all...]
radv_meta_fast_clear.c 82 const VkAllocationCallbacks *alloc = &device->meta_state.alloc;
118 &device->meta_state.fast_clear_flush.pass);
206 radv_pipeline_cache_to_handle(&device->meta_state.cache),
231 .renderPass = device->meta_state.fast_clear_flush.pass,
238 &device->meta_state.alloc,
239 &device->meta_state.fast_clear_flush.cmask_eliminate_pipeline);
244 radv_pipeline_cache_to_handle(&device->meta_state.cache),
269 .renderPass = device->meta_state.fast_clear_flush.pass,
276 &device->meta_state.alloc,
277 &device->meta_state.fast_clear_flush.fmask_decompress_pipeline)
    [all...]
radv_meta_decompress.c 82 const VkAllocationCallbacks *alloc = &device->meta_state.alloc;
114 &device->meta_state.depth_decomp.pass);
214 .renderPass = device->meta_state.depth_decomp.pass,
219 radv_pipeline_cache_to_handle(&device->meta_state.cache),
226 &device->meta_state.alloc,
227 &device->meta_state.depth_decomp.decompress_pipeline);
232 radv_pipeline_cache_to_handle(&device->meta_state.cache),
240 &device->meta_state.alloc,
241 &device->meta_state.depth_decomp.resummarize_pipeline);
255 struct radv_meta_state *state = &device->meta_state;
    [all...]
radv_meta_resolve_cs.c 203 &device->meta_state.alloc,
204 &device->meta_state.resolve_compute.ds_layout);
212 .pSetLayouts = &device->meta_state.resolve_compute.ds_layout,
219 &device->meta_state.alloc,
220 &device->meta_state.resolve_compute.p_layout);
253 .layout = device->meta_state.resolve_compute.p_layout,
257 radv_pipeline_cache_to_handle(&device->meta_state.cache),
273 struct radv_meta_state *state = &device->meta_state;
275 memset(&device->meta_state.resolve_compute, 0, sizeof(device->meta_state.resolve_compute))
    [all...]
radv_meta.c 236 radv_pipeline_cache_load(&device->meta_state.cache, data, st.st_size);
249 if (!device->meta_state.cache.modified)
253 radv_pipeline_cache_to_handle(&device->meta_state.cache),
270 radv_pipeline_cache_to_handle(&device->meta_state.cache),
288 device->meta_state.alloc = (VkAllocationCallbacks) {
295 device->meta_state.cache.alloc = device->meta_state.alloc;
296 radv_pipeline_cache_init(&device->meta_state.cache, device);
353 radv_pipeline_cache_finish(&device->meta_state.cache);
371 radv_pipeline_cache_finish(&device->meta_state.cache)
    [all...]
radv_meta_resolve.c 89 const VkAllocationCallbacks *alloc = &device->meta_state.alloc;
132 &device->meta_state.resolve.pass);
155 radv_pipeline_cache_to_handle(&device->meta_state.cache),
238 .renderPass = device->meta_state.resolve.pass,
245 &device->meta_state.alloc,
246 &device->meta_state.resolve.pipeline);
260 struct radv_meta_state *state = &device->meta_state;
262 VkRenderPass pass_h = device->meta_state.resolve.pass;
263 const VkAllocationCallbacks *alloc = &device->meta_state.alloc;
267 &device->meta_state.alloc)
    [all...]
radv_meta_clear.c 136 radv_pipeline_cache_to_handle(&device->meta_state.cache),
253 }, &device->meta_state.alloc, pass);
327 &extra, &device->meta_state.alloc, pipeline);
340 &device->meta_state.alloc);
348 &device->meta_state.alloc);
354 struct radv_meta_state *state = &device->meta_state;
396 pipeline = device->meta_state.clear[samples_log2].color_pipelines[fs_key];
403 assert(samples_log2 < ARRAY_SIZE(device->meta_state.clear));
535 }, &device->meta_state.alloc, render_pass);
609 &extra, &device->meta_state.alloc, pipeline)
665 struct radv_meta_state *meta_state = &device->meta_state; local
    [all...]
radv_private.h 480 struct radv_meta_state meta_state; member in struct:radv_device
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 61 private static final int META_STATE = KeyEvent.META_SHIFT_ON;
75 MotionEvent.ACTION_MOVE, X_3F, Y_4F, META_STATE);
77 MotionEvent.ACTION_MOVE, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE,
97 MotionEvent.ACTION_DOWN, X_3F, Y_4F, META_STATE);
106 assertEquals(META_STATE, mMotionEvent1.getMetaState());
138 MotionEvent.ACTION_DOWN, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE,
148 assertEquals(META_STATE, mMotionEventDynamic.getMetaState());
175 META_STATE, 0, X_PRECISION_3F, Y_PRECISION_4F, DEVICE_ID_1, EDGE_FLAGS,
    [all...]

Completed in 289 milliseconds