| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | drisw.c | 371 templ.target = screen->target; in drisw_allocate_textures()
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_pipe.h | 310 screen->is_format_supported(screen, pipe_format, target, \ 316 enum pipe_texture_target target, in d3d9_to_pipe_format_checked() 324 /* We cannot render to depth textures as a render target */ in d3d9_to_pipe_format_checked() 421 else /* render-target */ in d3dmultisample_type_check() 314 d3d9_to_pipe_format_checked(struct pipe_screen *screen, D3DFORMAT format, enum pipe_texture_target target, unsigned sample_count, unsigned bindings, boolean srgb, boolean bypass_check) d3d9_to_pipe_format_checked() argument
|
| /third_party/mesa3d/src/gallium/drivers/tegra/ |
| H A D | tegra_screen.c | 135 enum pipe_texture_target target, in tegra_screen_is_format_supported() 142 return screen->gpu->is_format_supported(screen->gpu, format, target, in tegra_screen_is_format_supported() 133 tegra_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) tegra_screen_is_format_supported() argument
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu.c | 182 qpu_branch(uint32_t cond, uint32_t target) in qpu_branch() argument 190 inst |= QPU_SET_FIELD(target, QPU_BRANCH_TARGET); in qpu_branch()
|
| /third_party/mesa3d/src/gallium/frontends/osmesa/ |
| H A D | osmesa.c | 35 * display target resource. However, softpipe doesn't support "upside-down" 430 templat.target = PIPE_TEXTURE_RECT; in osmesa_st_framebuffer_validate() 1023 extern void GLAPIENTRY _mesa_ClampColor(GLenum target, GLenum clamp); in OSMesaColorClamp()
|
| /third_party/node/deps/zlib/ |
| H A D | crc32_simd.c | 361 * armv8 target, which is incompatible with ThinLTO optimizations on Android. 364 * function-level `target`s, however.) 373 * feature for this target (ignoring feature)." This appears to be a harmless 389 #define TARGET_ARMV8_WITH_CRC __attribute__((target("aes,crc"))) 391 #define TARGET_ARMV8_WITH_CRC __attribute__((target("armv8-a,crc")))
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_copyimage.c | 392 templ.target = PIPE_TEXTURE_2D_ARRAY; in create_texture() 394 templ.target = PIPE_TEXTURE_2D; in create_texture()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | dtitvinf.cpp | 785 Hashtable* target, in copyHash() 807 target->put(UnicodeString(*key), copy, status); in copyHash() 784 copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) copyHash() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_surface.c | 331 if (dst->texture->target != PIPE_BUFFER) { in llvmpipe_clear_render_target() 403 if (dst->texture->target != PIPE_BUFFER) { in llvmpipe_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.c | 444 enum pipe_texture_target target, in nv30_screen_is_format_supported() 461 if (target == PIPE_TEXTURE_3D && (bindings & PIPE_BIND_RENDER_TARGET)) in nv30_screen_is_format_supported() 442 nv30_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) nv30_screen_is_format_supported() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins.cc | 474 bool Builtins::AllowDynamicFunction(Isolate* isolate, Handle<JSFunction> target, in AllowDynamicFunction() argument 483 if (*responsible_context == target->context()) return true; in AllowDynamicFunction()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | map.h | 507 bool InstancesNeedRewriting(Map target, ConcurrencyMode cmode) const; 508 bool InstancesNeedRewriting(Map target, int target_number_of_fields,
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pt.c | 429 * from the attached stream output target. 442 struct draw_so_target *target = in resolve_draw_info() local 446 target->internal_offset / vertex_buffer->stride; in resolve_draw_info()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture_state.c | 193 VIVS_TE_SAMPLER_CONFIG0_TYPE(translate_texture_target(sv->base.target)) | in etna_create_sampler_view_state() 201 switch (sv->base.target) { in etna_create_sampler_view_state()
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.h | 193 unsigned target, in tgsi_transform_sampler_view_decl() 203 decl.SamplerView.Resource = target; in tgsi_transform_sampler_view_decl() 191 tgsi_transform_sampler_view_decl(struct tgsi_transform_context *ctx, unsigned index, unsigned target, enum tgsi_return_type type) tgsi_transform_sampler_view_decl() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_zscan.c | 399 res_tmpl.target = PIPE_TEXTURE_2D; in vl_zscan_layout() 514 res_tmpl.target = PIPE_TEXTURE_3D; in vl_zscan_init_buffer()
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_pipe.c | 683 if (templ->target == PIPE_BUFFER && in r600_resource_create() 772 templ.target = PIPE_TEXTURE_2D; in r600_screen_create()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Surface.cpp | 572 gl::Extents Surface::getAttachmentSize(const gl::ImageIndex & /*target*/) const in getAttachmentSize() 577 gl::Format Surface::getAttachmentFormat(GLenum binding, const gl::ImageIndex &target) const in getAttachmentFormat() 582 GLsizei Surface::getAttachmentSamples(const gl::ImageIndex &target) const in getAttachmentSamples()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.h | 190 gl::TextureTarget target, 261 EGLenum target, 512 // current render target states
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 212 // construct LTOModule, hand over ownership of module and target in makeLTOModule() 228 TargetMachine *target = in makeLTOModule() local 231 std::unique_ptr<LTOModule> Ret(new LTOModule(std::move(M), Buffer, target)); in makeLTOModule() 302 // second slot in __OBJC,__category is pointer to target class name in addObjCCategory()
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| H A D | esextcTextureCubeMapArraySampling.hpp | 324 void bind(glw::GLenum target) const; 325 void bind(glw::GLenum target, glw::GLuint index) const;
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cTransformFeedbackTests.hpp | 121 * BindBufferBase when <target> is TRANSFORM_FEEDBACK_BUFFER and transform 184 * GetQueryIndexediv when <target> is TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN and 187 * GetQueryIndexediv when <target> is PRIMITIVES_GENERATED and <index> exceeds 190 * query at <index> of <target> is zero; 226 typedef GLW_APICALL void (GLW_APIENTRY *BindBufferOffsetEXT_ProcAddress)(glw::GLenum target, glw::GLuint index, glw::GLuint buffer, 391 typedef GLW_APICALL void (GLW_APIENTRY *BindBufferOffsetEXT_ProcAddress)(glw::GLenum target, glw::GLuint index, glw::GLuint buffer,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | TextureVk.h | 258 gl::TextureTarget target, 267 gl::TextureTarget target,
|
| /third_party/skia/src/core/ |
| H A D | SkEdgeClipper.cpp | 68 SkScalar target, SkScalar* t) { in chopMonoQuadAt() 75 SkScalar C = c0 - target; in chopMonoQuadAt() 67 chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2, SkScalar target, SkScalar* t) chopMonoQuadAt() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | dtitvinf.cpp | 799 Hashtable* target, in copyHash() 821 target->put(UnicodeString(*key), copy, status); in copyHash() 798 copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) copyHash() argument
|