/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 3526 const int width = reference.getWidth(); in edgeRelaxedImageCompare() local 3528 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height); in edgeRelaxedImageCompare() local 3621 const int width = reference.getWidth(); in intersectionRelaxedLineImageCompare() local 3623 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height); in intersectionRelaxedLineImageCompare() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 295 const deUint32 width = 2 * height; // works well with a fixed-size font in logPixelGrid() local 382 int width = reference.getWidth(); in intThresholdCompare() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 196 deUint32 width; member 220 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument [all...] |
H A D | vktRayQueryBuiltinTests.cpp | 220 deUint32 width; member 738 const deUint32 width in initVertexBuffer() local 257 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 1592 const deUint32 width = testParams.width; verify() local 1645 const deUint32 width = testParams.width; verify() local 1704 const deUint32 width = testParams.width; verify() local 1826 const deUint32 width = testParams.width; verify() local 1908 const deUint32 width = testParams.width; initAccelerationStructures() local 2065 const deUint32 width = testParams.width; initAccelerationStructures() local 2225 const deUint32 width = testParams.width; initAccelerationStructures() local 2349 const deUint32 width = testParams.width; initAccelerationStructures() local 2502 const deUint32 width = testParams.width; initAccelerationStructures() local 2661 const deUint32 width = testParams.width; initAccelerationStructures() local 2822 const deUint32 width = testParams.width; initAccelerationStructures() local 2983 const deUint32 width = testParams.width; initAccelerationStructures() local 3149 const deUint32 width = testParams.width; initAccelerationStructures() local 3329 const deUint32 width = testParams.width; initAccelerationStructures() local 3509 const deUint32 width = testParams.width; initAccelerationStructures() local 3725 const deUint32 width = testParams.width; initAccelerationStructures() local 4145 const deUint32 width = testParams.width; initAccelerationStructures() local 4273 const deUint32 width = testParams.width; initAccelerationStructures() local 4438 const deUint32 width = testParams.width; initAccelerationStructures() local 4608 const deUint32 width = testParams.width; initAccelerationStructures() local 4802 const deUint32 width = testParams.width; initAccelerationStructures() local 4968 const deUint32 width = testParams.width; initAccelerationStructures() local 5143 const deUint32 width = testParams.width; initAccelerationStructures() local 5328 const deUint32 width = testParams.width; initAccelerationStructures() local 5664 const deUint32 width = m_data.width; iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 53 deUint32 getNextWidth (const deUint32 width) in getNextWidth() argument 2850 check(std::vector<const void*> datas, deUint32 width, deUint32 ref) check() argument [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 805 CreatePBufferSurface::CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGLint height, SharedPtr<Surface>& surface) in CreatePBufferSurface() argument 961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexImage2D() argument 1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexSubImage2D() argument 1065 CopyTexImage2D(SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync) CopyTexImage2D() argument 1117 CopyTexSubImage2D(SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, bool useSync, bool serverSync) CopyTexSubImage2D() argument 1848 ReadPixels(int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::ThreadUtil::DataBlock>& data, bool useSync, bool serverSync) ReadPixels() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | spirv_instruction_parser_autogen.cpp | 282 void ParseTypeFloat(const uint32_t *_instruction, IdResult *idResult, LiteralInteger *width) in ParseTypeFloat() argument 268 ParseTypeInt(const uint32_t *_instruction, IdResult *idResult, LiteralInteger *width, LiteralInteger *signedness) ParseTypeInt() argument
|
/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_edid.h | 96 uint8_t width; /* unit: cm */ member 279 uint8_t width; /* unit: cm */ member
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 562 int width, height; member 2928 int width; global() member [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 161 int width; member 292 int width, height, xleft, ytop; member 854 int64_t width, height, x, y; in calculate_display_rect() local 1313 set_default_window_size(int width, int height, AVRational sar) set_default_window_size() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mxfdec.c | 195 int width; member
|
H A D | movenc.c | 3565 int32_t width = av_rescale(track->par->sample_aspect_ratio.num, track->par->width, global() local 7296 int i, width = 720, height = 480; global() local [all...] |
/third_party/glfw/src/ |
H A D | internal.h | 403 int width; member 519 int width; member
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 7365 int width = 32; in createIntWidthConversion() local 8798 int width = builder.getScalarTypeWidth(typeId1); createMiscOperation() local [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 3150 int width; in snd_pcm_area_silence() local 3262 int width = snd_pcm_format_physical_width(format); snd_pcm_areas_silence() local 3317 int width; snd_pcm_area_copy() local 3435 int width = snd_pcm_format_physical_width(format); snd_pcm_areas_copy() local [all...] |
/third_party/backends/backend/ |
H A D | hp3500.c | 2742 rts8801_doscan (unsigned width, in rts8801_doscan() argument 1787 rt_set_calibration_addresses(unsigned char *regs, unsigned redaddr, unsigned greenaddr, unsigned blueaddr, unsigned endaddr, unsigned width) rt_set_calibration_addresses() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 3044 expectPad(DecimalFormat& fmt, const UnicodeString& pat, int32_t pos, int32_t width, UChar pad) expectPad() argument 3048 expectPad(DecimalFormat& fmt, const UnicodeString& pat, int32_t pos, int32_t width, const UnicodeString& pad) expectPad() argument
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 555 UINT_32 width; ///< Width, in pixels member 2437 UINT_32 width; ///< Width (of mip0), in pixels member 2722 UINT_32 width; global() member 3696 UINT_32 width; ///< Width of mip0 in texels (not in compressed block) global() member 3880 UINT_32 width; ///< Width (of mip0), in pixels global() member [all...] |
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 850 int width; /**< Pixe member [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 4414 Image1D( const Context& context, cl_mem_flags flags, ImageFormat format, size_type width, void* host_ptr = NULL, cl_int* err = NULL) Image1D() argument 4502 Image1DBuffer( const Context& context, cl_mem_flags flags, ImageFormat format, size_type width, const Buffer &buffer, cl_int* err = NULL) Image1DBuffer() argument 4586 Image1DArray( const Context& context, cl_mem_flags flags, ImageFormat format, size_type arraySize, size_type width, size_type rowPitch, void* host_ptr = NULL, cl_int* err = NULL) Image1DArray() argument 4684 Image2D( const Context& context, cl_mem_flags flags, ImageFormat format, size_type width, size_type height, size_type row_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image2D() argument 4755 Image2D( const Context& context, ImageFormat format, const Buffer &sourceBuffer, size_type width, size_type height, size_type row_pitch = 0, cl_int* err = nullptr) Image2D() argument 5015 Image2DArray( const Context& context, cl_mem_flags flags, ImageFormat format, size_type arraySize, size_type width, size_type height, size_type rowPitch, size_type slicePitch, void* host_ptr = NULL, cl_int* err = NULL) Image2DArray() argument 5113 Image3D( const Context& context, cl_mem_flags flags, ImageFormat format, size_type width, size_type height, size_type depth, size_type row_pitch = 0, size_type slice_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image3D() argument [all...] |
/third_party/libdrm/include/drm/ |
H A D | i915_drm.h | 210 int width, height; /* screen size in pixels */ member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | msm_kgsl.h | 697 unsigned int width; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_private.h | 757 uint32_t width; member 783 uint32_t width; member
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 2447 ac_build_bfe(struct ac_llvm_context *ctx, LLVMValueRef input, LLVMValueRef offset, LLVMValueRef width, bool is_signed) ac_build_bfe() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 3055 uint32_t width = 4096, height = 4096; in radv_device_init_vrs_state() local 6452 unsigned width = in radv_initialise_color_surface() local [all...] |