/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 108 const struct lp_tgsi_texture_info *tex = &info->tex[index]; in match_aero_minification_shader() local 319 nir_tex_instr *tex = nir_instr_as_tex(instr); llvmpipe_nir_fn_is_linear_compat() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.h | 153 fd6_texture_state_reference(struct fd6_texture_state **ptr, struct fd6_texture_state *tex) fd6_texture_state_reference() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_nir_optim.c | 41 get_tex_unit(nir_tex_instr *tex) in get_tex_unit() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_format.c | 42 unsigned tex; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.c | 457 struct pipe_resource *tex; local
|
H A D | r300_screen_buffer.c | 67 struct r300_resource* tex = (struct r300_resource*)buf; in r300_resource_destroy() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedBlending.cpp | 117 glw::GLuint tex; in iterate() local
|
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 121 glw::GLuint tex; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | OcclusionQueriesTest.cpp | 233 GLTexture tex; in TEST_P() local
|
H A D | SixteenBppTextureTest.cpp | 76 void simpleValidationBase(GLuint tex) in simpleValidationBase() argument 151 GLTexture tex; in TEST_P() local 177 GLTexture tex; in TEST_P() local 194 GLTexture tex; TEST_P() local 239 GLTexture tex; TEST_P() local 259 GLTexture tex; TEST_P() local 280 GLTexture tex; TEST_P() local 299 GLTexture tex; TEST_P() local 335 GLTexture tex; TEST_P() local 357 GLTexture tex; TEST_P() local 444 GLTexture tex; TEST_P() local [all...] |
H A D | GetImageTest.cpp | 52 GLTexture tex; in InitTextureWithFormatAndSize() local 63 GLTexture tex; in InitTextureWithSize() local 98 GLTexture tex = InitSimpleTexture(); in TEST_P() local 180 GLTexture tex = InitTextureWithSize(kSmallSize, expectedData.data()); in TEST_P() local 255 GLTexture tex = InitTextureWithSize(kSmallSize, expectedData.data()); in TEST_P() local 278 GLTexture tex in TEST_P() local 326 GLTexture tex = TEST_P() local 363 GLTexture tex = InitTextureWithFormatAndSize(GL_LUMINANCE, kSmallSize, expectedData.data()); TEST_P() local 397 GLTexture tex = InitTextureWithFormatAndSize(GL_ALPHA, kSmallSize, expectedData.data()); TEST_P() local 434 GLTexture tex; TEST_P() local 475 GLTexture tex; TEST_P() local 500 GLTexture tex; TEST_P() local 533 GLTexture tex; TEST_P() local 558 GLTexture tex; TEST_P() local 587 GLTexture tex; 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; TEST_P() local 255 GLTexture tex; TEST_P() local 286 GLTexture tex; TEST_P() local 341 GLTexture tex; TEST_P() local 379 GLTexture tex; TEST_P() local 420 GLTexture tex; TEST_P() local 449 GLTexture tex; TEST_P() local 482 GLTexture tex; TEST_P() local 515 GLTexture tex; TEST_P() local 553 GLTexture tex; 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; TEST_P() local 271 GLTexture tex; TEST_P() local 338 GLTexture tex; TEST_P() local 366 GLTexture tex; TEST_P() local 391 GLTexture tex; TEST_P() local 422 GLTexture tex; TEST_P() local [all...] |
/third_party/skia/samplecode/ |
H A D | SampleShip.cpp | 26 draw_atlas(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas() argument 33 draw_atlas_sim(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas_sim() argument
|
/third_party/skia/src/gpu/ |
H A D | GrRecordingContextPriv.cpp | 306 makeSFCFromBackendTexture( GrColorInfo info, const GrBackendTexture& tex, int sampleCount, GrSurfaceOrigin origin, sk_sp<GrRefCntedCallback> releaseHelper) makeSFCFromBackendTexture() argument
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_sdlrenderer.cpp | 175 SDL_Texture* tex = (SDL_Texture*)pcmd->GetTexID(); in ImGui_ImplSDLRenderer_RenderDrawData() local
|
/third_party/skia/tests/ |
H A D | ProxyTest.cpp | 97 GrTexture* tex = texProxy->peekTexture(); in check_texture() local 136 sk_sp<GrTexture> tex; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 172 sk_sp<GrTexture> tex; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
H A D | ImageFilterCacheTest.cpp | 224 GrTexture* tex = srcView.proxy()->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_intrinsic_test.cc | 679 auto* tex = Global("texture", t, in TEST_F() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | CopyTextureForBrowserTests.cpp | 41 wgpu::Texture tex = device.CreateTexture(&descriptor); in Create2DTexture() local
|
/third_party/skia/bench/ |
H A D | PatchBench.cpp | 351 const SkPoint tex[] = { variable
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_dce.c | 76 nir_tex_instr *tex = nir_instr_as_tex(instr); in is_live() local
|
H A D | nir_opt_preamble.c | 216 nir_tex_instr *tex = nir_instr_as_tex(instr); in can_move_instr() local 541 nir_tex_instr *tex = nir_instr_as_tex(clone); in nir_opt_preamble() local [all...] |
/third_party/mesa3d/src/freedreno/ir2/ |
H A D | disasm-a2xx.c | 406 instr_fetch_tex_t *tex = &fetch->tex; in print_fetch_tex() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_cp.c | 654 struct ir3_register *tex = samp_tex->srcs[1]; in instr_cp() local
|