| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | BindGroupTests.cpp | 207 Data data{ in TEST_P() local 300 wgpu::Texture texture = device.CreateTexture(&descriptor); in TEST_P() local 308 std::vector<RGBA8> data = std::vector<RGBA8>(size); in TEST_P() local 394 std::vector<Data> data; in TEST_P() local 555 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 604 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 646 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 661 std::vector<uint8_t> data(color1Offset + sizeof(color1)); in TEST_P() local 731 std::vector<uint8_t> data(color1Offset + sizeof(color1)); in TEST_P() local 820 std::vector<uint8_t> data(color3Offset + sizeof(color3), 0); in TEST_P() local [all …]
|
| D | BufferZeroInitTests.cpp | 97 wgpu::Texture texture = device.CreateTexture(&descriptor); local 128 wgpu::Texture texture = in TestBufferZeroInitInCopyTextureToBuffer() local 876 wgpu::Texture texture = CreateAndInitializeTexture(kTextureSize, kTextureFormat); in TEST_P() local 1183 wgpu::TextureDataLayout layout = in TEST_P() local 1185 std::vector<uint8_t> data(initTextureDesc.size.width); in TEST_P() local
|
| D | CopyTests.cpp | 46 static std::vector<uint8_t> GetExpectedTextureData(const utils::TextureDataCopyLayout& layout) { in GetExpectedTextureData() 65 const utils::TextureDataCopyLayout& layout) { in GetExpectedTextureDataRGBA8() 149 wgpu::Texture texture = device.CreateTexture(&descriptor); in DoTest() local 239 static void FillBufferData(RGBA8* data, size_t count) { in FillBufferData() 268 wgpu::Texture texture = device.CreateTexture(&descriptor); in DoTest() local 984 wgpu::Texture texture = device.CreateTexture(&textureDescriptor); in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| D | TestUtils.cpp | 43 TextureDataCopyLayout layout; in GetTextureDataCopyLayoutForTextureAtLevel() local 119 std::vector<uint8_t> data = {1}; in UnalignDynamicUploader() local 125 wgpu::Texture texture = device.CreateTexture(&descriptor); in UnalignDynamicUploader() local
|
| D | WGPUHelpers.cpp | 74 const void* data, in CreateBufferFromData() 192 wgpu::ImageCopyTexture CreateImageCopyTexture(wgpu::Texture texture, in CreateImageCopyTexture() 359 const wgpu::BindGroupLayout& layout, in MakeBindGroup()
|
| /third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
| D | gstd3d11overlaycompositor.cpp | 45 } texture; member 91 ID3D11InputLayout *layout; member 103 ID3D11Texture2D *texture; member 124 guint8 *data; in gst_d3d11_composition_overlay_new() local 134 ComPtr<ID3D11Texture2D> texture; in gst_d3d11_composition_overlay_new() local 326 ComPtr<ID3D11InputLayout> layout; in gst_d3d11_overlay_compositor_setup_shader() local
|
| D | gstd3d11screencapture.cpp | 303 ComPtr<ID3D11Texture2D> texture; in Capture() local 349 ID3D11InputLayout * layout, ID3D11SamplerState * sampler, in DrawMouse() 537 CopyToTexture (GstD3D11Device * device, ID3D11Texture2D * texture) in CopyToTexture() 648 ComPtr<ID3D11InputLayout> layout; in InitShader() local 803 GetFrame (ID3D11Texture2D ** texture, UINT * move_count, UINT * dirty_count, in GetFrame() 1706 gst_d3d11_screen_capture_weak_ref_notify (gpointer data, in gst_d3d11_screen_capture_weak_ref_notify() 1827 GstD3D11Device * device, ID3D11Texture2D * texture, in gst_d3d11_screen_capture_do_capture() 1829 ID3D11PixelShader * ps, ID3D11InputLayout * layout, in gst_d3d11_screen_capture_do_capture()
|
| D | gstd3d11converter.cpp | 63 } texture; member 604 compute_matrix_to_RGB (GstD3D11Converter * self, MatrixData * data, in compute_matrix_to_RGB() 627 compute_matrix_to_YUV (GstD3D11Converter * self, MatrixData * data, in compute_matrix_to_YUV() 1480 ComPtr<ID3D11InputLayout> layout; in gst_d3d11_color_convert_setup_shader() local 2095 ComPtr<ID3D11Texture2D> texture; in gst_d3d11_converter_convert_unlocked() local
|
| D | gstd3d11compositor.cpp | 2076 } texture; member 2095 ComPtr<ID3D11InputLayout> layout; in gst_d3d11_compositor_create_checker_quad() local 2420 GstVideoAggregatorPad * vpad, DeviceCheckData * data) in gst_d3d11_compositor_check_device_update() 2481 DeviceCheckData data; in gst_d3d11_compositor_create_output_buffer() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Queue.cpp | 78 const void* data, in UploadTextureDataAligningBytesPerRowAndOffset() 255 const void* data, in APIWriteBuffer() 262 const void* data, in WriteBuffer() 273 const void* data, in WriteBufferImpl() 296 const void* data, in APIWriteTexture() 305 const void* data, in WriteTextureInternal() 317 TextureDataLayout layout = dataLayout; in WriteTextureInternal() local 323 const void* data, in WriteTextureImpl() 406 for (const TextureBase* texture : scope.textures) { in ValidateSubmit() local 419 for (const TextureBase* texture : pass.referencedTextures) { in ValidateSubmit() local [all …]
|
| D | CommandEncoder.cpp | 60 MaybeError ValidateTextureSampleCountInBufferCopyCommands(const TextureBase* texture) { in ValidateTextureSampleCountInBufferCopyCommands() 68 MaybeError ValidateLinearTextureCopyOffset(const TextureDataLayout& layout, in ValidateLinearTextureCopyOffset() 1035 const uint8_t* data, in APIWriteBuffer()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | BindGroupTests.cpp | 146 Data data { in TEST_P() local 250 dawn::Texture texture = device.CreateTexture(&descriptor); in TEST_P() local 258 std::vector<RGBA8> data = std::vector<RGBA8>(size); in TEST_P() local 329 dawn::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 352 std::vector<Data> data; in TEST_P() local 424 dawn::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | teximage.c | 1392 enum mesa_format_layout layout = _mesa_get_format_layout(format); in _mesa_target_can_be_compressed() local 2010 GLsizei imageSize, const GLvoid *data) in compressed_texture_error_check() 2694 check_rtt_cb(void *data, void *userData) in check_rtt_cb() 2898 lookup_texture_ext_dsa(struct gl_context *ctx, GLenum target, GLuint texture, in lookup_texture_ext_dsa() 3223 _mesa_TextureImage1DEXT(GLuint texture, GLenum target, GLint level, in _mesa_TextureImage1DEXT() 3268 _mesa_TextureImage2DEXT(GLuint texture, GLenum target, GLint level, in _mesa_TextureImage2DEXT() 3319 _mesa_TextureImage3DEXT(GLuint texture, GLenum target, GLint level, in _mesa_TextureImage3DEXT() 3508 _mesa_EGLImageTargetTextureStorageEXT(GLuint texture, GLeglImageOES image, in _mesa_EGLImageTargetTextureStorageEXT() 3652 GLuint texture, GLenum target, GLint level, in texturesubimage() 3767 GLuint texture, GLenum target, GLint level, in texturesubimage_error() [all …]
|
| /third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
| D | DawnHelpers.cpp | 117 const void* data, in CreateBufferFromData() 246 dawn::TextureCopyView CreateTextureCopyView(dawn::Texture texture, in CreateTextureCopyView() 338 const dawn::BindGroupLayout& layout, in MakeBindGroup()
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkGpu.cpp | 333 GrGpuTextureCommandBuffer* GrVkGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer() 390 GrAccessPattern accessPattern, const void* data) { in onCreateBuffer() 463 bool GrVkGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() 640 GrColorType dataColorType, const void* data, size_t rowBytes) { in uploadTexDataLinear() 659 VkSubresourceLayout layout; in uploadTexDataLinear() local 884 SkImage::CompressionType compressionType, const void* data) { in uploadTexDataCompressed() 1059 SkBudgeted budgeted, const void* data) { in onCreateCompressedTexture() 1202 sk_sp<GrVkImageLayout> layout = backendTex.getGrVkImageLayout(); in onWrapBackendTexture() local 1244 sk_sp<GrVkImageLayout> layout = backendTex.getGrVkImageLayout(); in onWrapRenderableBackendTexture() local 1286 sk_sp<GrVkImageLayout> layout = backendRT.getGrVkImageLayout(); in onWrapBackendRenderTarget() local [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | CommandBufferD3D12.cpp | 158 PipelineLayout* layout = ToBackend(pipeline->GetLayout()); in RecordFirstIndexOffset() local 248 PipelineLayout* layout = ToBackend(pipeline->GetLayout()); in RecordNumWorkgroupsForDispatch() local 282 Texture* texture = ToBackend(usages.textures[i]); in TransitionAndClearForSyncScope() local 743 Texture* texture = ToBackend(copy->destination.texture.Get()); in RecordCommands() local 777 Texture* texture = ToBackend(copy->source.texture.Get()); in RecordCommands() local 1034 uint8_t* data = mCommands.NextData<uint8_t>(size); in RecordCommands() local
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkGpu.cpp | 449 GrAccessPattern accessPattern, const void* data) { in onCreateBuffer() 485 GrVkTexture* texture = static_cast<GrVkTexture*>(surface->asTexture()); in onWritePixels() local 543 bool GrVkGpu::onTransferPixelsTo(GrTexture* texture, in onTransferPixelsTo() 745 const void* data, in uploadTexDataLinear() 762 VkSubresourceLayout layout; in uploadTexDataLinear() local 973 const void* data, size_t dataSize) { in uploadTexDataCompressed() 1107 const void* data, size_t dataSize) { in onCreateCompressedTexture() 1613 sk_sp<GrVkTexture> texture = in onClearBackendTexture() local 1706 const void* data, in onUpdateCompressedBackendTexture() 1713 sk_sp<GrVkTexture> texture = GrVkTexture::MakeWrappedTexture(this, in onUpdateCompressedBackendTexture() local [all …]
|
| /third_party/cef/tests/cefclient/browser/ |
| D | osr_d3d11_win.cc | 166 ID3D11InputLayout* layout) in Effect() 606 const void* data, in create_texture() 752 ID3D11InputLayout* layout = nullptr; in create_effect() local 818 const std::shared_ptr<Texture2D>& texture) { in render_texture()
|
| /third_party/vk-gl-cts/external/amber/src/src/dawn/ |
| D | engine_dawn.cc | 199 const void* data = nullptr; member 209 const void* data, in HandleBufferMapCallback() 288 ::dawn::TextureCopyView CreateTextureCopyView(::dawn::Texture texture, in CreateTextureCopyView() 408 const void* data, in CreateBufferFromData() 459 ::dawn::BindGroup MakeBindGroup( in MakeBindGroup()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES2.cpp | 1128 bool IsValidImageLayout(ImageLayout layout) in IsValidImageLayout() 1264 gl::Texture *texture = context->getTextureByType(texType); in ValidateES2TexImageParametersBase() local 2006 gl::Texture *texture = context->getTextureByType(target); in ValidateES2TexStorageParameters() local 2953 const void *data) in ValidateCompressedTexImage2D() 3007 const void *data) in ValidateCompressedTexImage2DRobustANGLE() 3027 const void *data) in ValidateCompressedTexImage3DOES() 3043 const void *data) in ValidateCompressedTexSubImage2DRobustANGLE() 3063 const void *data) in ValidateCompressedTexSubImage2D() 3112 const void *data) in ValidateCompressedTexSubImage3DOES() 3248 bool ValidateGetUnsignedBytevEXT(Context *context, GLenum pname, GLubyte *data) in ValidateGetUnsignedBytevEXT() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationESEXT.cpp | 51 bool IsValidImageLayout(ImageLayout layout) in IsValidImageLayout() 271 Texture *texture = context->getTextureByTarget(target); in ValidateGetTexImageANGLE() local 848 const GLint64 *data) in ValidateGetInteger64vEXT() 999 const GLubyte *data) in ValidateGetUnsignedBytevEXT() 1015 const GLubyte *data) in ValidateGetUnsignedBytei_vEXT() 1643 const void *data, in ValidateBufferStorageEXT() 2546 GLuint texture, in ValidateEGLImageTargetTextureStorageEXT()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_private.h | 691 VkImageLayout layout; member 1707 struct v3dv_descriptor_set_layout *layout; member 1794 struct v3dv_descriptor_set_layout *layout; member 1919 uint32_t texture = combined_index_key >> 24; in v3dv_pipeline_combined_index_key_unpack() local 1992 struct v3dv_pipeline_layout *layout; member 2076 struct util_dynarray data; /* Array of v3dv_pipeline_executable_data */ member
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_clear_blit.c | 902 struct tu_cs_memory texture = { }; in r3d_src_common() local 1466 const struct fdl_layout *layout = in tu_image_view_copy_blit() local 2167 uint32_t data) in tu_CmdFillBuffer()
|