Home
last modified time | relevance | path

Searched defs:format (Results 1076 - 1100 of 3882) sorted by relevance

1...<<41424344454647484950>>...156

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h43 uint32_t format; /* BLT_FORMAT_* */ member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp306 d3d12_surface_update_pre_draw(struct pipe_context *pctx, struct d3d12_surface *surface, DXGI_FORMAT format) d3d12_surface_update_pre_draw() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c437 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); variable
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c65 enum pipe_format format = pimg->format; in translate_image() local
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dstdio.c365 static int vsnprintf_test(const char* format, ...) in vsnprintf_test() argument
377 static int vsprintf_test(const char* format, ...) in vsprintf_test() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c170 translate_vertex_format(SVGA3dDeclType format) in translate_vertex_format() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.h35 VkFormat format; member
68 VkFormat format; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c43 nvc0_query_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) nvc0_query_dmabuf_modifiers() argument
84 nvc0_is_dmabuf_modifier_supported(struct pipe_screen *screen, uint64_t modifier, enum pipe_format format, bool *external_only) nvc0_is_dmabuf_modifier_supported() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h340 r300_translate_vertex_data_type(enum pipe_format format) { in r300_translate_vertex_data_type() argument
414 r300_translate_vertex_data_swizzle(enum pipe_format format) { in r300_translate_vertex_data_swizzle() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dsess_id.c177 static SSL_SESSION *load_sess_id(char *infile, int format) in load_sess_id() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c121 int ossl_core_bio_vprintf(OSSL_CORE_BIO *cb, const char *format, va_list args) in ossl_core_bio_vprintf() argument
/third_party/popt/src/
H A Dpoptint.c145 POPT_fprintf (FILE * stream, const char * format, ...) in POPT_fprintf() argument
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c159 int format, channels, speed, reqformat; in pa_oss_auto_format() local
[all...]
/third_party/python/Lib/
H A Dstring.py189 def format(self, format_string, /, *args, **kwargs): member in Formatter
/third_party/openssl/apps/
H A Dsess_id.c177 static SSL_SESSION *load_sess_id(char *infile, int format) in load_sess_id() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp75 ImageAlignedMipSizeCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeCase() argument
127 ImageAlignedMipSizeInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeInstance() argument
280 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageAlignedMipSizeTests() local
[all...]
H A DvktSparseResourcesImageBlockShapes.cpp77 ImageBlockShapesCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, deUint32 numSamples) ImageBlockShapesCase() argument
133 ImageBlockShapesInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, deUint32 numSamples) ImageBlockShapesInstance() argument
467 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageBlockShapesTests() local
[all...]
H A DvktSparseResourcesTestsUtil.hpp75 vk::VkFormat format; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.hpp126 vk::VkFormat format; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp55 vk::VkFormat format; member
67 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size) createImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DRenderbufferImpl.h150 getRenderbufferImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, GLenum format, GLenum type, void *pixels) getRenderbufferImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLMemory.cpp185 Memory(const Image &image, Context &context, PropArray &&properties, MemFlags flags, const cl_image_format &format, const ImageDescriptor &desc, Memory *parent, void *hostPtr, cl_int &errorCode) Memory() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow.cpp142 createSwapChain(ID3D11Device *device, IDXGIFactory2 *factory, DXGI_FORMAT format, unsigned int width, unsigned int height, bool containsAlpha, IDXGISwapChain1 **swapChain) createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/
H A DNativeWindow11Win32.cpp55 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp55 tcu::TextureFormat format; member
[all...]

Completed in 12 milliseconds

1...<<41424344454647484950>>...156