| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 78 VkImageAspectFlags getImageAspectFlags (const VkFormat format) in getImageAspectFlags() argument 163 inline bool isDepthFormat (const VkFormat format) in isDepthFormat() argument 168 inline bool isStencilFormat (const VkFormat format) in isStencilFormat() argument 135 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument 579 checkImageRequirements(Context& context, const VkFormat format, const VkFormatFeatureFlags requiredFeatureFlags, const VkImageUsageFlags requiredUsageFlags, const VkSampleCountFlagBits requiredSampleCount = VK_SAMPLE_COUNT_1_BIT) checkImageRequirements() argument 1782 getFormatShortString(const VkFormat format) getFormatShortString() argument [all...] |
| H A D | vktPipelineSamplerTests.cpp | 401 tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(m_imageFormat)) in initPrograms() local 538 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil) in getGlslSamplerType() argument 870 VkSamplerCustomBorderColorCreateInfoEXT SamplerAddressModesTest::getSamplerCustomBorderColorCreateInfo (VkFormat format, rr::GenericVec4 customBorderColorValue, bool customBorderColorFormatless) const in getSamplerCustomBorderColorCreateInfo() argument 886 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() argument 1259 vk::VkFormat format; global() member 1980 const VkFormat format = formats[formatNdx]; createAllFormatsSamplerTests() local [all...] |
| H A D | vktPipelineVertexInputTests.cpp | 63 bool isSupportedVertexFormat (Context& context, VkFormat format) in isSupportedVertexFormat() argument 75 float getRepresentableDifferenceUnorm (VkFormat format) in getRepresentableDifferenceUnorm() argument 82 float getRepresentableDifferenceUnormPacked(VkFormat format, deUint32 componentNdx) in getRepresentableDifferenceUnormPacked() argument 89 getRepresentableDifferenceSnorm(VkFormat format) getRepresentableDifferenceSnorm() argument 96 getRepresentableDifferenceSnormPacked(VkFormat format, deUint32 componentNdx) getRepresentableDifferenceSnormPacked() argument 925 getFormatThreshold(VkFormat format) getFormatThreshold() argument 1304 writeVertexInputValueSint(deUint8* destPtr, VkFormat format, int componentNdx, deInt32 value) writeVertexInputValueSint() argument 1328 writeVertexInputValueIntPacked(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, deUint32 value) writeVertexInputValueIntPacked() argument 1341 writeVertexInputValueUint(deUint8* destPtr, VkFormat format, int componentNdx, deUint32 value) writeVertexInputValueUint() argument 1365 writeVertexInputValueSfloat(deUint8* destPtr, VkFormat format, int componentNdx, float value) writeVertexInputValueSfloat() argument 1388 writeVertexInputValueUfloat(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, float value) writeVertexInputValueUfloat() argument 1537 isCompatibleType(VkFormat format, GlslType glslType) isCompatibleType() argument 2057 const VkFormat format = formats[randomFunc.getUint32() % formats.size()]; createMaxAttributeTests() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingBuiltinTests.cpp | 115 VkFormat format; member 159 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 1658 const VkFormat format = m_data.format; in runTest() local 1764 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlag argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassSubpassDependencyTests.cpp | 399 VkFormat format; member 247 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument 271 createImageViews(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkImage> images, VkFormat format, VkImageAspectFlags aspect) createImageViews() argument 296 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument 526 createAndAllocateImages(const DeviceInterface& vk, VkDevice device, Allocator& allocator, vector<de::SharedPtr<Allocation> >& imageMemories, deUint32 universalQueueFamilyIndex, VkFormat format, deUint32 width, deUint32 height, vector<RenderPass> renderPasses) createAndAllocateImages() argument 1001 VkFormat format; global() member 1125 createAndAllocateImages(const DeviceInterface& vk, VkDevice device, Allocator& allocator, vector<de::SharedPtr<Allocation> >& imageMemories, deUint32 universalQueueFamilyIndex, RenderPass renderPassInfo, VkFormat format, deUint32 width, deUint32 height) createAndAllocateImages() argument 1219 createRenderPipelines(const DeviceInterface& vkd, VkDevice device, RenderPass renderPassInfo, VkRenderPass renderPass, vector<SharedPtrVkPipelineLayout>& pipelineLayouts, const BinaryCollection& binaryCollection, VkFormat format, deUint32 width, deUint32 height) createRenderPipelines() argument 1384 createDescriptorSets(const DeviceInterface& vkd, VkDevice device, VkFormat format, vector<SharedPtrVkDescriptorPool>& pools, vector<SharedPtrVkDescriptorLayout>& layouts, vector<SharedPtrVkImageView>& imageViews) createDescriptorSets() argument 1819 VkFormat format; global() member 2280 VkFormat format; global() member 2881 VkFormat format; global() member 3892 formatToName(VkFormat format) formatToName() argument 4204 VkFormat format; initTests() member 4230 VkFormat format; initTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| H A D | vktRobustnessExtsTests.cpp | 239 VkFormat format; member 876 getShaderImageFormatQualifier(const tcu::TextureFormat& format) getShaderImageFormatQualifier() argument 983 VkFormat format = m_data.format; initPrograms() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureGatherTests.cpp | 90 inline tcu::IVec4 getBitsVec (const tcu::PixelFormat& format) in getBitsVec() argument 95 inline tcu::BVec4 getCompareMask (const tcu::PixelFormat& format) in getCompareMask() argument 858 getSamplerType(TextureType textureType, const tcu::TextureFormat& format) getSamplerType() argument 1239 const auto format = vk::mapTextureFormat(m_baseParams.textureFormat); init() local 2597 tcu::TextureFormat format; init() member 2667 const tcu::TextureFormat& format = formats[formatNdx].format; init() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 214 static void requireFormatUsageSupport (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkFormat format, VkImageTiling imageTiling, VkImageUsageFlags requiredUsageFlags) in requireFormatUsageSupport() argument 2974 VkImageAspectFlags getImageAspectFlags (VkFormat format) in getImageAspectFlags() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 317 VkDeviceSize getPixelBufferSize (const VkFormat format, const VkExtent3D& extent) in getPixelBufferSize() argument 336 VkClearValue makeClearValue (const VkFormat format) in makeClearValue() argument 351 const tcu::TextureFormat format = pixels.getFormat(); in clearPixelBuffer() local 412 getShaderImageType(const VkFormat format, const VkImageType imageType) getShaderImageType() argument 429 getShaderImageFormatQualifier(const VkFormat format) getShaderImageFormatQualifier() argument 3110 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; ReadImplementation() local 3426 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; WriteImplementation() local 3762 const VkFormat format = m_resource.getImage().format; Implementation() local 4199 const VkFormat format = m_resource.getImage().format; Implementation() local 5309 Resource(vk::Move<vk::VkImage> image, de::MovePtr<vk::Allocation> allocation, const vk::VkExtent3D& extent, vk::VkImageType imageType, vk::VkFormat format, vk::VkImageSubresourceRange subresourceRange, vk::VkImageSubresourceLayers subresourceLayers, vk::VkImageTiling tiling) Resource() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackSimpleTests.cpp | 301 VkImageCreateInfo makeImageCreateInfo (const VkImageCreateFlags flags, const VkImageType type, const VkFormat format, const VkExtent2D size, const deUint32 numLayers, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
| H A D | vktUniformBlockCase.cpp | 1687 Move<vk::VkImage> createImage2D (Context& context, deUint32 width, deUint32 height, vk::VkFormat format, vk::VkImageTiling tiling, vk::VkImageUsageFlags usageFlags) in createImage2D() argument 1734 Move<vk::VkImageView> createAttachmentView (Context& context, vk::VkImage image, vk::VkFormat format) in createAttachmentView() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuCompressedTexture.cpp | 36 int getBlockSize (CompressedTexFormat format) in getBlockSize() argument 96 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize() argument 151 isEtcFormat(CompressedTexFormat format) isEtcFormat() argument 173 isBcFormat(CompressedTexFormat format) isBcFormat() argument 200 isBcBitExactFormat(CompressedTexFormat format) isBcBitExactFormat() argument 215 isBcSRGBFormat(CompressedTexFormat format) isBcSRGBFormat() argument 231 isAstcFormat(CompressedTexFormat format) isAstcFormat() argument 270 isAstcSRGBFormat(CompressedTexFormat format) isAstcSRGBFormat() argument 295 getUncompressedFormat(CompressedTexFormat format) getUncompressedFormat() argument 2418 decompressBlock(CompressedTexFormat format, const PixelBufferAccess& dst, const deUint8* src, const TexDecompressionParams& params) decompressBlock() argument 2537 CompressedTexture(CompressedTexFormat format, int width, int height, int depth) CompressedTexture() argument 2550 setStorage(CompressedTexFormat format, int width, int height, int depth) setStorage() argument [all...] |
| H A D | tcuTexLookupVerifier.cpp | 681 const TextureFormat format = level.getFormat(); in isLinearSampleResultValid() local
|
| H A D | tcuTexture.cpp | 636 bool isValid (TextureFormat format) in isValid() argument 805 getPixelSize(TextureFormat format) getPixelSize() argument 968 calculatePackedPitch(const TextureFormat& format, const IVec3& size) calculatePackedPitch() argument 985 ConstPixelBufferAccess(const TextureFormat& format, int width, int height, int depth, const void* data) ConstPixelBufferAccess() argument 995 ConstPixelBufferAccess(const TextureFormat& format, const IVec3& size, const void* data) ConstPixelBufferAccess() argument 1005 ConstPixelBufferAccess(const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data) ConstPixelBufferAccess() argument 1015 ConstPixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, const void* data) ConstPixelBufferAccess() argument 1026 ConstPixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3& block, const void* data) ConstPixelBufferAccess() argument 1046 PixelBufferAccess(const TextureFormat& format, int width, int height, int depth, void* data) PixelBufferAccess() argument 1051 PixelBufferAccess(const TextureFormat& format, const IVec3& size, void* data) PixelBufferAccess() argument 1056 PixelBufferAccess(const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) PixelBufferAccess() argument 1061 PixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data) PixelBufferAccess() argument 1066 PixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3& block, void* data) PixelBufferAccess() argument 1209 getPixelIntGeneric(const deUint8* pixelPtr, const tcu::TextureFormat& format) getPixelIntGeneric() argument 1244 getPixelAsBitsUint64(const deUint8* pixelPtr, const tcu::TextureFormat& format) getPixelAsBitsUint64() argument 1939 isFixedPointDepthTextureFormat(const tcu::TextureFormat& format) isFixedPointDepthTextureFormat() argument 1958 const TextureFormat& format = access.getFormat(); lookup() local 1976 lookupBorder(const tcu::TextureFormat& format, const tcu::Sampler& sampler) lookupBorder() argument 2571 TextureLevel(const TextureFormat& format) TextureLevel() argument 2577 TextureLevel(const TextureFormat& format, int width, int height, int depth) TextureLevel() argument 2588 setStorage(const TextureFormat& format, int width, int height, int depth) setStorage() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | wpa_auth.c | 217 char *format; in wpa_auth_vlogger() local
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg.h | 95 const char *format; member 252 int format; member 279 int format; member 589 const AVOutputFormat *format; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_vulkan.c | 2000 static inline void get_plane_wh(int *w, int *h, enum AVPixelFormat format, in get_plane_wh() argument 2027 enum AVPixelFormat format = hwfc->sw_format; in create_frame() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | matroskaenc.c | 1489 MatroskaVideoStereoModeType format = MATROSKA_VIDEO_STEREOMODE_TYPE_NB; in mkv_write_stereo_mode() local [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.cpp | 691 makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format) makeImageType() argument
|
| /third_party/backends/backend/ |
| H A D | canon_dr.h | 106 SANE_Frame format; /*SANE_FRAME_**/ member
|
| H A D | avision.c | 5167 get_calib_format (Avision_Scanner* s, struct calibration_format* format) in get_calib_format() argument 5283 set_calib_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* dark_data, uint8_t* white_data) set_calib_data() argument 5418 sort_and_average(struct calibration_format* format, uint8_t* data) sort_and_average() argument 5470 compute_dark_shading_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* data) compute_dark_shading_data() argument 5515 compute_white_shading_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* data) compute_white_shading_data() argument [all...] |
| H A D | bh.h | 230 SANE_Frame format; member
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cnumtst.c | 1706 UNumberFormat *format; TestNonExistentCurrency() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtfmttst.cpp | 702 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected) in tryPat994() argument 1017 UnicodeString format; TestBadInput135() local 4556 showParse(DateFormat &format, const UnicodeString &formattedString) showParse() argument [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl.hpp | 3671 Image1D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, void* host_ptr = NULL, cl_int* err = NULL) Image1D() argument 3756 Image1DBuffer( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, const Buffer &buffer, cl_int* err = NULL) Image1DBuffer() argument 3833 Image1DArray( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t arraySize, ::size_t width, ::size_t rowPitch, void* host_ptr = NULL, cl_int* err = NULL) Image1DArray() argument 3923 Image2D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, ::size_t height, ::size_t row_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image2D() argument 4139 Image2DArray( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t arraySize, ::size_t width, ::size_t height, ::size_t rowPitch, ::size_t slicePitch, void* host_ptr = NULL, cl_int* err = NULL) Image2DArray() argument 4232 Image3D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, ::size_t height, ::size_t depth, ::size_t row_pitch = 0, ::size_t slice_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image3D() argument [all...] |