| /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/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/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/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 | 468 GrAccessPattern accessPattern, const void* data) { in onCreateBuffer() 504 GrVkTexture* texture = static_cast<GrVkTexture*>(surface->asTexture()); in onWritePixels() local 562 bool GrVkGpu::onTransferPixelsTo(GrTexture* texture, in onTransferPixelsTo() 764 const void* data, in uploadTexDataLinear() 781 VkSubresourceLayout layout; in uploadTexDataLinear() local 1082 const void* data, size_t dataSize) { in uploadTexDataCompressed() 1266 const void* data, size_t dataSize) { in onCreateCompressedTexture() 1312 … sk_sp<GrVkTexture> texture = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, pixelFormat, in onCreateCompressedTexture() local 1805 sk_sp<GrVkTexture> texture = in onClearBackendTexture() local 1898 const void* data, in onUpdateCompressedBackendTexture() [all …]
|
| /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/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()
|