/third_party/vk-gl-cts/modules/egl/ |
H A D | teglPreservingSwapTests.cpp | 324 void readPixels (const glw::Functions& gl, tcu::Surface* screen) in readPixels() argument 326 gl.readPixels(0, 0, screen->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr()); in readPixels() 405 bool compareToReference (tcu::TestLog& log, const char* name, const char* description, const tcu::Surface& reference, const tcu::Surface& screen, int x, int y, int width, int height) in compareToReference() argument 409 getSubregion(screen.getAccess(), x, y, width, height), in compareToReference()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_fence.h | 37 softpipe_init_screen_fence_funcs(struct pipe_screen *screen);
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_context.c | 235 u_vbuf_get_caps(cso->pipe->screen, &caps, needs64b); in cso_init_vbuf() 266 if (pipe->screen->get_shader_param(pipe->screen, PIPE_SHADER_GEOMETRY, in cso_create_context() 270 if (pipe->screen->get_shader_param(pipe->screen, PIPE_SHADER_TESS_CTRL, in cso_create_context() 274 if (pipe->screen->get_shader_param(pipe->screen, PIPE_SHADER_COMPUTE, in cso_create_context() 277 pipe->screen->get_shader_param(pipe->screen, PIPE_SHADER_COMPUTE, in cso_create_context() 284 if (pipe->screen in cso_create_context() [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_draw.cpp | 85 d3d12_screen(ctx->base.screen)->dev->CreateConstantBufferView(&cbv_desc, handle.cpu_handle); in fill_cbv_descriptors() 97 struct d3d12_screen *screen = d3d12_screen(ctx->base.screen); in fill_srv_descriptors() local 142 descs[desc_idx] = screen->null_srvs[shader->srv_bindings[i].dimension].cpu_handle; in fill_srv_descriptors() 184 d3d12_screen(ctx->base.screen)->dev->CreateUnorderedAccessView(d3d12_res, nullptr, &uav_desc, handle.cpu_handle); in fill_ssbo_descriptors() 251 struct d3d12_screen *screen = d3d12_screen(ctx->base.screen); in fill_image_descriptors() local 341 d3d12_screen(ctx->base.screen)->dev->CreateUnorderedAccessView(d3d12_res, nullptr, &uav_desc, handle.cpu_handle); in fill_image_descriptors() 343 d3d12_descriptor_heap_append_handles(batch->view_heap, &screen->null_uavs[shader->uav_bindings[i].dimension].cpu_handle, 1); in fill_image_descriptors() 808 new_cs_ssbos[1].buffer = ctx->base.screen in update_draw_indirect_with_sysvals() 893 struct d3d12_screen *screen = d3d12_screen(pctx->screen); d3d12_draw_vbo() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_public.h | 38 ddebug_screen_create(struct pipe_screen *screen);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_public.h | 31 struct pipe_screen *noop_screen_create(struct pipe_screen *screen);
|
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/ |
H A D | wrapper_sw_winsys.h | 34 * Wrap a pipe screen. 36 struct sw_winsys *wrapper_sw_winsys_wrap_pipe_screen(struct pipe_screen *screen);
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_fence.h | 33 void lima_fence_screen_init(struct lima_screen *screen);
|
H A D | lima_disk_cache.h | 37 lima_disk_cache_init(struct lima_screen *screen);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_public.h | 41 trace_screen_create(struct pipe_screen *screen);
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.h | 36 struct pipe_screen *screen,
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_public.h | 39 rbug_screen_create(struct pipe_screen *screen);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tests.h | 43 void util_run_tests(struct pipe_screen *screen);
|
H A D | u_framebuffer.h | 68 util_sample_locations_flip_y(struct pipe_screen *screen, unsigned fb_height,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 575 bool writes_vrs = ctx->screen->options.vrs2x2; in si_llvm_build_vs_exports() 608 if (ctx->screen->info.gfx_level >= GFX11) { in si_llvm_build_vs_exports() 643 if (ctx->screen->info.gfx_level >= GFX9) { in si_llvm_build_vs_exports() 677 if (ctx->screen->info.gfx_level == GFX10) in si_llvm_build_vs_exports() 698 if (ctx->screen->info.gfx_level >= GFX10 && in si_llvm_build_vs_exports() 727 if (ctx->screen->info.gfx_level >= GFX11) { in si_llvm_build_vs_exports() 768 LLVMConstInt(ctx->ac.i32, S_008F04_BASE_ADDRESS_HI(ctx->screen->info.address32_hi) | in si_llvm_build_vs_exports() 834 if (!ctx->screen->use_ngg_streamout && ctx->so.num_outputs) in si_llvm_vs_build_end() 915 if (key->vs_prolog.as_ls && ctx->screen->info.has_ls_vgpr_init_bug) { in si_llvm_build_vs_prolog() 944 unsigned instance_id_vgpr = ctx->screen in si_llvm_build_vs_prolog() [all...] |
H A D | si_query.h | 178 void (*add_result)(struct si_screen *screen, struct si_query_hw *, void *buffer, 280 struct pipe_query *gfx10_sh_query_create(struct si_screen *screen, enum pipe_query_type query_type,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_query.c | 95 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in define_query_vgpu9() 125 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in begin_query_vgpu9() 159 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in get_query_result_vgpu9() 448 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in destroy_gb_query_obj() 479 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in define_query_vgpu10() 555 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in begin_query_vgpu10() 588 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in get_query_result_vgpu10() 765 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in svga_destroy_query() 1089 struct svga_screen *svgascreen = svga_screen(pipe->screen); in svga_get_query_result() 1234 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen) in svga_render_condition() [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_cs.c | 496 shader->base.ir.nir = nir_deserialize(NULL, pipe->screen->get_compiler_options(pipe->screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE), &reader); in llvmpipe_create_compute_state() 499 pipe->screen->finalize_nir(pipe->screen, shader->base.ir.nir); in llvmpipe_create_compute_state() 767 struct llvmpipe_screen *screen = llvmpipe_screen(lp->pipe.screen); in generate_variant() local 787 lp_disk_cache_find_shader(screen, &cached, ir_sha1_cache_key); in generate_variant() 818 lp_disk_cache_insert_shader(screen, &cached, ir_sha1_cache_key); in generate_variant() 1245 lp_get_constant_buffer_stride(llvmpipe->pipe.screen)); in update_csctx_consts() 1391 struct llvmpipe_screen *screen in llvmpipe_launch_grid() local [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_screen.h | 63 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format,
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 162 def pipe_context_create(self, screen): 163 return screen.context_create() 202 def allocate_memory(screen, size): 205 def free_memory(screen, pmem): 208 def map_memory(screen, pmem): 211 def unmap_memory(screen, pmem): 214 def resource_bind_backing(screen, resource, pmem, offset):
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_transfer.c | 381 struct nouveau_device *dev = nvc0->screen->base.device; in nvc0_miptree_transfer_map() 521 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_transfers_wr, 1); in nvc0_miptree_transfer_unmap() 524 nouveau_fence_work(nvc0->screen->base.fence.current, in nvc0_miptree_transfer_unmap() 530 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_transfers_rd, 1); in nvc0_miptree_transfer_unmap() 583 NOUVEAU_DRV_STAT(nv->screen, constbuf_upload_count, 1); in nvc0_cb_bo_push() 584 NOUVEAU_DRV_STAT(nv->screen, constbuf_upload_bytes, words * 4); in nvc0_cb_bo_push() 615 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) { in nvc0_init_transfer_functions()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.h | 83 struct pipe_screen *screen; member 101 * GL_FALSE = use an off-screen pixmap for back buffer 290 int screen, visualID, visualType; member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blend.c | 96 VIV_FEATURE(ctx->screen, chipMinorFeatures2, LOGIC_OP); in etna_blend_state_create() 113 VIV_FEATURE(ctx->screen, chipMinorFeatures3, PE_DITHER_FIX))) { in etna_blend_state_create()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.h | 36 struct pipe_screen *screen; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_flush.h | 40 st_init_flush_functions(struct pipe_screen *screen,
|