OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSampleLocationGridSize
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_screen.h
172
VkExtent2D
maxSampleLocationGridSize
[5];
zink_screen.c
1848
assert(idx < ARRAY_SIZE(screen->
maxSampleLocationGridSize
));
1849
*width = screen->
maxSampleLocationGridSize
[idx].width;
1850
*height = screen->
maxSampleLocationGridSize
[idx].height;
1963
for (unsigned i = 0; i < ARRAY_SIZE(screen->
maxSampleLocationGridSize
); i++) {
1966
screen->
maxSampleLocationGridSize
[i] = prop.
maxSampleLocationGridSize
;
zink_context.c
1995
VkExtent2D grid_size = screen->
maxSampleLocationGridSize
[idx];
2220
loc->sampleLocationGridSize = screen->
maxSampleLocationGridSize
[idx];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c
1059
properties->
maxSampleLocationGridSize
= (VkExtent2D) { 1 , 1 };
2535
pMultisampleProperties->
maxSampleLocationGridSize
= (VkExtent2D){ 1, 1 };
2537
pMultisampleProperties->
maxSampleLocationGridSize
= (VkExtent2D){ 0, 0 };
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_device.c
2417
props->
maxSampleLocationGridSize
.width = 1;
2418
props->
maxSampleLocationGridSize
.height = 1;
4657
pMultisampleProperties->
maxSampleLocationGridSize
= grid_size;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c
2101
properties->
maxSampleLocationGridSize
= (VkExtent2D){2, 2};
7974
pMultisampleProperties->
maxSampleLocationGridSize
= (VkExtent2D){2, 2};
7976
pMultisampleProperties->
maxSampleLocationGridSize
= (VkExtent2D){0, 0};
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h
7756
VkExtent2D
maxSampleLocationGridSize
;
7765
VkExtent2D
maxSampleLocationGridSize
;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h
9887
VkExtent2D
maxSampleLocationGridSize
;
9896
VkExtent2D
maxSampleLocationGridSize
;
Completed in 45 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026