Home
last modified time | relevance | path

Searched refs:depth (Results 3201 - 3225 of 5128) sorted by relevance

1...<<121122123124125126127128129130>>...206

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c707 radv_unaligned_dispatch(cmd_buffer, extent->width, extent->height, extent->depth); in decode_etc()
721 uint32_t slice_count = image->vk.image_type == VK_IMAGE_TYPE_3D ? extent.depth : subresource->layerCount; in radv_meta_decode_etc()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.c599 0, /* depth = 1 */ in NineSurface9_UnlockRect()
707 0, /* depth = 1 */ in NineSurface9_CopyMemToDefault()
788 box.depth = 1; in NineSurface9_UploadSelf()
795 box.depth = 1; in NineSurface9_UploadSelf()
807 0, /* depth = 1 */ in NineSurface9_UploadSelf()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c210 .depth = 1 }, &xfer); in init_tex()
252 .depth = 1 }, &xfer); in check_tex()
/third_party/openGLES/api/GL/
H A Dglxext.h524 typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
526 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
H A Dwglext.h645 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
647 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c292 tx->base.box.depth = 1; in nouveau_buffer_transfer_init()
616 src_box.depth = 1; in nouveau_copy_buffer()
/third_party/node/deps/v8/src/ast/
H A Dast.cc720 if (is_simple() && depth() == kShallow && array_index > 0 && in BuildBoilerplateDescription()
739 return depth() <= kShallow && in IsFastCloningSupported()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c118 s->clear.depth = 0x00ffffff; in lima_job_create()
740 wb[wb_idx].type = 0x01; /* 1 for depth, stencil */ in lima_pack_wb_zsbuf_reg()
821 frame->clear_value_depth = job->clear.depth; in lima_pack_pp_frame_reg()
/third_party/mesa3d/src/util/format/
H A Du_format.c331 * Calculates the MRD for the depth format. MRD is used in depth bias
332 * for UNORM and unbound depth buffers. When the depth buffer is floating
333 * point, the depth bias calculation does not use the MRD. However, the
340 * Depth buffer formats without a depth component OR scenarios in util_get_depth_format_mrd()
341 * without a bound depth buffer default to D24. in util_get_depth_format_mrd()
347 * Some depth formats do not store the depth component in the first in util_get_depth_format_mrd()
348 * channel, detect the format and adjust the depth channe in util_get_depth_format_mrd()
866 util_format_translate_3d(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z, unsigned width, unsigned height, unsigned depth) util_format_translate_3d() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c152 default: unreachable("Unsupported depth/stencil format."); in translate_zs_format()
428 * depth/stencil texture, handle it separately. in pan_afbc_compression_mode()
747 /* Default to 24 bit depth if there's no surface. */ in pan_emit_fbd()
753 cfg.z_clear = fb->zs.clear_value.depth; in pan_emit_fbd()
846 cfg.z_clear = fb->zs.clear_value.depth; in pan_emit_fbd()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c349 /* depth sample, stencil write */ in zink_init_zs_attachment()
352 /* depth write + sample */ in zink_init_zs_attachment()
607 clears[fb_state->nr_cbufs].depthStencil.depth = clear->zs.depth; in begin_render_pass()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c237 PUSH_DATA(push, sf->base.u.tex.first_layer + sf->depth); in nvc0_validate_fb()
287 (sf->base.u.tex.first_layer + sf->depth)); in nvc0_validate_fb()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp174 params.imageSize.depth = 1; in makeBindingCaseParameters()
175 params.bufferSize = params.imageSize.width * params.imageSize.height * params.imageSize.depth * sizeof(deUint32); in makeBindingCaseParameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp69 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in checkForError()
178 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in verifyImageData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp67 // Find a suitable format for the depth/stencil buffer.
79 TCU_FAIL("No suitable depth/stencil format found"); in chooseDepthStencilFormat()
83 // Return a different depth/stencil format from the one chosen.
113 const bool depthPresent; // Create the pipeline with a depth attachment or not.
114 const bool depthDefined; // Make the depth attachment have VK_FORMAT_UNDEFINED in the pipeline or not.
115 const bool depthValidHandle; // Make the depth attachment be VK_NULL_HANDLE in the framebuffer or not.
534 const auto depthVerificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(depthCopyFormat) * fbExtent.width * fbExtent.height * fbExtent.depth * m_params.layerCount); in iterate()
538 const auto stencilVerificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(stencilCopyFormat) * fbExtent.width * fbExtent.height * fbExtent.depth * m_params.layerCount); in iterate()
558 // If the depth or stencil test is enabled and the image view is not VK_NULL_HANDLE, the format cannot be UNDEFINED. in iterate()
857 // Copy all image contents to their verification buffers (note depth/stenci in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp278 // When testing depth stencil combined images, the stencil aspect is only tested when depth aspect is in ATTACHMENT_OPTIMAL layout. in m_alloc()
279 // - it is invalid to read depth using sampler or input attachment in such layout in m_alloc()
306 // note: in test we focus only on depth aspect; no need to check both in those cases in m_alloc()
344 // depth/stencil layouts need diferent configuration in m_alloc()
352 m_writeFragShaderName = "frag-color-to-depth"; in m_alloc()
386 // for layouts that operate on depth or stencil (not depth_stencil) use input attachment to read in m_alloc()
390 m_readFragShaderName = "frag-depth-or-stencil-to-color"; in m_alloc()
475 // output color/depth attachment in buildBasicRenderPass()
544 // depth/stenci in buildComplexRenderPass()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp174 params.imageSize.depth = 1; in makeBindingCaseParameters()
175 params.bufferSize = params.imageSize.width * params.imageSize.height * params.imageSize.depth * sizeof(deUint32); in makeBindingCaseParameters()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.h143 void setDepthClearValue(float depth);
179 void setClipControl(GLenum origin, GLenum depth);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp97 bool verifyState(glw::GLenum origin, glw::GLenum depth) in verifyState() argument
112 ret &= (static_cast<glw::GLenum>(retI) == depth); in verifyState()
310 Check that ClipControl generate an GL_INVALID_ENUM error if depth is
317 An INVALID_ENUM error is generated if depth is not NEGATIVE_ONE_-
567 * Basic <depth> behavior can be tested by writing specific z_c (z
569 Create and bind a framebuffer object with a floating-point depth
570 buffer attachment. Make sure depth clamping is disabled. The best
571 steps for verifying the correct depth mode:
573 - Clear the depth buffer to 0.5.
577 - Read back the floating-point depth buffe
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h532 typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
534 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
H A Dwglext.h659 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
661 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
/third_party/skia/src/core/
H A DSkRegion.cpp1330 void SkRegion::dump(std::string& desc, int depth) const { in dump()
1331 std::string split(depth, '\t'); in dump()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp581 bool depth; member
918 bool depth; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.cpp290 {SPV_OPERAND_TYPE_LITERAL_INTEGER, {image->depth()}}, in GetTypeInstruction()
552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp290 {SPV_OPERAND_TYPE_LITERAL_INTEGER, {image->depth()}}, in GetTypeInstruction()
552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()

Completed in 49 milliseconds

1...<<121122123124125126127128129130>>...206