/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | PointSpriteTest.cpp | 44 GLuint tex; in TEST_P() local
|
H A D | BasicDrawTest.cpp | 58 GLuint tex; in TEST_P() local
|
/third_party/skia/docs/examples/ |
H A D | Dst.cpp | 8 SkRect tex[] = { { 0, 0, 250, 250 }, { 0, 0, 250, 250 } }; in REG_FIDDLE() local
|
H A D | Canvas_drawAtlas_2.cpp | 9 SkRect tex[] = { { 0, 0, 250, 250 }, { 0, 0, 250, 250 } }; in REG_FIDDLE() local
|
H A D | Canvas_drawAtlas.cpp | 9 SkRect tex[] = { { 0, 0, 250, 250 }, { 0, 0, 250, 250 } }; in REG_FIDDLE() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UnpackRowLength.cpp | 64 GLuint tex; in testRowLength() local
|
H A D | RobustClientMemoryTest.cpp | 110 GLTexture tex; in TEST_P() local
|
H A D | D3DImageFormatConversionTest.cpp | 67 GLuint tex = 0; in runTest() local
|
H A D | FramebufferRenderMipmapTest.cpp | 61 GLuint tex = 0; in TEST_P() local 112 GLuint tex = 0; in TEST_P() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_normalize_cubemap_coords.c | 45 nir_tex_instr *tex = nir_instr_as_tex(instr); in normalize_cubemap_coords_block() local [all...] |
H A D | nir_lower_bitmap.c | 78 nir_tex_instr *tex; in lower_bitmap() local [all...] |
H A D | nir_lower_fb_read.c | 59 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 2); in lower_fb_read() local [all...] |
H A D | nir_lower_bool_to_int32.c | 122 lower_tex_instr(nir_tex_instr *tex) in lower_tex_instr() argument
|
H A D | nir_lower_readonly_images_to_tex.c | 126 nir_tex_instr *tex = nir_tex_instr_create(b->shader, num_srcs); in lower_readonly_image_op() local [all...] |
H A D | nir_lower_input_attachments.c | 104 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 3 + multisampled); in try_lower_input_load() local 155 try_lower_input_texop(nir_builder *b, nir_tex_instr *tex, const nir_input_attachment_options *options) try_lower_input_texop() argument 186 nir_tex_instr *tex = nir_instr_as_tex(instr); lower_input_attachments_instr() local [all...] |
H A D | nir_opt_move_discards_to_top.c | 170 nir_tex_instr *tex = nir_instr_as_tex(instr); in opt_move_discards_to_top_impl() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.h | 87 _mesa_reference_texobj(struct gl_texture_object **ptr, struct gl_texture_object *tex) _mesa_reference_texobj() argument
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_surface.c | 31 static int amdgpu_surface_sanity(const struct pipe_resource *tex) in amdgpu_surface_sanity() argument 63 amdgpu_surface_init(struct radeon_winsys *rws, const struct pipe_resource *tex, uint64_t flags, unsigned bpe, enum radeon_surf_mode mode, struct radeon_surf *surf) amdgpu_surface_init() argument [all...] |
/third_party/skia/tests/ |
H A D | GrDDLImageTest.cpp | 46 GrBackendTexture tex = in DEF_GPUTEST() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_sampler_view.c | 63 struct svga_texture *tex = svga_texture(pt); in svga_get_tex_sampler_view() local 182 struct svga_texture *tex = svga_texture(v->texture); svga_validate_sampler_view() local 221 struct svga_texture *tex = svga_texture(v->texture); svga_destroy_sampler_view_priv() local [all...] |
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | clear.c | 24 struct pipe_resource *tex; variable
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_nir.c | 93 nir_tex_instr *tex = nir_instr_as_tex(instr); in etna_lower_io() local [all...] |
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | fd6_format_table.c | 39 enum a6xx_format tex; member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_image.c | 53 unsigned tex = mapping->num_tex++; in ir3_ssbo_to_tex() local 87 unsigned tex = mapping->num_tex++; in ir3_image_to_tex() local
|
H A D | ir3_nir_lower_tex_prefetch.c | 108 has_src(nir_tex_instr *tex, nir_tex_src_type type) in has_src() argument 114 ok_bindless_src(nir_tex_instr *tex, nir_tex_src_type type) in ok_bindless_src() argument 135 ok_tex_samp(nir_tex_instr *tex) in ok_tex_samp() argument 161 nir_tex_instr *tex = nir_instr_as_tex(instr); lower_tex_prefetch_block() local [all...] |