/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/include/ |
H A D | xf86drmMode.h | 240 uint32_t depth; member 342 uint32_t *formats; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1565 float depth = 0.0f; in verifyImage() local 1590 float depth = m_texture->getLevel(0, 0).getPixDepth(x, y, z) + 0.1f; in verifyImage() local 2778 const VkFormat formats[] = { in createAttachmentFeedbackLoopLayoutSamplerTests() local
|
H A D | vktPipelineVertexInputTests.cpp | 1944 PipelineConstructionType pipelineConstructionType, uint32_t depth, uint32_t firstNdx, in createMultipleAttributeCases() 1972 const std::vector<VkFormat> &formats = in createMultipleAttributeCases() local 2170 const std::vector<VkFormat> &formats = compatibleFormats[glslType].compatibleVkFormats; in createMaxAttributeTests() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 2374 struct ac_spi_color_formats formats = {}; in si_choose_spi_color_formats() local 3696 unsigned depth, uint32_t *state, uint32_t *fmask_state) in cdna_emu_make_image_descriptor() 3780 unsigned depth, bool get_bo_metadata, uint32_t *state, uint32_t *fmask_state) in gfx10_make_texture_descriptor() 3899 unsigned depth, bool get_bo_metadata, in si_make_texture_descriptor()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 1060 float depth = (*getDepthComponent)(pixelPtr); in verifyDepth() local 1360 FormatData formats[] = { in initTests() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 321 void glClearDepthf(GLclampf depth) in glClearDepthf() 591 void glClearDepthx(GLclampx depth) in glClearDepthx() 1273 void glGetCompressedTextureFormats(int count, GLint* formats) in glGetCompressedTextureFormats() 1375 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() 1787 void glClearDepthfOES(GLclampf depth) in glClearDepthfOES() 2019 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glExtGetTexSubImageQCOM()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_device_rt_base.cpp | 661 uint32_t depth, in CreateSurface3D() 1297 CM_SURFACE_FORMAT formats[ CM_MAX_SURFACE3D_FORMAT_COUNT ] = in GetCaps() local 2935 uint32_t depth = 0; in CreateSamplerSurface3D() local
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 178 const int depth = dri2_surf->base.Config->BufferSize; in dri2_get_bytes_per_pixel() local 2036 GLuint depth; in dri2_create_image_khr_texture() local 2403 dri2_query_dma_buf_formats(_EGLDisplay *disp, EGLint max, EGLint *formats, in dri2_query_dma_buf_formats()
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 557 void glClearDepthf(GLclampf depth) in glClearDepthf() 1358 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glTexImage3DOES() 1364 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glTexSubImage3DOES() 1376 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glCompressedTexImage3DOES() 1383 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glCompressedTexSubImage3DOES() 1632 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glExtGetTexSubImageQCOM() 1704 void glGetCompressedTextureFormats(int count, GLint* formats) in glGetCompressedTextureFormats() 1850 void glClearBufferfi(GLenum buffer, GLint drawBuffer, GLfloat depth, GLint stencil) in glClearBufferfi() 2448 …et, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glTexImage3D() 2454 …et, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glTexImage3DOffsetAEMU() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 583 const std::initializer_list<GLenum> formats) { in sHasAttachmentWithFormat() 870 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth){ in glClearDepthf() 1059 GLsizei width, GLsizei height, GLsizei depth, GLint border, in s_glInitTexImage3D() 3757 GLint depth; in glGetTexImage() local 4716 …GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory… in glTexStorageMem3DEXT() 4721 …Lsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fix… in glTexStorageMem3DMultisampleEXT()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 1086 uint32_t format, int width, int height, int depth) in Texture3DMipmapCase() 2402 } formats[] = {{"a8", GL_ALPHA, GL_UNSIGNED_BYTE}, in init() local 2431 int depth; in init() member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 307 __u32 depth; member 458 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 307 __u32 depth; member 458 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 307 __u32 depth; member 458 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 307 __u32 depth; member 458 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 307 __u32 depth; member 458 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|
/aosp_15_r20/external/igt-gpu-tools/include/drm-uapi/ |
H A D | drm_mode.h | 472 __u32 depth; member 797 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 308 __u32 depth; member 459 __u64 formats; member
|