Home
last modified time | relevance | path

Searched defs:attribs (Results 126 - 150 of 175) sorted by relevance

1234567

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c1000 st_api_create_context(struct st_api *stapi, struct st_manager *smapi, const struct st_context_attribs *attribs, enum st_context_error *error, struct st_context_iface *shared_stctxi) st_api_create_context() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c822 struct panvk_attribs_info *attribs = &pipeline->attribs; in panvk_pipeline_builder_parse_vertex_input() local
[all...]
H A Dpanvk_vX_cmd_buffer.c521 struct panfrost_ptr attribs = in panvk_draw_prepare_varyings() local
579 struct panfrost_ptr attribs = in panvk_prepare_non_vs_attribs() local
532 panvk_fill_non_vs_attribs(struct panvk_cmd_buffer *cmdbuf, struct panvk_cmd_bind_point_state *bind_point_state, void *attrib_bufs, void *attribs, unsigned first_buf) panvk_fill_non_vs_attribs() argument
617 struct panfrost_ptr attribs = panvk_draw_prepare_vs_attribs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c476 LLVMValueRef attribs[3]; in emit_tri_coef() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c984 i915_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) i915_create_vertex_elements_state() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp808 WindowSurface(rx::EGLImplFactory *implFactory, const egl::Config *config, EGLNativeWindowType window, const AttributeMap &attribs, bool robustResourceInit) WindowSurface() argument
820 PbufferSurface(rx::EGLImplFactory *implFactory, const Config *config, const AttributeMap &attribs, bool robustResourceInit) PbufferSurface() argument
829 PbufferSurface(rx::EGLImplFactory *implFactory, const Config *config, EGLenum buftype, EGLClientBuffer clientBuffer, const AttributeMap &attribs, bool robustResourceInit) PbufferSurface() argument
843 PixmapSurface(rx::EGLImplFactory *implFactory, const Config *config, NativePixmapType nativePixmap, const AttributeMap &attribs, bool robustResourceInit) PixmapSurface() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp30 rx::RobustnessVideoMemoryPurgeStatus GetRobustnessVideoMemoryPurge(const egl::AttributeMap &attribs) in GetRobustnessVideoMemoryPurge() argument
124 EGLSyncImpl *DisplayEGL::createSync(const egl::AttributeMap &attribs) in createSync() argument
116 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument
412 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
427 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument
464 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
481 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument
489 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument
925 native_egl::AttributeVector attribs; createRenderer() local
1018 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp32 rx::RobustnessVideoMemoryPurgeStatus GetRobustnessVideoMemoryPurge(const egl::AttributeMap &attribs) in GetRobustnessVideoMemoryPurge() argument
424 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
434 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument
447 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
456 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument
487 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp367 const auto &attribs = mState.getVertexArray()->getVertexAttributes(); in updateAttributesForBaseInstance() local
H A DVertexArrayGL.cpp354 const auto &attribs = mState.getVertexAttributes(); in computeStreamingAttributeSizes() local
429 const auto &attribs = mState.getVertexAttributes(); in streamAttributes() local
579 const auto &attribs = mState.getVertexAttributes(); in recoverForcedStreamingAttributesForDrawArraysInstanced() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCollectVariables.cpp251 CollectVariablesTraverser( std::vector<sh::ShaderVariable> *attribs, std::vector<sh::ShaderVariable> *outputVariables, std::vector<sh::ShaderVariable> *uniforms, std::vector<sh::ShaderVariable> *inputVaryings, std::vector<sh::ShaderVariable> *outputVaryings, std::vector<sh::ShaderVariable> *sharedVariables, std::vector<sh::InterfaceBlock> *uniformBlocks, std::vector<sh::InterfaceBlock> *shaderStorageBlocks, ShHashFunction64 hashFunction, TSymbolTable *symbolTable, GLenum shaderType, const TExtensionBehavior &extensionBehavior, const ShBuiltInResources &resources, int tessControlShaderOutputVertices) CollectVariablesTraverser() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp254 std::vector<int> attribs = wgl::GetDefaultPixelFormatAttributes(false); in initializeImpl() local
406 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
429 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument
442 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
458 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument
466 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument
826 std::vector<int> attribs; createContextAttribs() local
998 const int attribs[] = {0, 0}; createWorkerContext() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp282 const auto &attribs = mState.getVertexAttributes(); in handleLineLoopIndirectDraw() local
467 const std::vector<gl::VertexAttribute> &attribs = mState.getVertexAttributes(); in syncState() local
560 const std::vector<gl::VertexAttribute> &attribs = mState.getVertexAttributes(); in updateActiveAttribInfo() local
777 const auto &attribs = mState.getVertexAttributes(); updateStreamedAttribs() local
[all...]
/third_party/skia/src/gpu/tessellate/
H A DStrokeHardwareTessellator.cpp58 PatchWriter(PatchAttribs attribs, in PatchWriter() argument
/third_party/python/Lib/test/
H A Dtest_contextlib.py243 def attribs(**kw): function
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp959 rr::VertexAttrib attribs[2]; in renderReference() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp238 std::vector<AttributeSpec> attribs; member
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp328 std::vector<int> attribs; in createContext() local
[all...]
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.cpp308 int attribs[] = { WGL_NUMBER_PIXEL_FORMATS_ARB }; in getPixelFormats() local
344 static void getPixelFormatAttribs (const Functions& wgl, HDC deviceCtx, int pixelFormat, int numAttribs, const int* attribs, std::map<int, int>* dst) in getPixelFormatAttribs() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp996 attribType attribs[] = { in test() local
H A DteglWideColorTests.cpp1252 std::vector<EGLint> attribs; in executeTest() local
1284 std::vector<EGLAttrib> attribs; executeTest() local
[all...]
/third_party/glfw/src/
H A Dwin32_window.c2466 EGLenum _glfwGetEGLPlatformWin32(EGLint** attribs) in _glfwGetEGLPlatformWin32() argument
H A Dx11_window.c1941 XWindowAttributes attribs; in _glfwCreateInputContextX11() local
2195 XWindowAttributes attribs; in _glfwGetWindowSizeX11() local
3087 EGLenum _glfwGetEGLPlatformX11(EGLint** attribs) in _glfwGetEGLPlatformX11() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_draw.c92 nir_ssa_def *attribs; member
105 struct attribs_data attribs; member
172 mali_ptr attribs; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c865 u_vbuf_create_vertex_elements(struct u_vbuf *mgr, unsigned count, const struct pipe_vertex_element *attribs) u_vbuf_create_vertex_elements() argument
[all...]

Completed in 42 milliseconds

1234567