Home
last modified time | relevance | path

Searched defs:format (Results 301 - 325 of 4013) sorted by relevance

1...<<11121314151617181920>>...161

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c59 util_gen_mipmap(struct pipe_context *pipe, struct pipe_resource *pt, enum pipe_format format, uint base_level, uint last_level, uint first_layer, uint last_layer, uint filter) util_gen_mipmap() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c37 fd2_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) fd2_screen_is_format_supported() argument
[all...]
H A Dfd2_resource.c33 enum pipe_format format = prsc->format; in fd2_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c39 fd3_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) fd3_screen_is_format_supported() argument
[all...]
/third_party/musl/libc-test/src/functional/
H A Dstrptime.c17 static void checkStrptime(const char *s, const char *format, const struct tm *expected) { in checkStrptime() argument
H A Dstrftime.c9 static void checkStrftime(const char* format, const struct tm* tm, in checkStrftime() argument
/third_party/mesa3d/src/glx/
H A Dsinglepix.c37 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, in __indirect_glGetSeparableFilter() argument
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvfwscanf.c34 int read_from_file(FILE *fp, const wchar_t *format, ...) in read_from_file() argument
H A Dvswscanf.c24 int get_str_value(const wchar_t *buffer, const wchar_t *format, ...) in get_str_value() argument
H A Dvswprintf.c29 void vswprintf_0100(wchar_t *format, ...) in vswprintf_0100() argument
49 void vswprintf_0200(wchar_t *format, ...) in vswprintf_0200() argument
69 void vswprintf_0300(wchar_t *format, ...) in vswprintf_0300() argument
H A Dvsprintf.c26 void vsprintf_0100(char *format, ...) in vsprintf_0100() argument
46 void vsprintf_0200(char *format, ...) in vsprintf_0200() argument
66 void vsprintf_0300(char *format, ...) in vsprintf_0300() argument
/third_party/pulseaudio/src/pulsecore/
H A Dremap.h31 pa_sample_format_t format; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.hpp49 inline float computeStoreColorBias (const vk::VkFormat format) in computeStoreColorBias() argument
54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() argument
59 inline bool isSignedFormat (const vk::VkFormat format) in isSignedFormat() argument
64 inline bool colorScaleAndBiasAreValid (const vk::VkFormat format, cons argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp34 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument
57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument
72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument
91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument
106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument
125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument
[all...]
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp36 SparseShaderIntrinsicsCaseStorage(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseStorage() argument
60 SparseCaseOpImageSparseFetch(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseFetch() argument
84 SparseCaseOpImageSparseRead(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseRead() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument
155 string getIdentity (Operator op, VkFormat format) in getIdentity() argument
277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.hpp49 inline float computeStoreColorBias (const vk::VkFormat format) in computeStoreColorBias() argument
54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() argument
59 inline bool isSignedFormat (const vk::VkFormat format) in isSignedFormat() argument
64 inline bool colorScaleAndBiasAreValid (const vk::VkFormat format, cons argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A Dwgl_utils.cpp74 int QueryWGLFormatAttrib(HDC dc, int format, int attribName, const FunctionsWGL *functions) in QueryWGLFormatAttrib() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h36 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format() function in GuidAdapter
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_buffer.cc23 TransferBuffer(Device* device, uint32_t size_in_bytes, Format* format) TransferBuffer() argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go
/third_party/skia/src/gpu/d3d/
H A DGrD3DUtil.h35 static constexpr uint32_t GrDxgiFormatChannels(DXGI_FORMAT format) { in GrDxgiFormatChannels() argument
59 static constexpr GrColorFormatDesc GrDxgiFormatDesc(DXGI_FORMAT format) { in GrDxgiFormatDesc() argument
101 static constexpr size_t GrDxgiFormatBytesPerBlock(DXGI_FORMAT format) { in GrDxgiFormatBytesPerBlock() argument
125 static constexpr int GrDxgiFormatStencilBits(DXGI_FORMAT format) { in GrDxgiFormatStencilBits() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnUtil.cpp10 size_t GrDawnBytesPerBlock(wgpu::TextureFormat format) { in GrDawnBytesPerBlock() argument
24 int GrDawnFormatStencilBits(wgpu::TextureFormat format) { in GrDawnFormatStencilBits() argument
37 bool GrDawnFormatIsRenderable(wgpu::TextureFormat format) { in GrDawnFormatIsRenderable() argument
43 bool GrColorTypeToDawnFormat(GrColorType ct, wgpu::TextureFormat* format) { in GrColorTypeToDawnFormat() argument
60 GrDawnFormatToGrColorType(wgpu::TextureFormat format, GrColorType* colorType) GrDawnFormatToGrColorType() argument
82 GrDawnFormatToStr(wgpu::TextureFormat format) GrDawnFormatToStr() argument
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...161