| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 91 uint32_t width, height, depth; in nvc0_2d_texture_set() local 286 nvc0_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_render_target() argument 503 unsigned width, height, elements; nvc0_clear_buffer() local 620 nvc0_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_depth_stencil() argument [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | tty.c | 417 int uv_tty_get_winsize(uv_tty_t* tty, int* width, int* height) { in uv_tty_get_winsize() argument 2423 int width, height; local
|
| /third_party/python/Python/ |
| H A D | traceback.c | 1066 _Py_DumpHexadecimal(int fd, uintptr_t value, Py_ssize_t width) in _Py_DumpHexadecimal() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| H A D | vktDynamicStateRSTests.cpp | 399 void setDynamicViewportState (const deUint32 width, const deUint32 height) in setDynamicViewportState() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
| H A D | vktFragmentShadingBarycentricTests.cpp | 95 size_t width; member 114 static VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const uint32_t width, uint32_t height, VkSampleCountFlagBits samples) in makeImageCreateInfo() argument 217 makeGraphicsPipeline(PipelineConstructionType pipelineConstructionType, const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physicalDevice, const VkDevice device, const std::vector<std::string>& deviceExtensions, const PipelineLayoutWrapper& pipelineLayout, const VkRenderPass renderPass, const ShaderWrapper vertShaderModule, const ShaderWrapper fragShaderModule, const uint32_t width, const uint32_t height, const VkPrimitiveTopology topology, const VkSampleCountFlagBits rasterizationSamples, const bool withColor = false, const bool provokingVertexLast = false, const bool dynamicTopology = false) makeGraphicsPipeline() argument 685 const uint32_t width = static_cast<deUint32>(m_testParams.width); iterate() local 1089 const uint32_t width = static_cast<deUint32>(m_testParams.width); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
| H A D | vktImagelessFramebufferTests.cpp | 936 convertDepthToColor(const tcu::TextureFormat& dataFormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) convertDepthToColor() argument 954 convertStencilToColor(const tcu::TextureFormat& dataFormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) convertStencilToColor() argument 1206 const int width = m_imageExtent2D.width; generateReferenceImage() local 1365 const int width = m_imageExtent2D.width; generateReferenceImage() local 1629 const int width = m_imageExtent2D.width; generateReferenceImage() local 1844 const int width = m_imageExtent2D.width; generateReferenceImage() local 2188 const int width = m_imageExtent2D.width; generateReferenceImage() local 2412 const int width = m_imageExtent2D.width; generateReferenceImage() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryBindingTests.cpp | 1121 const deUint32 width = imageSizes[widthNdx]; in createMemoryBindingTests() local 164 makeBindingCaseParameters(deUint32 targetsCount, deUint32 width, deUint32 height, VkImageCreateFlags imageCreateFlags, PriorityMode priorityMode) makeBindingCaseParameters() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderApiTestsEXT.cpp | 171 uint32_t width; member
|
| H A D | vktMeshShaderBuiltinTests.cpp | 396 const auto width = result.getWidth(); in verifyResults() local 453 const auto width = result.getWidth(); in verifyResults() local 509 const auto width = result.getWidth(); verifyResults() local [all...] |
| H A D | vktMeshShaderBuiltinTestsEXT.cpp | 506 const auto width = result.getWidth(); in verifyResults() local 565 const auto width = result.getWidth(); in verifyResults() local 630 const auto width = result.getWidth(); verifyResults() local 1761 const uint32_t width = meshFactor * taskMultiplier; imageExtent() local 1793 const auto& width = extent.width; initPrograms() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineBindVertexBuffers2Tests.cpp | 227 deUint32 width; member [all...] |
| H A D | vktPipelineCacheTests.cpp | 161 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
|
| H A D | vktPipelineImageSlicedViewOf3DTests.cpp | 77 uint32_t width; member 1109 const uint32_t width = kWidth; createImageSlicedViewOf3DTests() local [all...] |
| H A D | vktPipelineMiscTests.cpp | 1039 static constexpr uint32_t width = 2; member in vkt::pipeline::__anon28231::PipelineLibraryInterpolateAtSampleTestCase [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| H A D | vktRayQueryCullRayFlagsTests.cpp | 167 deUint32 width; member 195 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument [all...] |
| H A D | vktRayQueryMiscTests.cpp | 946 float width, height; in iterate() member
|
| H A D | vktRayQueryTraversalControlTests.cpp | 129 deUint32 width; member 155 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument [all...] |
| H A D | vktRayQueryWatertightnessTests.cpp | 131 deUint32 width; member 699 const deUint32 width = testParams.width; in initVertexBuffer() 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 1864 const deUint32 width = testParams.width; verify() local 1921 const deUint32 width = testParams.width; verify() local 2036 const deUint32 width = m_data.width; iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingCallableShadersTests.cpp | 112 deUint32 width; member 138 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument [all...] |
| H A D | vktRayTracingCaptureReplayTests.cpp | 167 deUint32 width; member 190 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument [all...] |
| H A D | vktRayTracingComplexControlFlowTests.cpp | 99 deUint32 width; member 131 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 1766 const deUint32 width = 4u; createComplexControlFlowTests() local [all...] |
| H A D | vktRayTracingPipelineLibraryTests.cpp | 89 deUint32 width; member 221 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument [all...] |
| H A D | vktRayTracingShaderBindingTableTests.cpp | 118 deUint32 width; member 158 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument [all...] |
| H A D | vktRayTracingTraceRaysTests.cpp | 127 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 1089 const deUint32 width = m_imageExtent.width; iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassDepthStencilResolveTests.cpp | 107 deUint32 width; member 1423 deUint32 width; initTests() member [all...] |