OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_gridsize
(Results
1 - 8
of
8
) sorted by null
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
[
all
...]
es31fTextureMultisampleTests.cpp
558
const int
m_gridsize
;
member in class:deqp::gles31::Functional::__anon11290::SampleMaskCase
583
,
m_gridsize
(16)
664
std::vector<tcu::Vec4> gridData(
m_gridsize
*
m_gridsize
*6);
666
for (int y = 0; y <
m_gridsize
; ++y)
667
for (int x = 0; x <
m_gridsize
; ++x)
669
gridData[(y *
m_gridsize
+ x)*6 + 0] = tcu::Vec4(((float)(x+0) / (float)
m_gridsize
) * 2.0f - 1.0f, ((float)(y+0) / (float)
m_gridsize
) * 2.0f - 1.0f, 0.0f, 1.0f);
670
gridData[(y *
m_gridsize
+ x)*6 + 1] = tcu::Vec4(((float)(x+0) / (float)m_gridsize) * 2.0f - 1.0f, ((float)(y+1) / (float)m (…)
[
all
...]
es31fPrimitiveBoundingBoxTests.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp
189
int getSize (void) const { return
m_gridSize
; }
193
int getNumIndices (void) const { return
m_gridSize
*
m_gridSize
*3*2; }
201
const int
m_gridSize
;
210
int ndx00 = (row*
m_gridSize
+ col) * 4;
222
return m_texCoords[(row*
m_gridSize
+ col) * 4];
227
:
m_gridSize
(gridSize)
229
DE_ASSERT(
m_gridSize
> 0 &&
m_gridSize
*
m_gridSize
<= (int)std::numeric_limits<deUint16>::max() + 1)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp
239
int getSize (void) const { return
m_gridSize
; }
243
int getNumIndices (void) const { return
m_gridSize
*
m_gridSize
*3*2; }
251
const int
m_gridSize
;
260
int ndx00 = (row*
m_gridSize
+ col) * 4;
272
return m_texCoords[(row*
m_gridSize
+ col) * 4];
277
:
m_gridSize
(gridSize)
279
DE_ASSERT(
m_gridSize
> 0 &&
m_gridSize
*
m_gridSize
<= (int)std::numeric_limits<deUint16>::max() + 1)
[
all
...]
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
140
int getGridSize (void) const { return
m_gridSize
; }
161
int
m_gridSize
;
178
:
m_gridSize
(gridSize)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
127
int getGridSize (void) const { return
m_gridSize
; }
149
const int
m_gridSize
;
172
:
m_gridSize
(gridSize)
[
all
...]
/external/deqp/modules/gles3/performance/
es3pDepthTests.cpp
1512
const int
m_gridsize
;
member in class:deqp::gles3::Performance::__anon11097::PartialOccluderDiscardCullCase
[
all
...]
Completed in 313 milliseconds