Home
last modified time | relevance | path

Searched defs:width (Results 876 - 900 of 5209) sorted by relevance

1...<<31323334353637383940>>...209

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c288 uint32_t width = pt->width0, height = pt->height0, depth = pt->depth0; in update_map() local
/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c76 CompressedTexImage1D2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexImage1D2D() argument
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexSubImage1D2D() argument
194 __indirect_glCompressedTexImage1D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage1D() argument
206 __indirect_glCompressedTexImage2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage2D() argument
219 __indirect_glCompressedTexImage3D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage3D() argument
267 __indirect_glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage1D() argument
280 __indirect_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage2D() argument
293 __indirect_glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage3D() argument
[all...]
H A Drenderpix.c81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * src, GLubyte * pc, GLubyte * modes) __glXSendLargeImage() argument
120 __indirect_glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column) __indirect_glSeparableFilter2D() argument
/third_party/mesa3d/src/util/format/
H A Du_format_etc.c14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_8unorm() argument
28 util_format_etc1_rgb8_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_float() argument
20 util_format_etc1_rgb8_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_etc1_rgb8_pack_rgba_8unorm() argument
62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const float *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_etc1_rgb8_pack_rgba_float() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_compute.c89 unsigned width = blit_info->dst.box.width; in util_compute_blit() local
H A Du_framebuffer.c144 util_framebuffer_min_size(const struct pipe_framebuffer_state *fb, unsigned *width, unsigned *height) util_framebuffer_min_size() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_util.h98 UINT64 width, member
[all...]
/third_party/node/deps/openssl/openssl/apps/include/
H A Dfunction.h39 int width; member
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_dump.c129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument
/third_party/openssl/apps/include/
H A Dfunction.h39 int width; member
/third_party/openssl/crypto/bio/
H A Dbio_dump.c129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp67 const deUint32 width = 8; in createUniformTexelBufferTests() local
/third_party/skia/third_party/externals/angle2/samples/multiple_draw_buffers/
H A DMultipleDrawBuffers.cpp141 GLint width = static_cast<GLint>(getWindow()->getWidth()); variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DWindowSurfaceCGL.h37 unsigned int width; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DSurfaceGbm.cpp48 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRenderbufferGL.cpp42 setStorage(const gl::Context *context, GLenum internalformat, GLsizei width, GLsizei height) setStorage() argument
64 setStorageMultisample(const gl::Context *context, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, gl::MultisamplingMode mode) setStorageMultisample() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DWindowSurfaceEAGL.h45 unsigned int width; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DNativeWindow11WinRT.cpp86 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
H A Dvulkan_icd.h32 uint16_t width; member
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtga_utils.cpp30 uint16_t width; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp21 TextureRenderTarget9(IDirect3DBaseTexture9 *texture, size_t textureLevel, IDirect3DSurface9 *surface, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget9() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateCombinedTests.hpp56 deUint32 width; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingFBONoAttachment.cpp255 glw::GLint width = 0; in iterate() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.constant_test.cpp275 uint32_t width; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClipDistanceTest.cpp541 GLuint width = getWindowWidth() / 4 - 1; in TEST_P() local
639 GLuint width = getWindowWidth() / 4 - 1; TEST_P() local
702 GLuint width = getWindowWidth() / 2 - x; TEST_P() local
789 GLuint width = getWindowWidth() / 4 - 1; TEST_P() local
863 GLuint width = getWindowWidth(); TEST_P() local
[all...]

Completed in 10 milliseconds

1...<<31323334353637383940>>...209