Home
last modified time | relevance | path

Searched defs:res (Results 3176 - 3200 of 4150) sorted by relevance

1...<<121122123124125126127128129130>>...166

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c240 struct iris_resource *res = (void *) p_res; in iris_blorp_surf_for_resource() local
348 clear_color_is_fully_zero(const struct iris_resource *res) clear_color_is_fully_zero() argument
566 get_copy_region_aux_settings(struct iris_context *ice, const struct iris_batch *batch, struct iris_resource *res, unsigned level, enum isl_aux_usage *out_aux_usage, bool *out_clear_supported, bool is_dest) get_copy_region_aux_settings() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c131 struct lima_resource *res = lima_resource(fb->base.cbufs[0]->texture); in lima_update_job_wb() local
140 struct lima_resource *res = lima_resource(fb->base.zsbuf->texture); in lima_update_job_wb() local
834 struct lima_resource *res = lima_resource(pvb->buffer.resource); in lima_update_gp_attribute_info() local
[all...]
H A Dlima_job.c303 struct lima_resource *res = lima_resource(pres); in lima_job_create_stream_bo() local
320 struct lima_resource *res = lima_resource(surf->base.texture); in lima_job_get_damage() local
331 struct lima_resource *res = lima_resource(surf->base.texture); in lima_fb_cbuf_needs_reload() local
735 struct lima_resource *res = lima_resource(zsbuf->texture); in lima_pack_wb_zsbuf_reg() local
765 struct lima_resource *res = lima_resource(cbuf->texture); lima_pack_wb_cbuf_reg() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c488 dd_context_create_stream_output_target(struct pipe_context *_pipe, struct pipe_resource *res, unsigned buffer_offset, unsigned buffer_size) dd_context_create_stream_output_target() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c890 struct pipe_resource *res = in trace_screen_resource_from_memobj() local
1056 struct pipe_memory_object *res = in trace_screen_memobj_create_from_handle() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h575 threaded_resource(struct pipe_resource *res) in threaded_resource() argument
H A Du_sse.h280 __m128i res; in util_sse2_lerp_epi16() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp27 struct zink_resource *res = zink_resource(t->counter_buffer); in zink_emit_xfb_counter_barrier() local
65 struct zink_resource *res = zink_resource(t->base.buffer); in zink_emit_stream_output_targets() local
87 struct zink_resource *res in check_buffer_barrier() local
124 struct zink_resource *res = zink_resource(vb->buffer.resource); zink_bind_vertex_buffers() local
167 struct zink_resource *res = zink_resource(vstate->input.vbuffer.buffer.resource); zink_bind_vertex_state() local
338 struct zink_resource *res = (struct zink_resource *)he->key; update_barriers() local
487 struct zink_resource *res = zink_resource(t->base.buffer); zink_draw() local
504 struct zink_resource *res = zink_resource(so_target->counter_buffer); zink_draw() local
562 struct zink_resource *res = zink_resource(index_buffer); zink_draw() local
792 struct zink_resource *res = zink_resource(t->counter_buffer); zink_draw() local
909 struct zink_resource *res = zink_resource(vstate->input.vbuffer.buffer.resource); zink_draw_vertex_state() local
[all...]
H A Dzink_query.c741 copy_results_to_buffer(struct zink_context *ctx, struct zink_query *query, struct zink_resource *res, unsigned offset, int num_results, VkQueryResultFlags flags) in copy_results_to_buffer() argument
719 copy_pool_results_to_buffer(struct zink_context *ctx, struct zink_query *query, VkQueryPool pool, unsigned query_id, struct zink_resource *res, unsigned offset, int num_results, VkQueryResultFlags flags) copy_pool_results_to_buffer() argument
1201 struct zink_resource *res = query->predicate; zink_render_condition() local
1237 struct zink_resource *res = zink_resource(pres); zink_get_query_result_resource() local
[all...]
H A Dzink_resource.h229 zink_resource_has_binds(const struct zink_resource *res) in zink_resource_has_binds() argument
235 zink_is_swapchain(const struct zink_resource *res) in zink_is_swapchain() argument
244 zink_resource_usage_is_unflushed(const struct zink_resource *res) in zink_resource_usage_is_unflushed() argument
250 zink_resource_usage_is_unflushed_write(const struct zink_resource *res) in zink_resource_usage_is_unflushed_write() argument
257 zink_resource_usage_matches(const struct zink_resource *res, const struct zink_batch_state *bs) zink_resource_usage_matches() argument
263 zink_resource_has_usage(const struct zink_resource *res) zink_resource_has_usage() argument
269 zink_resource_has_unflushed_usage(const struct zink_resource *res) zink_resource_has_unflushed_usage() argument
275 zink_resource_usage_check_completion(struct zink_screen *screen, struct zink_resource *res, enum zink_resource_access access) zink_resource_usage_check_completion() argument
281 zink_resource_usage_wait(struct zink_context *ctx, struct zink_resource *res, enum zink_resource_access access) zink_resource_usage_wait() argument
287 zink_resource_usage_set(struct zink_resource *res, struct zink_batch_state *bs, bool write) zink_resource_usage_set() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c1454 struct pb_buffer * res = amdgpu_bo_create(amdgpu_winsys(ws), size, alignment, domain, in amdgpu_buffer_create() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c167 struct pipe_resource *res, res_tmpl; in init_zscan_buffer() local
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c360 static bool noop_resource_commit(struct pipe_context *ctx, struct pipe_resource *res, in noop_resource_commit() argument
243 noop_create_stream_output_target( struct pipe_context *ctx, struct pipe_resource *res, unsigned buffer_offset, unsigned buffer_size) noop_create_stream_output_target() argument
330 noop_clear_texture(struct pipe_context *pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) noop_clear_texture() argument
338 noop_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *clear_value, int clear_value_size) noop_clear_buffer() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c279 struct crocus_resource *res = (void *) p_res; in crocus_blorp_surf_for_resource() local
644 get_copy_region_aux_settings(struct crocus_resource *res, enum isl_aux_usage *out_aux_usage, bool is_render_target) get_copy_region_aux_settings() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp155 box_fits(const struct pipe_box *box, const struct pipe_resource *res, int level) in box_fits() argument
H A Dd3d12_draw.cpp75 struct d3d12_resource *res = d3d12_resource(buffer->buffer); in fill_cbv_descriptors() local
118 struct d3d12_resource *res = d3d12_resource(view->base.texture); in fill_srv_descriptors() local
173 struct d3d12_resource *res = d3d12_resource(view->buffer); in fill_ssbo_descriptors() local
263 struct d3d12_resource *res = d3d12_resource(view->resource); fill_image_descriptors() local
693 struct d3d12_resource *res = d3d12_resource(pres); transition_surface_subresources_state() local
1108 struct d3d12_resource *res = d3d12_resource(ctx->vbs[i].buffer.resource); d3d12_draw_vbo() local
1119 struct d3d12_resource *res = d3d12_resource(index_buffer); d3d12_draw_vbo() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c536 struct pipe_resource *res = view->texture; in nvc0_stage_set_sampler_views() local
791 struct pipe_resource *res = cb ? cb->buffer : NULL; in nvc0_set_constant_buffer() local
1078 nvc0_so_target_create(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size) nvc0_so_target_create() argument
1396 nvc0_set_global_handle(uint32_t *phandle, struct pipe_resource *res) nvc0_set_global_handle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c1001 union pipe_query_result res = { 0 }; in panfrost_render_condition_check() local
H A Dpan_resource.c511 panfrost_resource_set_damage_region(struct pipe_screen *screen, struct pipe_resource *res, unsigned int nrects, const struct pipe_box *rects) panfrost_resource_set_damage_region() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c1307 r600_compute_global_buffer_destroy(struct pipe_screen *screen, struct pipe_resource *res) r600_compute_global_buffer_destroy() argument
H A Dr600_blit.c958 r600_flush_resource(struct pipe_context *ctx, struct pipe_resource *res) r600_flush_resource() argument
H A Dr600_pipe_common.c551 struct r600_resource *res = r600_resource(resource); in r600_resource_commit() local
1197 r600_resource_destroy(struct pipe_screen *screen, struct pipe_resource *res) r600_resource_destroy() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c206 BN_ULONG res; is_equal() local
224 BN_ULONG res = 0; is_one() local
541 BN_ULONG res[P256_LIMBS]; ecp_nistz256_mod_inverse() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c589 tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context, RAW_EXTENSION **res, size_t *len, int init) tls_collect_extensions() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c100 ASN1_VALUE *res = ASN1_item_d2i_bio(it, mem, NULL); in simple_get_asn1() local

Completed in 50 milliseconds

1...<<121122123124125126127128129130>>...166