Home
last modified time | relevance | path

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

12345678910>>...21

/external/angle/src/tests/gl_tests/
DTextureRectangleTest.cpp56 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 …]
DSRGBTextureTest.cpp98 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 …]
DGetImageTest.cpp73 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 …]
DSixteenBppTextureTest.cpp76 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 …]
DFramebufferMultiviewTest.cpp172 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
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c101 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 …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c120 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 …]
Di915_state_static.c90 struct i915_texture *tex = i915_texture(cbuf_surface->texture); in update_framebuffer() local
118 struct i915_texture *tex = i915_texture(depth_surface->texture); in update_framebuffer() local
169 struct i915_texture *tex = i915_texture(depth_surface->texture); in update_dst_buf_vars() local
/external/skia/src/gpu/graphite/vk/
DVulkanBackendTexture.cpp52 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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h140 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 …]
Dsvga_resource_texture.c229 struct svga_texture *tex, in readback_texture_surface()
320 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map_direct() local
464 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map() local
678 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_unmap_dma() local
706 struct svga_texture *tex = svga_texture(transfer->resource); in svga_texture_transfer_unmap_direct() local
769 struct svga_texture *tex = svga_texture(transfer->resource); in svga_texture_transfer_unmap() local
817 struct svga_texture *tex; in svga_texture_create() local
1135 struct svga_texture *tex; in svga_texture_from_handle() local
1225 struct svga_texture *tex = svga_texture(pt); in svga_texture_generate_mipmap() local
1339 struct svga_texture *tex) in need_update_texture_resource()
[all …]
Dsvga_sampler_view.c45 struct svga_texture *tex = svga_texture(pt); in svga_get_tex_sampler_view() local
164 struct svga_texture *tex = svga_texture(v->texture); in svga_validate_sampler_view() local
203 struct svga_texture *tex = svga_texture(v->texture); in svga_destroy_sampler_view_priv() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c74 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()
531 static void r300_tex_print_info(struct r300_resource *tex, in r300_tex_print_info()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tex.cpp14 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
Dsfn_instr_tex.cpp315 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 …]
/external/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c195 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
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c267 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
/external/executorch/backends/vulkan/runtime/graph/ops/glsl/
Dactivations.h19 vec4 hardswish(vec4 tex) { in hardswish()
28 vec4 hardshrink(vec4 tex, float lambda, float neg_lambda) { in hardshrink()
38 vec4 hardsigmoid(vec4 tex) { in hardsigmoid()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c157 static uint64_t si_texture_get_offset(struct si_screen *sscreen, struct si_texture *tex, in si_texture_get_offset()
403 void si_eliminate_fast_color_clear(struct si_context *sctx, struct si_texture *tex, in si_eliminate_fast_color_clear()
422 void si_texture_discard_cmask(struct si_screen *sscreen, struct si_texture *tex) in si_texture_discard_cmask()
445 static bool si_can_disable_dcc(struct si_texture *tex) in si_can_disable_dcc()
455 static bool si_texture_discard_dcc(struct si_screen *sscreen, struct si_texture *tex) in si_texture_discard_dcc()
489 bool si_texture_disable_dcc(struct si_context *sctx, struct si_texture *tex) in si_texture_disable_dcc()
506 static void si_reallocate_texture_inplace(struct si_context *sctx, struct si_texture *tex, in si_reallocate_texture_inplace()
614 static void si_set_tex_bo_metadata(struct si_screen *sscreen, struct si_texture *tex) in si_set_tex_bo_metadata()
642 static bool si_displayable_dcc_needs_explicit_flush(struct si_texture *tex) in si_displayable_dcc_needs_explicit_flush()
669 struct si_texture *tex = (struct si_texture *)resource; in si_resource_get_param() local
[all …]
Dsi_blit.c284 static void si_decompress_depth(struct si_context *sctx, struct si_texture *tex, in si_decompress_depth()
415 struct si_texture *tex; in si_decompress_sampler_depth_textures() local
439 static void si_blit_decompress_color(struct si_context *sctx, struct si_texture *tex, in si_blit_decompress_color()
569 static void si_decompress_color_texture(struct si_context *sctx, struct si_texture *tex, in si_decompress_color_texture()
595 struct si_texture *tex; in si_decompress_sampler_color_textures() local
618 struct si_texture *tex; in si_decompress_image_color_textures() local
632 static void si_check_render_feedback_texture(struct si_context *sctx, struct si_texture *tex, in si_check_render_feedback_texture()
672 struct si_texture *tex; in si_check_render_feedback_textures() local
696 struct si_texture *tex; in si_check_render_feedback_images() local
717 struct si_texture *tex; in si_check_render_feedback_resident_textures() local
[all …]
/external/skia/tests/
DVkWrapTests.cpp66 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership, in wrap_tex_test() local
76 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test() local
89 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test() local
101 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test() local
180 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test() local
/external/skia/src/gpu/graphite/dawn/
DDawnBackendTexture.cpp20 DawnBackendTextureData(WGPUTexture tex, WGPUTextureView tv) : fTexture(tex), fTextureView(tv) {} in DawnBackendTextureData()
48 static const DawnBackendTextureData* get_and_cast_data(const BackendTexture& tex) { in get_and_cast_data()
95 WGPUTexture GetDawnTexturePtr(const BackendTexture& tex) { in GetDawnTexturePtr()
104 WGPUTextureView GetDawnTextureViewPtr(const BackendTexture& tex) { in GetDawnTextureViewPtr()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c94 has_src(nir_tex_instr *tex, nir_tex_src_type type) in has_src()
100 ok_bindless_src(nir_tex_instr *tex, nir_tex_src_type type) in ok_bindless_src()
121 ok_tex_samp(nir_tex_instr *tex) in ok_tex_samp()
147 nir_tex_instr *tex = nir_instr_as_tex(instr); in lower_tex_prefetch_block() 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

12345678910>>...21