/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.cpp | 417 wgpu::TextureDimension dimension = src.texture->GetDimension(); in ValidateTextureToTextureCopyCommonRestrictions() local
|
H A D | BindGroupLayout.cpp | 47 MaybeError ValidateStorageTextureViewDimension(wgpu::TextureViewDimension dimension) { in ValidateStorageTextureViewDimension() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
H A D | CopySplitTests.cpp | 382 wgpu::TextureDimension dimension = GetParam(); in DoTest() local 49 ValidateFootprints(const TextureSpec& textureSpec, const BufferSpec& bufferSpec, const TextureCopySubresource& copySplit, wgpu::TextureDimension dimension) ValidateFootprints() argument 189 ValidateBufferOffset(const TextureSpec& textureSpec, const BufferSpec& bufferSpec, const TextureCopySubresource& copySplit, wgpu::TextureDimension dimension) ValidateBufferOffset() argument 232 ValidateCopySplit(const TextureSpec& textureSpec, const BufferSpec& bufferSpec, const TextureCopySubresource& copySplit, wgpu::TextureDimension dimension) ValidateCopySplit() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RenderPassDescriptorValidationTests.cpp | 45 CreateTexture(wgpu::Device& device, wgpu::TextureDimension dimension, wgpu::TextureFormat format, uint32_t width, uint32_t height, uint32_t arrayLayerCount, uint32_t mipLevelCount, uint32_t sampleCount = 1, wgpu::TextureUsage usage = wgpu::TextureUsage::RenderAttachment) CreateTexture() argument
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 858 AddBooleanVectorConstructorToBlock( uint32_t fresh_id, uint32_t dimension, const opt::Operand& branch_condition_operand, opt::IRContext* ir_context, opt::BasicBlock* block) AddBooleanVectorConstructorToBlock() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMultisampleLoadStoreTests.cpp | 83 const int dimension = (caseDef.singleLayerBind ? caseDef.texture.layerDimension() : caseDef.texture.dimension()); in initPrograms() local
|
H A D | vktImageSizeTests.cpp | 246 const int dimension = m_texture.dimension(); in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 248 const int dimension = m_texture.dimension(); in initPrograms() local
|
/third_party/skia/src/core/ |
H A D | SkMipmap.cpp | 772 const SkISize dimension = root.dimensions(); in validForRootLevel() local
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 349 addDFPathToAtlas(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, skgpu::v1::SmallPathShapeData* shapeData, const GrStyledShape& shape, uint32_t dimension, SkScalar scale) const addDFPathToAtlas() argument
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_mac_ct.cpp | 149 static int RoundSize(int dimension) { in RoundSize() argument
|
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 56 static SkTileMode optimize(SkTileMode tm, int dimension) { in optimize() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | TextureD3D12.cpp | 101 D3D12_RESOURCE_DIMENSION D3D12TextureDimension(wgpu::TextureDimension dimension) { in D3D12TextureDimension() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | StorageTextureTests.cpp | 163 GetImageDeclaration(wgpu::TextureFormat format, std::string accessQualifier, wgpu::TextureViewDimension dimension, uint32_t binding) GetImageDeclaration() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshrec.c | 538 ps_dimension_done( PS_Dimension dimension, in ps_dimension_done() argument 835 ps_hints_stem( PS_Hints hints, FT_UInt dimension, FT_Int count, FT_Long* stems ) ps_hints_stem() argument 883 ps_hints_t1stem3( PS_Hints hints, FT_UInt dimension, FT_Fixed* stems ) ps_hints_t1stem3() argument 1120 t1_hints_stem( T1_Hints hints, FT_UInt dimension, FT_Fixed* coords ) t1_hints_stem() argument 1164 t2_hints_stems( T2_Hints hints, FT_UInt dimension, FT_Int count, FT_Fixed* coords ) t2_hints_stems() argument [all...] |
H A D | pshalgo.c | 437 psh_hint_align( PSH_Hint hint, PSH_Globals globals, FT_Int dimension, PSH_Glyph glyph ) psh_hint_align() argument 846 psh_hint_table_align_hints( PSH_Hint_Table table, PSH_Globals globals, FT_Int dimension, PSH_Glyph glyph ) psh_hint_table_align_hints() argument 2072 FT_Int dimension; ps_hints_apply() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_hw.h | 454 static inline unsigned short hantro_vp9_num_sbs(unsigned short dimension) in hantro_vp9_num_sbs() argument 509 static inline unsigned short hantro_av1_num_sbs(unsigned short dimension) in hantro_av1_num_sbs() argument
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 596 size_t dimension = 0; in FormatBytesUnlocalized() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.h | 180 uint32_t dimension; member 187 uint32_t dimension; member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_build.c | 931 struct tgsi_dimension dimension; in tgsi_default_dimension() local 121 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, unsigned array, unsigned atomic, unsigned mem_type, struct tgsi_header *header ) tgsi_build_declaration() argument 850 tgsi_build_src_register( unsigned file, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w, unsigned negate, unsigned absolute, unsigned indirect, unsigned dimension, int index, struct tgsi_instruction *instruction, struct tgsi_header *header ) tgsi_build_src_register() argument 961 struct tgsi_dimension dimension; tgsi_build_dimension() local 989 tgsi_build_dst_register( unsigned file, unsigned mask, unsigned indirect, unsigned dimension, int index, struct tgsi_instruction *instruction, struct tgsi_header *header ) tgsi_build_dst_register() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiColorSpaceTests.cpp | 247 TestDimension dimension; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 377 private Dimension dimension() { in dimension() method in ViewableTaggedData.DrawContext
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | TextureVk.cpp | 39 VkImageViewType VulkanImageViewType(wgpu::TextureViewDimension dimension) { in VulkanImageViewType() argument
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.c | 536 FT_Int dimension; in af_glyph_hints_dump_segments() local 598 af_glyph_hints_get_num_segments( AF_GlyphHints hints, FT_Int dimension, FT_Int* num_segments ) af_glyph_hints_get_num_segments() argument 624 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, FT_Int dimension, FT_Int idx, FT_Pos *offset, FT_Bool *is_blue, FT_Pos *blue_offset ) af_glyph_hints_get_segment_offset() argument 675 FT_Int dimension; af_glyph_hints_dump_edges() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 187 const char* getTestDimensionName (TestDimension dimension) in getTestDimensionName() argument 208 TestDimension dimension; member 236 generateSwapchainParameterCases(vk::wsi::Type wsiType, TestDimension dimension, const ProtectedContext& context, const vk::VkSurfaceCapabilitiesKHR& capabilities, const std::vector<vk::VkSurfaceFormatKHR>& formats, const std::vector<vk::VkPresentModeKHR>& presentModes) generateSwapchainParameterCases() argument 683 generateSwapchainParameterCases(vk::wsi::Type wsiType, TestDimension dimension, const ProtectedContext& context, vk::VkSurfaceKHR surface) generateSwapchainParameterCases() argument [all...] |