Home
last modified time | relevance | path

Searched refs:VIRGL_BIND_SAMPLER_VIEW (Results 1 – 9 of 9) sorted by relevance

/external/virglrenderer/src/
Dvrend_formats.c444 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()
Dvrend_winsys_gbm.c418 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()
Dvirgl_hw.h448 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
Dvrend_renderer.c771 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/
Dvirgl_resource.h121 outbind |= VIRGL_BIND_SAMPLER_VIEW; in pipe_to_virgl_bind()
/external/minigbm/external/
Dvirgl_hw.h271 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h416 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
/external/virglrenderer/tests/
Dtest_fuzzer_formats.c464 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/
Dvirtgpu_virgl.c389 handle_flag(&use_flags, BO_USE_TEXTURE, &bind, VIRGL_BIND_SAMPLER_VIEW); in compute_virgl_bind_flags()