Home
last modified time | relevance | path

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

/external/virglrenderer/tests/
Dtest_fuzzer_formats.c337 …cmd[i++] = VIRGL_OBJ_SAMPLER_VIEW_SIZE << 16 | VIRGL_OBJECT_SAMPLER_VIEW << 8 | VIRGL_CCMD_CREATE_… in test_format_util_format_is_rgb_nullptr_deref_trigger_illegal_resource()
369 …cmd[i++] = VIRGL_OBJ_SAMPLER_VIEW_SIZE << 16 | VIRGL_OBJECT_SAMPLER_VIEW << 8 | VIRGL_CCMD_CREATE_… in test_format_util_format_is_rgb_nullptr_deref_trigger()
556 …cmd[i++] = VIRGL_OBJ_SAMPLER_VIEW_SIZE << 16 | VIRGL_OBJECT_SAMPLER_VIEW << 8 | VIRGL_CCMD_CREATE_… in test_format_is_has_alpha_nullptr_deref_trigger_original()
588 …cmd[i++] = VIRGL_OBJ_SAMPLER_VIEW_SIZE << 16 | VIRGL_OBJECT_SAMPLER_VIEW << 8 | VIRGL_CCMD_CREATE_… in test_format_is_has_alpha_nullptr_deref_trigger_legal_resource()
Dtestvirgl_encode.c652 …coder_write_cmd_dword(ctx, VIRGL_CMD0(VIRGL_CCMD_CREATE_OBJECT, VIRGL_OBJECT_SAMPLER_VIEW, VIRGL_O… in virgl_encode_sampler_view()
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h45 VIRGL_OBJECT_SAMPLER_VIEW, enumerator
/external/minigbm/external/
Dvirgl_protocol.h43 VIRGL_OBJECT_SAMPLER_VIEW, enumerator
/external/virglrenderer/src/
Dvirgl_protocol.h55 VIRGL_OBJECT_SAMPLER_VIEW, enumerator
Dvrend_decode.c780 case VIRGL_OBJECT_SAMPLER_VIEW: in vrend_decode_create_object()
Dvrend_renderer.c2277 ret_handle = vrend_renderer_object_insert(ctx, view, handle, VIRGL_OBJECT_SAMPLER_VIEW); in vrend_create_sampler_view()
2962 view = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_SAMPLER_VIEW); in vrend_set_single_sampler_view()
6196 vrend_object_set_destroy_callback(VIRGL_OBJECT_SAMPLER_VIEW, vrend_destroy_sampler_view_object); in vrend_renderer_init()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1032 virgl_encode_delete_object(vctx, grview->handle, VIRGL_OBJECT_SAMPLER_VIEW); in virgl_destroy_sampler_view()
Dvirgl_encode.c921 …coder_write_cmd_dword(ctx, VIRGL_CMD0(VIRGL_CCMD_CREATE_OBJECT, VIRGL_OBJECT_SAMPLER_VIEW, VIRGL_O… in virgl_encode_sampler_view()