Home
last modified time | relevance | path

Searched defs:height (Results 3701 - 3725 of 5776) sorted by relevance

1...<<141142143144145146147148149150>>...232

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp77 createSparseImageAndMemory(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, Allocator& allocator, vector<de::SharedPtr<Allocation> >& allocations, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, deUint32 sparseQueueFamilyIndex, const VkSemaphore& bindSemaphore, VkFormat format, deUint32 width, deUint32 height) createSparseImageAndMemory() argument
171 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
275 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView dstImageView, deUint32 width, deUint32 height) createFramebuffer() argument
324 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkFormat format, VkPipelineLayout pipelineLayout, const BinaryCollection& binaryCollection, deUint32 width, deUint32 height) createRenderPipeline() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsVoteTests.cpp72 checkFragmentPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32 height, deUint32) checkFragmentPipelineStages() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp193 void initializeWhiteReferenceImage (tcu::TextureLevel& image, const int width, const int height) in initializeWhiteReferenceImage() argument
197 image.setStorage(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), width, height); in initializeWhiteReferenceImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp124 const int height; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp214 Move<VkImage> LinearFilteringTestInstance::createImage(deUint32 width, deUint32 height) in createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp219 static void checkAhbImageSupport (const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage) in checkAhbImageSupport() argument
323 const deUint32 height = 32; in ahbImageCreateTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp44 pack(int pixelSize, int width, int height, int depth, vk::VkDeviceSize rowPitchOrZero, vk::VkDeviceSize depthPitchOrZero, const void * srcBuffer, void * destBuffer) pack() argument
96 unpack(int pixelSize, int width, int height, int depth, vk::VkDeviceSize rowPitchOrZero, vk::VkDeviceSize depthPitchOrZero, const void * srcBuffer, void * destBuffer) unpack() argument
167 readSurface(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurface() argument
191 readDepth(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readDepth() argument
210 readVolume(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readVolume() argument
259 read(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, void * data) read() argument
280 readUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) readUsingBuffer() argument
414 readSurfaceLinear(vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) readSurfaceLinear() argument
427 readLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) readLinear() argument
592 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) uploadSurfaceLinear() argument
604 upload(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, const void * data) upload() argument
682 uploadUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) uploadUsingBuffer() argument
776 uploadLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) uploadLinear() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp267 inline IVec4 getAreaRect (const Vec4& area, const int width, const int height) in getAreaRect() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp543 GLsizei height = mHeight; createStagingTexture() local
[all...]
H A DSwapChain11.cpp896 EGLint SwapChain11::present(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) in present() argument
782 swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) swapRect() argument
808 copyOffscreenToBackbuffer(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) copyOffscreenToBackbuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp587 int height = sourceArea.height; copyFromRTInternal() local
[all...]
H A Drenderer9_utils.cpp793 GLuint ComputeBlockSize(D3DFORMAT format, GLuint width, GLuint height) in ComputeBlockSize() argument
H A Dformatutils9.cpp52 UnreachableLoad(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) UnreachableLoad() argument
H A DStateManager9.cpp535 void StateManager9::setRenderTargetBounds(size_t width, size_t height) in setRenderTargetBounds() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp165 bool DisplayGbm::Buffer::resize(int32_t width, int32_t height) in resize() argument
236 bool DisplayGbm::Buffer::initialize(int width, int height) in initialize() argument
818 EGLAttrib height = attribs.get(EGL_HEIGHT, 0); createPbufferSurface() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_params.cpp369 CaptureReadnPixels_data(const State &glState, bool isCallValid, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data, ParamCapture *dataParam) CaptureReadnPixels_data() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DRenderbuffer.cpp79 update(GLsizei width, GLsizei height, const Format &format, GLsizei samples, MultisamplingMode multisamplingMode, InitState initState) update() argument
134 setStorage(const Context *context, GLenum internalformat, GLsizei width, GLsizei height) setStorage() argument
152 setStorageMultisample(const Context *context, GLsizei samplesIn, GLenum internalformat, GLsizei width, GLsizei height, MultisamplingMode mode) setStorageMultisample() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp1057 GLint height; in writeDataToTexture() local
1156 GLint height; in verifyTextureData() local
1629 GLint height; UncommittedDepthStencil() local
1687 prepareDepthStencilFramebuffer(const Functions& gl, GLint width, GLint height) prepareDepthStencilFramebuffer() argument
1750 GLint height; verifyTextureDataExtended() local
2008 GLint height; verifyAtomicOperations() local
2152 verifyStencilTest(const Functions& gl, ShaderProgram& program, GLint width, GLint height, GLint widthCommitted) verifyStencilTest() argument
2197 verifyDepthTest(const Functions& gl, ShaderProgram& program, GLint width, GLint height, GLint widthCommitted) verifyDepthTest() argument
2241 verifyDepthBoundsTest(const Functions& gl, ShaderProgram& program, GLint width, GLint height, GLint widthCommitted) verifyDepthBoundsTest() argument
2760 GLint height; writeDataToTexture() local
2866 GLint height; verifyLookupTextureData() local
[all...]
H A Dgl4cSparseTextureTests.cpp152 getTextureLevelSize(GLint target, TextureState& state, GLint level, GLint& width, GLint& height, GLint& depth) getTextureLevelSize() argument
225 Storage(const Functions& gl, GLenum target, GLsizei levels, GLenum internal_format, GLuint width, GLuint height, GLuint depth) Storage() argument
286 SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, glw::GLint z, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* pixels) SubImage() argument
1397 GLint height = pageSizeY * (int)pow(2, levels - 1); verifyTexStorageFullArrayCubeMipmapsError() local
1457 GLint height = pageSizeY; verifyTexStorageInvalidValueErrors() local
1771 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) texPageCommitment() argument
1912 GLint height; writeDataToTexture() local
1958 GLint height; verifyTextureData() local
2079 GLint height; commitTexturePage() local
2105 GLint height; isInPageSizesRange() local
2132 GLint height; isPageSizesMultiplication() local
2422 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) texPageCommitment() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.cpp108 void fillData(T* data, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, T base) in fillData() argument
139 bool checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw::GLuint height, in checkResults() argument
271 configureTexture(glcts::Context& context, glw::GLuint* id, glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLenum internalFormat, glw::GLenum format, glw::GLenum type, const T* data) configureTexture() argument
566 glw::GLuint height = m_resolutions[res_index][DL_HEIGHT]; iterate() local
725 runShaders(glw::GLuint width, glw::GLuint height, glw::GLuint depth) runShaders() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp304 const int height = aosp_mustpass_egl_first_cfg[i].surfaceHeight; in getTestRunsForAOSPEGL() local
350 const int height in getTestRunsForAOSPES() local
245 getLogFileName(const char* apiName, const char* configName, const int iterId, const int runId, const int width, const int height, const int seed) getLogFileName() argument
259 getBaseOptions(std::vector<std::string>& args, const char* mustpassDir, const char* apiName, const char* configName, const char* screenRotation, int width, int height) getBaseOptions() argument
383 const int height = runParams[i].surfaceHeight; getTestRunsForNoContext() local
420 const int height = runParams[i].surfaceHeight; getTestRunsForSingleConfig() local
467 const int height = runParams[runNdx].surfaceHeight; getTestRunsForES() local
515 const int height = runParams[i].surfaceHeight; getTestRunsForESForGL() local
555 const int height = runParams[runNdx].surfaceHeight; getTestRunsForGL() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp87 void TestContext::texImage2D(GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, in texImage2D() argument
94 texImage2D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* data) texImage2D() argument
102 texImage3D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* data) texImage3D() argument
111 renderbufferStorage(GLuint rboId, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height) renderbufferStorage() argument
121 renderbufferStorageMultisample(GLuint rboId, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height) renderbufferStorageMultisample() argument
[all...]
H A DglcShaderLibraryCase.cpp274 int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in execute() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc319 auto height = att.buffer->GetHeight(); in ValidateGraphics() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc733 Initialize(uint32_t width, uint32_t height, CommandPool* pool) Initialize() argument

Completed in 32 milliseconds

1...<<141142143144145146147148149150>>...232