OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorAttachmentView
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/vk/
GrVkTextureRenderTarget.h
54
const GrVkImageView*
colorAttachmentView
,
59
, GrVkRenderTarget(gpu, desc, lifeCycle, imageResource, msaaResource,
colorAttachmentView
,
69
const GrVkImageView*
colorAttachmentView
)
73
, GrVkRenderTarget(gpu, desc, lifeCycle, imageResource,
colorAttachmentView
,
GrVkRenderTarget.h
42
const GrVkImageView*
colorAttachmentView
() const { return fColorAttachmentView; }
75
const GrVkImageView*
colorAttachmentView
,
83
const GrVkImageView*
colorAttachmentView
,
91
const GrVkImageView*
colorAttachmentView
);
97
const GrVkImageView*
colorAttachmentView
,
GrVkTextureRenderTarget.cpp
81
const GrVkImageView*
colorAttachmentView
;
86
colorAttachmentView
= imageView;
87
colorAttachmentView
->ref();
89
colorAttachmentView
= GrVkImageView::Create(gpu, colorImage, pixelFormat,
91
if (!
colorAttachmentView
) {
105
colorAttachmentView
,
111
colorAttachmentView
);
GrVkRenderTarget.cpp
27
const GrVkImageView*
colorAttachmentView
,
34
, fColorAttachmentView(
colorAttachmentView
)
53
const GrVkImageView*
colorAttachmentView
,
61
, fColorAttachmentView(
colorAttachmentView
)
78
const GrVkImageView*
colorAttachmentView
)
83
, fColorAttachmentView(
colorAttachmentView
)
99
const GrVkImageView*
colorAttachmentView
,
105
, fColorAttachmentView(
colorAttachmentView
)
161
const GrVkImageView*
colorAttachmentView
= GrVkImageView::Create(gpu, colorImage, pixelFormat,
163
if (!
colorAttachmentView
) {
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp
295
vk::VkImageView
colorAttachmentView
,
465
vk::VkImageView
colorAttachmentView
,
475
&
colorAttachmentView
, // pAttachments
[
all
...]
Completed in 234 milliseconds