/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_images_write_common.cpp | 251 size_t width, size_t height, size_t depth) in set_dimensions_by_target() 306 size_t height, size_t depth, cl_image_format *outFormat, in test_cl_image_write() 424 size_t height, size_t depth, in test_image_write() 514 size_t width, size_t height, size_t depth, in test_image_format_write() 717 cl_command_queue queue, const format *formats, in test_images_write_common()
|
H A D | test_images_read_common.cpp | 223 size_t height, size_t depth, size_t sampleNum, in test_cl_image_read() 382 size_t height, size_t depth, size_t sampleNum, in test_image_read() 427 size_t width, size_t height, size_t depth, in test_image_format_read() 704 cl_command_queue queue, const format *formats, in test_images_read_common()
|
H A D | test_images_getinfo_common.cpp | 88 size_t height, size_t depth, in test_image_format_get_info() 208 cl_command_queue queue, const format *formats, in test_images_get_info_common()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_images_3D_info.cpp | 47 size_t width, size_t height, size_t depth, in test_image_format_read() 87 } formats[] = { in test_images_3D_getinfo() local
|
H A D | test_images_3D.cpp | 124 size_t width, size_t height, size_t depth, in test_image_format_read() 187 } formats[] = { in test_images_read_3D() local
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | MediaUtils.java | 147 int depth = 1; in getTestName() local 226 boolean isEncoder, Boolean isGoog, MediaFormat... formats) { in getCodecNames() 259 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames() 263 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames() 268 public static String[] getEncoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getEncoderNames() 272 public static String[] getEncoderNames(MediaFormat... formats) { in getEncoderNames() 289 int count, boolean isEncoder, Boolean isGoog, MediaFormat... formats) { in verifyNumCodecs()
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 211 struct dri2_wl_formats formats; member 298 struct dri2_wl_formats formats; member 330 int depth; member 532 dri2_x11_get_red_mask_for_depth(struct dri2_egl_display *dri2_dpy, int depth) in dri2_x11_get_red_mask_for_depth()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.c | 356 unsigned int w, h, bw, depth; in get_drawable_size() local 458 choose_depth_stencil_format(XMesaDisplay xmdpy, int depth, int stencil, in choose_depth_stencil_format() 463 enum pipe_format formats[8], fmt; in choose_depth_stencil_format() local 820 int depth; in XMesaCreateVisual() local 1063 int depth; in XMesaCreateWindowBuffer() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_helpers.c | 355 int depth, int level, unsigned *error, in dri2_create_from_texture() 705 dri_query_dma_buf_formats(__DRIscreen *_screen, int max, int *formats, in dri_query_dma_buf_formats()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_blit_perf.c | 97 static enum pipe_format formats[] = { enum 265 unsigned width = 1, height = 1, depth = 1; in si_test_blit_perf() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 187 int Texture3DBase::calculateDataSize(uint32_t formats, int width, int height, int depth) const in calculateDataSize() 385 … GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) const in callTexImage3D() 398 … GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, in callTexSubImage3D() 423 … GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, in callCompressedTexImage3D() 436 … GLsizei width, GLsizei height, GLsizei depth, GLenum format, in callCompressedTexSubImage3D() 473 int depth; member 541 const int depth = m_filteringData.depth; in init() local 695 uint32_t internalFormat, int width, int height, int depth) in TexSubImage3DCase() 805 … uint32_t format, uint32_t type, int width, int height, int depth) in CopyTexSubImage3DCase() 930 … uint32_t format, uint32_t type, int width, int height, int depth) in FramebufferTexture3DCase() [all …]
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsFboUtil.cpp | 353 GLint depth = cfg.numLayers; in glInitLayered() local 510 Checker::Checker(const glu::RenderContext &ctx, const FormatDB &formats) : m_renderCtx(ctx), m_form… in Checker() 537 FboVerifier::FboVerifier(const FormatDB &formats, CheckerFactory &factory, const glu::RenderContext… in FboVerifier()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 85 int depth; // depth bits member 1263 const PixelFormat *formats; in getPixelFormat() local 1508 int depth = 1 + m_unpackProperties.skipImages; in makeGradient() local 2037 GLenum formats[] = {GL_RGBA, GL_RGB, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_ALPHA}; in isUnsizedFormat() local 2049 GLenum formats[] = {GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM, in isSNORMFormat() local 2336 const PixelFormat *formats; in readPixels() local 3806 const PixelFormat *formats; in testAllFormatsAndTypes() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | TextureMultisampleTest.cpp | 77 GLint getSamplesToUse(GLenum texTarget, const std::vector<GLenum> &formats) in getSamplesToUse() 189 GLsizei depth, in texStorage3DMultisample() 1003 GLint width = 0, height = 0, depth = 0, samples = 0; in TEST_P() local
|
H A D | RobustResourceInitTest.cpp | 437 std::vector<std::pair<GLenum, GLColor>> formats = { in TEST_P() local 1050 GLRenderbuffer depth; in TEST_P() local 1585 auto clearFunc = [](float depth) { in TEST_P() 1604 auto clearFunc = [](float depth) { in TEST_P()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | memory.cpp | 357 size_t width, size_t height, size_t depth, in clCreateImage3D() 371 auto formats = supported_formats(ctx, type, flags); in clGetSupportedImageFormats() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 62 } formats[] = {{VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK}, {VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK}, variable 97 const int depth; // 2D test ignore depth value member
|
/aosp_15_r20/frameworks/base/media/jni/ |
H A D | android_mtp_MtpDatabase.cpp | 370 jint* formats = env->GetIntArrayElements(array, 0); in getSupportedPlaybackFormats() local 388 jint* formats = env->GetIntArrayElements(array, 0); in getSupportedCaptureFormats() local 726 int groupCode, int depth, in getObjectPropertyList()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestbinding.h | 231 const std::vector<Format> &formats() const { return formats_; } in formats() function 917 inline VkExtent3D Image::extent(int32_t width, int32_t height, int32_t depth) { in extent() 928 const int32_t depth = (extent.depth >> mip_level) ? extent.depth >> mip_level : 1; in extent() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.c | 330 static enum pipe_format formats[4] = { in util_blitter_create() enum 842 float depth) in blitter_set_rectangle() 1400 int x1, int y1, int x2, int y2, float depth, in blitter_draw() 1437 float depth, unsigned num_instances, in util_blitter_draw_rectangle() 1553 double depth, unsigned stencil, in util_blitter_clear_custom() 1616 double depth, unsigned stencil, in util_blitter_clear() 1626 double depth, void *custom_dsa) in util_blitter_custom_clear_depth() 2460 double depth, in util_blitter_clear_depth_stencil() 2543 void *dsa_stage, float depth) in util_blitter_custom_depth_stencil()
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 453 static const VkFormat formats[] = { variable 483 unsigned *depth) in screen_get_visualtype() 525 unsigned *depth, xcb_visualtype_t **rootvis) in get_visualtype_for_window() 558 visual_has_alpha(xcb_visualtype_t *visual, unsigned depth) in visual_has_alpha() 1098 uint32_t depth; member 2272 uint8_t depth, uint8_t bpp, in wsi_x11_get_dri3_modifiers()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_shader_info.h | 40 uint8_t formats[ACO_MAX_VERTEX_ATTRIBS]; member 71 struct ac_arg depth; member
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 301 void GLESv2Decoder::s_glGetCompressedTextureFormats(void *self, int count, GLint *formats) in s_glGetCompressedTextureFormats() 622 …et, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in s_glTexImage3DOffsetAEMU() 626 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in s_glTexSubImage3DOffsetAEMU() 630 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in s_glCompressedTexImage3DOffsetAEMU() 634 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in s_glCompressedTexSubImage3DOffsetAEMU()
|
/aosp_15_r20/external/libdrm/ |
H A D | xf86drmMode.h | 108 uint32_t depth; member 243 uint32_t *formats; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingDepthStencilResolveTests.cpp | 1019 float depth = (*getDepthComponent)(pixelPtr); in verifyDepth() local 1240 FormatData formats[] = { in initTests() local
|