Searched refs:VIRGL_BIND_SAMPLER_VIEW (Results 1 – 9 of 9) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_formats.c | 444 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats() 450 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats() 457 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats() 463 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats() 468 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats() 484 binding = VIRGL_BIND_SAMPLER_VIEW | VIRGL_BIND_RENDER_TARGET; in vrend_add_formats() 530 binding = VIRGL_BIND_SAMPLER_VIEW; in vrend_add_formats()
|
D | vrend_winsys_gbm.c | 418 if (virgl_bind_flags & VIRGL_BIND_SAMPLER_VIEW) in virgl_gbm_convert_flags() 556 (flags & (VIRGL_BIND_RENDER_TARGET | VIRGL_BIND_SAMPLER_VIEW)) != 0; in virgl_gbm_gpu_import_required()
|
D | virgl_hw.h | 448 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
|
D | vrend_renderer.c | 771 if (tex_conv_table[format].bindings & VIRGL_BIND_SAMPLER_VIEW) in vrend_format_can_sample() 6570 if (!((args->bind & VIRGL_BIND_SAMPLER_VIEW) || in check_resource_valid() 6776 } else if (bind & VIRGL_BIND_SAMPLER_VIEW) { in vrend_resource_alloc_buffer()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_resource.h | 121 outbind |= VIRGL_BIND_SAMPLER_VIEW; in pipe_to_virgl_bind()
|
/external/minigbm/external/ |
D | virgl_hw.h | 271 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
|
/external/mesa3d/src/virtio/virtio-gpu/ |
D | virgl_hw.h | 416 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
|
/external/virglrenderer/tests/ |
D | test_fuzzer_formats.c | 464 args.bind = VIRGL_BIND_SAMPLER_VIEW; in test_double_free_in_vrend_renderer_blit_int_trigger() 479 args.bind = VIRGL_BIND_SAMPLER_VIEW; in test_double_free_in_vrend_renderer_blit_int_trigger()
|
/external/minigbm/ |
D | virtgpu_virgl.c | 389 handle_flag(&use_flags, BO_USE_TEXTURE, &bind, VIRGL_BIND_SAMPLER_VIEW); in compute_virgl_bind_flags()
|