/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_tex.c | 101 project_src(nir_builder *b, nir_tex_instr *tex) in project_src() 159 lower_offset(nir_builder *b, nir_tex_instr *tex) in lower_offset() 216 lower_rect(nir_builder *b, nir_tex_instr *tex) in lower_rect() 235 lower_rect_tex_scale(nir_builder *b, nir_tex_instr *tex) in lower_rect_tex_scale() 251 lower_1d(nir_builder *b, nir_tex_instr *tex) in lower_1d() 322 lower_lod(nir_builder *b, nir_tex_instr *tex, nir_def *lod) in lower_lod() 344 lower_implicit_lod(nir_builder *b, nir_tex_instr *tex) in lower_implicit_lod() 351 lower_zero_lod(nir_builder *b, nir_tex_instr *tex) in lower_zero_lod() 364 sample_plane(nir_builder *b, nir_tex_instr *tex, int plane, in sample_plane() 402 convert_yuv_to_rgb(nir_builder *b, nir_tex_instr *tex, in convert_yuv_to_rgb() [all …]
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | TextureRectangleTest.cpp | 56 GLTexture tex; in TEST_P() local 101 GLTexture tex; in TEST_P() local 110 GLTexture tex; in TEST_P() local 143 GLTexture tex; in TEST_P() local 151 GLTexture tex; in TEST_P() local 166 GLTexture tex; in TEST_P() local 175 GLTexture tex; in TEST_P() local 186 GLTexture tex; in TEST_P() local 198 GLTexture tex; in TEST_P() local 247 GLTexture tex; in TEST_P() local [all …]
|
H A D | GetImageTest.cpp | 73 GLTexture tex; in InitTextureWithFormatAndSize() local 84 GLTexture tex; in InitTextureWithSize() local 119 GLTexture tex = InitSimpleTexture(); in TEST_P() local 205 GLTexture tex = InitTextureWithSize(kSmallSize, expectedData.data()); in TEST_P() local 280 GLTexture tex = InitTextureWithSize(kSmallSize, expectedData.data()); in TEST_P() local 303 GLTexture tex = InitSimpleTexture(); in TEST_P() local 351 GLTexture tex = in TEST_P() local 388 GLTexture tex = InitTextureWithFormatAndSize(GL_LUMINANCE, kSmallSize, expectedData.data()); in TEST_P() local 422 GLTexture tex = InitTextureWithFormatAndSize(GL_ALPHA, kSmallSize, expectedData.data()); in TEST_P() local 459 GLTexture tex; in TEST_P() local [all …]
|
H A D | SRGBTextureTest.cpp | 98 GLuint tex = 0; in TEST_P() local 132 GLuint tex = 0; in TEST_P() local 171 GLTexture tex; in TEST_P() local 255 GLTexture tex; in TEST_P() local 301 GLTexture tex; in TEST_P() local 335 GLTexture tex; in TEST_P() local 392 GLTexture tex; in TEST_P() local 430 GLTexture tex; in TEST_P() local 471 GLTexture tex; in TEST_P() local 500 GLTexture tex; in TEST_P() local [all …]
|
H A D | SixteenBppTextureTest.cpp | 76 void simpleValidationBase(GLuint tex) in simpleValidationBase() 151 GLTexture tex; in TEST_P() local 177 GLTexture tex; in TEST_P() local 194 GLTexture tex; in TEST_P() local 239 GLTexture tex; in TEST_P() local 259 GLTexture tex; in TEST_P() local 280 GLTexture tex; in TEST_P() local 299 GLTexture tex; in TEST_P() local 335 GLTexture tex; in TEST_P() local 357 GLTexture tex; in TEST_P() local [all …]
|
H A D | FramebufferMultiviewTest.cpp | 172 GLTexture tex; in TEST_P() local 199 GLTexture tex; in TEST_P() local 226 GLTexture tex; in TEST_P() local 250 GLTexture tex; in TEST_P() local 271 GLTexture tex; in TEST_P() local 338 GLTexture tex; in TEST_P() local 366 GLTexture tex; in TEST_P() local 391 GLTexture tex; in TEST_P() local 422 GLTexture tex; in TEST_P() local
|
H A D | ClearTest.cpp | 1687 GLTexture tex; in TEST_P() local 1729 GLTexture tex; in TEST_P() local 3761 GLTexture tex; in TEST_P() local 3792 GLTexture tex; in TEST_P() local 3823 GLTexture tex; in TEST_P() local 3843 GLTexture tex; in TEST_P() local 3880 GLTexture tex; in TEST_P() local 3902 GLTexture tex; in TEST_P() local 4001 GLTexture tex; in TEST_P() local 4021 GLTexture tex; in TEST_P() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource_texture.c | 120 i915_texture_set_level_info(struct i915_texture *tex, unsigned level, in i915_texture_set_level_info() 134 i915_texture_offset(const struct i915_texture *tex, unsigned level, in i915_texture_offset() 146 i915_texture_set_image_offset(struct i915_texture *tex, unsigned level, in i915_texture_set_image_offset() 164 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex) in i915_texture_tiling() 189 i9x5_scanout_layout(struct i915_texture *tex) in i9x5_scanout_layout() 224 i9x5_display_target_layout(struct i915_texture *tex) in i9x5_display_target_layout() 255 i9x5_special_layout(struct i915_texture *tex) in i9x5_special_layout() 322 i9x5_texture_layout_cube(struct i915_texture *tex) in i9x5_texture_layout_cube() 358 i915_texture_layout_2d(struct i915_texture *tex) in i915_texture_layout_2d() 387 i915_texture_layout_3d(struct i915_texture *tex) in i915_texture_layout_3d() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 157 static uint64_t si_texture_get_offset(struct si_screen *sscreen, struct si_texture *tex, in si_texture_get_offset() 396 void si_eliminate_fast_color_clear(struct si_context *sctx, struct si_texture *tex, in si_eliminate_fast_color_clear() 415 void si_texture_discard_cmask(struct si_screen *sscreen, struct si_texture *tex) in si_texture_discard_cmask() 438 static bool si_can_disable_dcc(struct si_texture *tex) in si_can_disable_dcc() 448 static bool si_texture_discard_dcc(struct si_screen *sscreen, struct si_texture *tex) in si_texture_discard_dcc() 482 bool si_texture_disable_dcc(struct si_context *sctx, struct si_texture *tex) in si_texture_disable_dcc() 499 static void si_reallocate_texture_inplace(struct si_context *sctx, struct si_texture *tex, in si_reallocate_texture_inplace() 607 static void si_set_tex_bo_metadata(struct si_screen *sscreen, struct si_texture *tex) in si_set_tex_bo_metadata() 635 static bool si_displayable_dcc_needs_explicit_flush(struct si_texture *tex) in si_displayable_dcc_needs_explicit_flush() 662 struct si_texture *tex = (struct si_texture *)resource; in si_resource_get_param() local [all …]
|
H A D | si_blit.c | 283 static void si_decompress_depth(struct si_context *sctx, struct si_texture *tex, in si_decompress_depth() 414 struct si_texture *tex; in si_decompress_sampler_depth_textures() local 438 static void si_blit_decompress_color(struct si_context *sctx, struct si_texture *tex, in si_blit_decompress_color() 568 static void si_decompress_color_texture(struct si_context *sctx, struct si_texture *tex, in si_decompress_color_texture() 594 struct si_texture *tex; in si_decompress_sampler_color_textures() local 617 struct si_texture *tex; in si_decompress_image_color_textures() local 631 static void si_check_render_feedback_texture(struct si_context *sctx, struct si_texture *tex, in si_check_render_feedback_texture() 671 struct si_texture *tex; in si_check_render_feedback_textures() local 695 struct si_texture *tex; in si_check_render_feedback_images() local 716 struct si_texture *tex; in si_check_render_feedback_resident_textures() local [all …]
|
H A D | si_descriptors.c | 203 struct si_texture *tex = (struct si_texture *)resource; in si_sampler_view_add_buffer() local 269 void si_set_mutable_tex_desc_fields(struct si_screen *sscreen, struct si_texture *tex, in si_set_mutable_tex_desc_fields() 351 struct si_sampler_view *sview, struct si_texture *tex, in si_set_sampler_state_desc() 366 struct si_texture *tex = (struct si_texture *)view->texture; in si_set_sampler_view_desc() local 403 static bool color_needs_decompression(struct si_texture *tex) in color_needs_decompression() 414 static bool depth_needs_decompression(struct si_texture *tex, bool is_stencil) in depth_needs_decompression() 463 struct si_texture *tex = (struct si_texture *)sview->base.texture; in si_set_sampler_views() local 593 struct si_texture *tex = (struct si_texture *)res; in si_samplers_update_needs_color_decompress_mask() local 643 struct si_texture *tex = (struct si_texture *)view->resource; in si_image_views_check_encrypted() local 700 struct si_texture *tex = (struct si_texture *)res; in si_set_shader_image_desc() local [all …]
|
H A D | si_clear.c | 41 static void si_init_clear_image_dcc_single(struct si_clear_info *info, struct si_texture *tex, in si_init_clear_image_dcc_single() 116 static bool si_alloc_separate_cmask(struct si_screen *sscreen, struct si_texture *tex) in si_alloc_separate_cmask() 145 static bool si_set_clear_color(struct si_texture *tex, enum pipe_format surface_format, in si_set_clear_color() 284 static bool gfx11_get_dcc_clear_parameters(struct si_screen *sscreen, struct si_texture *tex, in gfx11_get_dcc_clear_parameters() 427 bool vi_dcc_get_clear_info(struct si_context *sctx, struct si_texture *tex, unsigned level, in vi_dcc_get_clear_info() 501 static void si_set_optimal_micro_tile_mode(struct si_screen *sscreen, struct si_texture *tex) in si_set_optimal_micro_tile_mode() 604 static uint32_t si_get_htile_clear_value(struct si_texture *tex, float depth) in si_get_htile_clear_value() 693 struct si_texture *tex = (struct si_texture *)fb->cbufs[i]->texture; in si_fast_clear() local 1136 struct si_texture *tex = (struct si_texture *)surf->texture; in si_fb_clear_via_compute() local 1190 struct si_texture *tex = (struct si_texture *)fb->cbufs[i]->texture; in gfx6_clear() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture_desc.c | 74 static bool r300_texture_macro_switch(struct r300_resource *tex, in r300_texture_macro_switch() 108 struct r300_resource *tex, in r300_texture_get_stride() 149 static unsigned r300_texture_get_nblocksy(struct r300_resource *tex, in r300_texture_get_nblocksy() 212 struct r300_resource *tex, in r300_setup_miptree() 274 static void r300_setup_flags(struct r300_resource *tex) in r300_setup_flags() 289 struct r300_resource *tex) in r300_setup_cbzb_flags() 319 struct r300_resource *tex) in r300_setup_hyperz_properties() 419 struct r300_resource *tex) in r300_setup_cmask_properties() 472 struct r300_resource *tex) in r300_setup_tiling() 530 static void r300_tex_print_info(struct r300_resource *tex, in r300_tex_print_info() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_texture.h | 140 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture() local 160 svga_age_texture_view(struct svga_texture *tex, unsigned level) in svga_age_texture_view() 169 check_face_level(const struct svga_texture *tex, in check_face_level() 190 svga_define_texture_level(struct svga_texture *tex, in svga_define_texture_level() 199 svga_is_texture_level_defined(const struct svga_texture *tex, in svga_is_texture_level_defined() 208 svga_set_texture_rendered_to(struct svga_texture *tex) in svga_set_texture_rendered_to() 215 svga_clear_texture_rendered_to(struct svga_texture *tex) in svga_clear_texture_rendered_to() 221 svga_was_texture_rendered_to(const struct svga_texture *tex) in svga_was_texture_rendered_to() 227 svga_set_texture_dirty(struct svga_texture *tex, in svga_set_texture_dirty() 236 svga_clear_texture_dirty(struct svga_texture *tex) in svga_clear_texture_dirty() [all …]
|
H A D | svga_resource_texture.c | 228 struct svga_texture *tex, in readback_texture_surface() 319 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map_direct() local 463 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map() local 677 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_unmap_dma() local 705 struct svga_texture *tex = svga_texture(transfer->resource); in svga_texture_transfer_unmap_direct() local 768 struct svga_texture *tex = svga_texture(transfer->resource); in svga_texture_transfer_unmap() local 816 struct svga_texture *tex; in svga_texture_create() local 1134 struct svga_texture *tex; in svga_texture_from_handle() local 1224 struct svga_texture *tex = svga_texture(pt); in svga_texture_generate_mipmap() local 1338 struct svga_texture *tex) in need_update_texture_resource() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 315 auto tex = new TexInstr(opcode, dest, dest_swz, src, res_id, nullptr, in from_string() local 371 TexInstr::from_nir(nir_tex_instr *tex, Shader& shader) in from_nir() 464 nir_tex_instr *tex, int texture_id, Inputs& src, TexInstr *irt, Shader& shader) in emit_set_gradients() 493 TexInstr::emit_set_offsets(nir_tex_instr *tex, int texture_id, Inputs& src, TexInstr *irt, Shader& … in emit_set_offsets() 517 TexInstr::emit_lowered_tex(nir_tex_instr *tex, Inputs& src, Shader& shader) in emit_lowered_tex() 577 TexInstr::emit_buf_txf(nir_tex_instr *tex, Inputs& src, Shader& shader) in emit_buf_txf() 648 TexInstr::emit_tex_txs(nir_tex_instr *tex, in emit_tex_txs() 704 TexInstr::prepare_source(nir_tex_instr *tex, const Inputs& inputs, Shader& shader) in prepare_source() 875 TexInstr::emit_tex_lod(nir_tex_instr *tex, Inputs& src, Shader& shader) in emit_tex_lod() 983 auto tex = nir_instr_as_tex(instr); in filter() local [all …]
|
H A D | sfn_nir_lower_tex.cpp | 14 lower_coord_shift_normalized(nir_builder *b, nir_tex_instr *tex) in lower_coord_shift_normalized() 42 lower_coord_shift_unnormalized(nir_builder *b, nir_tex_instr *tex) in lower_coord_shift_unnormalized() 73 nir_tex_instr *tex = nir_instr_as_tex(instr); in r600_nir_lower_int_tg4_impl() local 128 lower_txl_txf_array_or_cube(nir_builder *b, nir_tex_instr *tex) in lower_txl_txf_array_or_cube() 191 nir_tex_instr *tex = nir_instr_as_tex(instr); in r600_nir_lower_txl_txf_array_or_cube_impl() local 221 auto tex = nir_instr_as_tex(instr); in r600_nir_lower_cube_to_2darray_filer() local 244 auto tex = nir_instr_as_tex(instr); in r600_nir_lower_cube_to_2darray_impl() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanBackendTexture.cpp | 52 static const VulkanBackendTextureData* get_and_cast_data(const BackendTexture& tex) { in get_and_cast_data() 58 static VulkanBackendTextureData* get_and_cast_data(BackendTexture* tex) { in get_and_cast_data() 81 VkImage GetVkImage(const BackendTexture& tex) { in GetVkImage() 90 VkImageLayout GetVkImageLayout(const BackendTexture& tex) { in GetVkImageLayout() 99 uint32_t GetVkQueueFamilyIndex(const BackendTexture& tex) { in GetVkQueueFamilyIndex() 108 VulkanAlloc GetMemoryAlloc(const BackendTexture& tex) { in GetMemoryAlloc() 117 sk_sp<skgpu::MutableTextureState> GetMutableState(const BackendTexture& tex) { in GetMutableState() 126 void SetMutableState(BackendTexture* tex, const skgpu::MutableTextureState& newState) { in SetMutableState()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | basetexture9.c | 195 struct NineTexture9 *tex = NineTexture9(This); in NineBaseTexture9_UploadSelf() local 208 struct NineCubeTexture9 *tex = NineCubeTexture9(This); in NineBaseTexture9_UploadSelf() local 218 struct NineVolumeTexture9 *tex = NineVolumeTexture9(This); in NineBaseTexture9_UploadSelf() local 234 struct NineTexture9 *tex = NineTexture9(This); in NineBaseTexture9_UploadSelf() local 256 struct NineCubeTexture9 *tex = NineCubeTexture9(This); in NineBaseTexture9_UploadSelf() local 278 struct NineVolumeTexture9 *tex = NineVolumeTexture9(This); in NineBaseTexture9_UploadSelf() local 301 struct NineTexture9 *tex = NineTexture9(This); in NineBaseTexture9_UploadSelf() local 313 struct NineCubeTexture9 *tex = NineCubeTexture9(This); in NineBaseTexture9_UploadSelf() local 327 struct NineVolumeTexture9 *tex = NineVolumeTexture9(This); in NineBaseTexture9_UploadSelf() local
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | HudSystem.java | 283 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
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc.c | 267 GLubyte tex[4]; in fetch_rgb_dxt1() local 279 GLubyte tex[4]; in fetch_rgba_dxt1() local 291 GLubyte tex[4]; in fetch_rgba_dxt3() local 303 GLubyte tex[4]; in fetch_rgba_dxt5() local 316 GLubyte tex[4]; in fetch_srgb_dxt1() local 328 GLubyte tex[4]; in fetch_srgba_dxt1() local 340 GLubyte tex[4]; in fetch_srgba_dxt3() local 352 GLubyte tex[4]; in fetch_srgba_dxt5() local
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_nir_lower_texture.c | 50 texture_descriptor_ptr(nir_builder *b, nir_tex_instr *tex) in texture_descriptor_ptr() 58 has_nonzero_lod(nir_tex_instr *tex) in has_nonzero_lod() 74 nir_tex_instr *tex = nir_instr_as_tex(instr); in lower_tex_crawl() local 133 lower_buffer_texture(nir_builder *b, nir_tex_instr *tex) in lower_buffer_texture() 195 nir_tex_instr *tex = nir_instr_as_tex(instr); in lower_regular_texture() local 328 bias_for_tex(nir_builder *b, nir_tex_instr *tex) in bias_for_tex() 340 nir_tex_instr *tex = nir_instr_as_tex(instr); in lower_sampler_bias() local 438 nir_tex_instr *tex = nir_tex_instr_create(b->shader, query_samples ? 1 : 2); in txs_for_image() local 852 nir_tex_instr *tex = nir_instr_as_tex(instr); in agx_nir_needs_texture_crawl() local
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/sw/wrapper/ |
H A D | wrapper_sw_winsys.c | 61 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 55 nir_tex_instr *tex = nir_instr_as_tex(instr); in lower_cubemap_to_array_filter() local 143 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_def *coord, nir_texop op) in create_array_tex_from_cube_tex() 306 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_def *coord) in handle_cube_gather() 389 rewrite_cube_var_type(nir_builder *b, nir_tex_instr *tex) in rewrite_cube_var_type() 399 lower_tex_to_txl(nir_builder *b, nir_tex_instr *tex) in lower_tex_to_txl() 442 lower_cube_sample(nir_builder *b, nir_tex_instr *tex) in lower_cube_sample() 464 lower_cube_txs(nir_builder *b, nir_tex_instr *tex) in lower_cube_txs() 482 lower_cubemap_to_array_tex(nir_builder *b, nir_tex_instr *tex) in lower_cubemap_to_array_tex()
|
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLStreamTest.cpp | 181 GLTexture tex; in TEST_P() local 289 GLTexture tex[2]; in TEST_P() local 345 GLuint tex[2]; in TEST_P() local 469 GLTexture tex; in TEST_P() local 566 GLTexture tex[2]; in TEST_P() local 787 GLTexture tex[2]; in TEST_P() local 884 GLTexture tex[2]; in TEST_P() local
|