Home
last modified time | relevance | path

Searched defs:tex (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c133 i915_texture_set_level_info(struct i915_texture *tex, in i915_texture_set_level_info()
146 unsigned i915_texture_offset(const struct i915_texture *tex, in i915_texture_offset()
158 i915_texture_set_image_offset(struct i915_texture *tex, in i915_texture_set_image_offset()
176 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex) in i915_texture_tiling()
203 i9x5_scanout_layout(struct i915_texture *tex) in i9x5_scanout_layout()
238 i9x5_display_target_layout(struct i915_texture *tex) in i9x5_display_target_layout()
269 i9x5_special_layout(struct i915_texture *tex) in i9x5_special_layout()
295 i9x5_texture_layout_cube(struct i915_texture *tex) in i9x5_texture_layout_cube()
333 i915_texture_layout_2d(struct i915_texture *tex) in i915_texture_layout_2d()
361 i915_texture_layout_3d(struct i915_texture *tex) in i915_texture_layout_3d()
[all …]
Di915_state_static.c104 struct i915_texture *tex = i915_texture(cbuf_surface->texture); in update_framebuffer() local
125 struct i915_texture *tex = i915_texture(depth_surface->texture); in update_framebuffer() local
213 struct i915_texture *tex = i915_texture(depth_surface->texture); in update_dst_buf_vars() local
Di915_state_sampler.c85 const struct i915_texture *tex, in update_sampler()
300 const struct i915_texture *tex, in update_map()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c83 static boolean r300_texture_macro_switch(struct r300_resource *tex, in r300_texture_macro_switch()
115 struct r300_resource *tex, in r300_texture_get_stride()
151 static unsigned r300_texture_get_nblocksy(struct r300_resource *tex, in r300_texture_get_nblocksy()
213 struct r300_resource *tex, in r300_setup_miptree()
270 static void r300_setup_flags(struct r300_resource *tex) in r300_setup_flags()
285 struct r300_resource *tex) in r300_setup_cbzb_flags()
315 struct r300_resource *tex) in r300_setup_hyperz_properties()
415 struct r300_resource *tex) in r300_setup_cmask_properties()
468 struct r300_resource *tex) in r300_setup_tiling()
524 static void r300_tex_print_info(struct r300_resource *tex, in r300_tex_print_info()
[all …]
Dr300_texture.c909 struct r300_resource *tex, in r300_texture_setup_format_state()
995 struct r300_resource *tex = r300_resource(surf->base.texture); in r300_texture_setup_fb_state() local
1030 struct r300_resource* tex = (struct r300_resource*)texture; in r300_texture_destroy() local
1050 struct r300_resource* tex = (struct r300_resource*)texture; in r300_resource_get_handle() local
1079 struct r300_resource *tex = NULL; in r300_texture_create_object() local
1223 struct r300_resource* tex = r300_resource(texture); in r300_create_surface_custom() local
Dr300_transfer.c87 struct pipe_resource *tex = transfer->resource; in r300_copy_into_tiled_texture() local
111 struct r300_resource *tex = r300_resource(texture); in r300_texture_transfer_map() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h150 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture() local
170 svga_age_texture_view(struct svga_texture *tex, unsigned level) in svga_age_texture_view()
179 check_face_level(const struct svga_texture *tex, in check_face_level()
200 svga_define_texture_level(struct svga_texture *tex, in svga_define_texture_level()
210 svga_is_texture_level_defined(const struct svga_texture *tex, in svga_is_texture_level_defined()
219 svga_set_texture_rendered_to(struct svga_texture *tex, in svga_set_texture_rendered_to()
229 svga_clear_texture_rendered_to(struct svga_texture *tex, in svga_clear_texture_rendered_to()
238 svga_was_texture_rendered_to(const struct svga_texture *tex, in svga_was_texture_rendered_to()
246 svga_set_texture_dirty(struct svga_texture *tex, in svga_set_texture_dirty()
254 svga_clear_texture_dirty(struct svga_texture *tex) in svga_clear_texture_dirty()
[all …]
Dsvga_sampler_view.c63 struct svga_texture *tex = svga_texture(pt); in svga_get_tex_sampler_view() local
182 struct svga_texture *tex = svga_texture(v->texture); in svga_validate_sampler_view() local
221 struct svga_texture *tex = svga_texture(v->texture); in svga_destroy_sampler_view_priv() local
Dsvga_surface.c108 struct svga_texture *tex, in svga_texture_view_surface()
211 struct svga_texture *tex = svga_texture(pt); in svga_create_surface_view() local
381 struct svga_texture *tex = svga_texture(s->base.texture); in create_backed_surface_view() local
565 struct svga_texture *tex = svga_texture(surf->texture); in svga_mark_surface_dirty() local
609 struct svga_texture *tex = svga_texture(surf->texture); in svga_propagate_surface() local
694 struct svga_texture *tex = svga_texture(surf->texture); in svga_surface_needs_propagation() local
Dsvga_resource_texture.c229 struct svga_texture *tex = svga_texture(pt); in svga_texture_destroy() local
410 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map_direct() local
542 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map() local
774 struct svga_texture *tex = svga_texture(transfer->resource); in svga_texture_transfer_unmap_direct() local
844 struct svga_texture *tex = svga_texture(transfer->resource); in svga_texture_transfer_unmap() local
903 struct svga_texture *tex; in svga_texture_create() local
1151 struct svga_texture *tex; in svga_texture_from_handle() local
1253 struct svga_texture *tex = svga_texture(pt); in svga_texture_generate_mipmap() local
1419 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map_upload() local
1459 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_unmap_upload() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c42 project_src(nir_builder *b, nir_tex_instr *tex) in project_src()
105 lower_offset(nir_builder *b, nir_tex_instr *tex) in lower_offset()
153 get_texture_size(nir_builder *b, nir_tex_instr *tex) in get_texture_size()
182 lower_rect(nir_builder *b, nir_tex_instr *tex) in lower_rect()
203 sample_plane(nir_builder *b, nir_tex_instr *tex, int plane) in sample_plane()
234 convert_yuv_to_rgb(nir_builder *b, nir_tex_instr *tex, in convert_yuv_to_rgb()
261 lower_y_uv_external(nir_builder *b, nir_tex_instr *tex) in lower_y_uv_external()
275 lower_y_u_v_external(nir_builder *b, nir_tex_instr *tex) in lower_y_u_v_external()
290 lower_yx_xuxv_external(nir_builder *b, nir_tex_instr *tex) in lower_yx_xuxv_external()
308 replace_gradient_with_lod(nir_builder *b, nir_ssa_def *lod, nir_tex_instr *tex) in replace_gradient_with_lod()
[all …]
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_resource.c252 tex_free_slices(struct ilo_texture *tex) in tex_free_slices()
258 tex_alloc_slices(struct ilo_texture *tex) in tex_alloc_slices()
290 tex_create_bo(struct ilo_texture *tex) in tex_create_bo()
321 tex_create_separate_stencil(struct ilo_texture *tex) in tex_create_separate_stencil()
348 tex_create_hiz(struct ilo_texture *tex) in tex_create_hiz()
381 tex_create_mcs(struct ilo_texture *tex) in tex_create_mcs()
400 tex_destroy(struct ilo_texture *tex) in tex_destroy()
413 tex_alloc_bos(struct ilo_texture *tex) in tex_alloc_bos()
435 tex_import_handle(struct ilo_texture *tex, in tex_import_handle()
469 tex_init_image(struct ilo_texture *tex, in tex_init_image()
[all …]
Dilo_blitter_rectlist.c152 struct ilo_texture *tex = ilo_texture(res); in ilo_blitter_set_fb() local
287 const struct ilo_texture *tex) in hiz_can_clear_zs()
345 struct ilo_texture *tex = ilo_texture(zs->texture); in ilo_blitter_rectlist_clear_zs() local
444 struct ilo_texture *tex = ilo_texture(res); in ilo_blitter_rectlist_resolve_z() local
483 struct ilo_texture *tex = ilo_texture(res); in ilo_blitter_rectlist_resolve_hiz() local
Dilo_transfer.c92 struct ilo_texture *tex = ilo_texture(res); in resource_get_transfer_method() local
345 tex_get_box_origin(const struct ilo_texture *tex, in tex_get_box_origin()
360 tex_get_box_offset(const struct ilo_texture *tex, unsigned level, in tex_get_box_offset()
371 tex_get_slice_stride(const struct ilo_texture *tex, unsigned level) in tex_get_slice_stride()
518 tex_tile_choose_offset_func(const struct ilo_texture *tex, in tex_tile_choose_offset_func()
541 tex_staging_sys_map_bo(struct ilo_texture *tex, in tex_staging_sys_map_bo()
562 tex_staging_sys_unmap_bo(struct ilo_texture *tex) in tex_staging_sys_unmap_bo()
568 tex_staging_sys_zs_read(struct ilo_texture *tex, in tex_staging_sys_zs_read()
695 tex_staging_sys_zs_write(struct ilo_texture *tex, in tex_staging_sys_zs_write()
822 tex_staging_sys_convert_write(struct ilo_texture *tex, in tex_staging_sys_convert_write()
[all …]
Dilo_resource.h145 ilo_texture_get_slice(const struct ilo_texture *tex, in ilo_texture_get_slice()
156 ilo_texture_set_slice_flags(struct ilo_texture *tex, unsigned level, in ilo_texture_set_slice_flags()
172 ilo_texture_set_slice_clear_value(struct ilo_texture *tex, unsigned level, in ilo_texture_set_slice_clear_value()
/external/mesa3d/src/gallium/state_trackers/nine/
Dbasetexture9.c217 struct NineTexture9 *tex = NineTexture9(This); in NineBaseTexture9_UploadSelf() local
230 struct NineCubeTexture9 *tex = NineCubeTexture9(This); in NineBaseTexture9_UploadSelf() local
240 struct NineVolumeTexture9 *tex = NineVolumeTexture9(This); in NineBaseTexture9_UploadSelf() local
256 struct NineTexture9 *tex = NineTexture9(This); in NineBaseTexture9_UploadSelf() local
278 struct NineCubeTexture9 *tex = NineCubeTexture9(This); in NineBaseTexture9_UploadSelf() local
300 struct NineVolumeTexture9 *tex = NineVolumeTexture9(This); in NineBaseTexture9_UploadSelf() local
323 struct NineTexture9 *tex = NineTexture9(This); in NineBaseTexture9_UploadSelf() local
335 struct NineCubeTexture9 *tex = NineCubeTexture9(This); in NineBaseTexture9_UploadSelf() local
349 struct NineVolumeTexture9 *tex = NineVolumeTexture9(This); in NineBaseTexture9_UploadSelf() local
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c366 GLubyte tex[4]; in fetch_rgb_dxt1() local
383 GLubyte tex[4]; in fetch_rgba_dxt1() local
400 GLubyte tex[4]; in fetch_rgba_dxt3() local
417 GLubyte tex[4]; in fetch_rgba_dxt5() local
435 GLubyte tex[4]; in fetch_srgb_dxt1() local
452 GLubyte tex[4]; in fetch_srgba_dxt1() local
469 GLubyte tex[4]; in fetch_srgba_dxt3() local
486 GLubyte tex[4]; in fetch_srgba_dxt5() local
/external/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c61 struct pipe_resource *tex; member
104 struct pipe_resource *tex = wdt->tex; in wsw_dt_get_stride() local
124 struct pipe_resource *tex, unsigned *stride) in wsw_dt_wrap_texture()
156 struct pipe_resource *tex; in wsw_dt_create() local
186 struct pipe_resource *tex; in wsw_dt_from_handle() local
203 struct pipe_resource *tex = wdt->tex; in wsw_dt_get_handle() local
216 struct pipe_resource *tex = wdt->tex; in wsw_dt_map() local
/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java283 Texture tex = mFuelDrawable.getTexture(); in update() local
323 Texture tex = bitmap.getTexture(); in update() local
341 Texture tex = bitmap.getTexture(); in update() local
355 Texture tex = mMovementSliderBaseDrawable.getTexture(); in update() local
361 Texture tex = mMovementSliderButtonDrawable.getTexture(); in update() local
367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture(); in update() local
386 Texture tex = mCoinDrawable.getTexture(); in update() local
406 Texture tex = mRubyDrawable.getTexture(); in update() local
480 Texture tex = mDigitDrawables[x].getTexture(); in drawNumber() local
487 Texture tex = mXDrawable.getTexture(); in drawNumber() local
/external/skia/tests/
DProxyTest.cpp90 GrTexture* tex = texProxy->priv().peekTexture(); in check_texture() local
137 sk_sp<GrTexture> tex; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
171 sk_sp<GrTexture> tex; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
247 sk_sp<GrTexture> tex; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DVkWrapTests.cpp39 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(backendTex, in wrap_tex_test() local
133 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(backendTex, in wrap_trt_test() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c52 static void bind_sampler_states(struct fd_texture_stateobj *tex, in bind_sampler_states()
69 static void set_sampler_views(struct fd_texture_stateobj *tex, in set_sampler_views()
144 fd_setup_border_colors(struct fd_texture_stateobj *tex, void *ptr, in fd_setup_border_colors()
/external/skia/src/gpu/
DGrResourceProvider.cpp91 sk_sp<GrTexture> tex(fGpu->createTexture(desc, budgeted, texels, mipLevelCount)); in createTexture() local
102 sk_sp<GrTexture> tex(this->refScratchTexture(desc, flags)); in getExactScratch() local
142 sk_sp<GrTexture> tex = this->getExactScratch(desc, budgeted, 0); in createTextureProxy() local
155 sk_sp<GrTexture> tex(fGpu->createTexture(desc, budgeted, &mipLevel, 1)); in createTextureProxy() local
171 sk_sp<GrTexture> tex = this->getExactScratch(desc, budgeted, flags); in createTexture() local
240 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture()
474 const GrBackendTexture& tex, GrSurfaceOrigin origin, int sampleCnt) in wrapBackendTextureAsRenderTarget()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c40 static int amdgpu_surface_sanity(const struct pipe_resource *tex) in amdgpu_surface_sanity()
147 const struct pipe_resource *tex, in compute_level()
301 const struct pipe_resource *tex, in amdgpu_surface_init()
/external/skia/src/image/
DSkSurface_Gpu.cpp213 GrBackendTexture tex(desc, context->contextPriv().getBackend()); in MakeFromBackendTexture() local
217 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, const GrBackendTexture& tex, in MakeFromBackendTexture()
298 GrBackendTexture tex(desc, context->contextPriv().getBackend()); in MakeFromBackendTextureAsRenderTarget() local
304 const GrBackendTexture& tex, in MakeFromBackendTextureAsRenderTarget()

12345678910