Home
last modified time | relevance | path

Searched defs:depth (Results 951 - 975 of 1257) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp195 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
H A DvktRayQueryTraversalControlTests.cpp155 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
H A DvktRayQueryWatertightnessTests.cpp133 deUint32 depth; member
2038 const deUint32 depth = m_data.depth; in iterate() local
181 makeImageCreateInfo(VkFormat format, deUint32 width, deUint32 height, deUint32 depth, VkImageType imageType = VK_IMAGE_TYPE_3D, VkImageUsageFlags usageFlags = VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT) makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp190 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
H A DvktRayTracingComplexControlFlowTests.cpp131 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
H A DvktRayTracingTraceRaysTests.cpp127 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
1091 const deUint32 depth = m_imageExtent.depth; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp163 VkFormat depth; member
[all...]
H A DvktRenderPassDepthStencilResolveTests.cpp1097 float depth = (*getDepthComponent)(pixelPtr); verifyDepth() local
[all...]
H A DvktRenderPassMultisampleTests.cpp1517 float depth = 0.0f; in iterateInternal() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp444 int depth; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp114 deUint32 depth; member
H A DvktBindingMutableTests.cpp548 const float depth = 5.0f; in makeDefaultAccelerationStructure() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp894 const float depth = rr::readVarying<float>(packets[packetNdx], context, 0, fragNdx).z(); shadeFragments() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1608 tcu::TestCaseGroup* depth = new tcu::TestCaseGroup(m_testCtx, "depth", "Test depth clear."); in init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp945 const float depth = srcImage.getPixDepth(x, y); in convertDepthToColor() local
1043 const bool depth = ((aspect & ASPECT_DEPTH) != 0); in readOneSampleFromMultisampleImage() local
1363 const bool depth = ((aspectFlags & ASPECT_DEPTH) != 0); generateReferenceImage() local
1842 const bool depth = ((aspectFlags & ASPECT_DEPTH) != 0); generateReferenceImage() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp398 const auto depth = result.getDepth(); in verifyResults() local
455 const auto depth = result.getDepth(); in verifyResults() local
511 const auto depth = result.getDepth(); in verifyResults() local
H A DvktMeshShaderBuiltinTestsEXT.cpp508 const auto depth = result.getDepth(); in verifyResults() local
567 const auto depth = result.getDepth(); in verifyResults() local
632 const auto depth = result.getDepth(); in verifyResults() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp760 void State::setDepthClearValue(float depth) in setDepthClearValue() argument
878 void State::setClipControl(GLenum origin, GLenum depth) in setClipControl() argument
H A DContext_gles_1_0.cpp55 void Context::clearDepthx(GLfixed depth) in clearDepthx() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp769 const int depth = destBox ? destBox->depth : static_cast<int>(image->getDepth()); in setData() local
2831 TextureStorage11_3D(Renderer11 *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) TextureStorage11_3D() argument
3212 TextureStorage11_2DArray(Renderer11 *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) TextureStorage11_2DArray() argument
3877 TextureStorage11_2DMultisampleArray(Renderer11 *renderer, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, int levels, int samples, bool fixedSampleLocations, const std::string &label) TextureStorage11_2DMultisampleArray() argument
[all...]
H A DBlit11.cpp1705 resolveDepth(const gl::Context *context, RenderTarget11 *depth, TextureHelper11 *textureOut) resolveDepth() argument
[all...]
H A Drenderer11_utils.cpp2177 GenerateInitialTextureData( const gl::Context *context, GLint internalFormat, const Renderer11DeviceCaps &renderer11DeviceCaps, GLuint width, GLuint height, GLuint depth, GLuint mipLevels, gl::TexLevelArray<D3D11_SUBRESOURCE_DATA> *outSubresourceData) GenerateInitialTextureData() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp616 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp150 CaptureClearBufferfi(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) CaptureClearBufferfi() argument
274 CaptureCompressedTexImage3D(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) CaptureCompressedTexImage3D() argument
317 CaptureCompressedTexSubImage3D(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CaptureCompressedTexSubImage3D() argument
2022 CaptureTexImage3D(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) CaptureTexImage3D() argument
2086 CaptureTexStorage3D(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) CaptureTexStorage3D() argument
2108 CaptureTexSubImage3D(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) CaptureTexSubImage3D() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp802 spirv::LiteralInteger depth; in declareType() local

Completed in 74 milliseconds

1...<<31323334353637383940>>...51