OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cellNdx
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp
184
static void getBasicTexCoord2D (std::vector<float>& dst, int
cellNdx
)
213
DE_ASSERT(de::inBounds(
cellNdx
, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
215
const Vec2& bottomLeft = s_basicCoords[
cellNdx
].bottomLeft;
216
const Vec2& topRight = s_basicCoords[
cellNdx
].topRight;
221
static void getAffineTexCoord2D (std::vector<float>& dst, int
cellNdx
)
224
getBasicTexCoord2D(dst,
cellNdx
);
227
float angle = 2.0f*DE_PI * ((float)
cellNdx
/ 16.0f);
231
float shearX = de::inRange(
cellNdx
, 4, 11) ? (float)(15-
cellNdx
) / 16.0f : 0.0f;
327
int
cellNdx
= gridY*gridWidth + gridX
[
all
...]
/external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp
175
static void getBasicTexCoord2D (std::vector<float>& dst, int
cellNdx
)
204
DE_ASSERT(de::inBounds(
cellNdx
, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
206
const Vec2& bottomLeft = s_basicCoords[
cellNdx
].bottomLeft;
207
const Vec2& topRight = s_basicCoords[
cellNdx
].topRight;
212
static void getAffineTexCoord2D (std::vector<float>& dst, int
cellNdx
)
215
getBasicTexCoord2D(dst,
cellNdx
);
218
float angle = 2.0f*DE_PI * ((float)
cellNdx
/ 16.0f);
222
float shearX = de::inRange(
cellNdx
, 4, 11) ? (float)(15-
cellNdx
) / 16.0f : 0.0f;
319
int
cellNdx
= gridY*gridWidth + gridX
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp
63
float getMinLodForCell (int
cellNdx
)
84
return s_values[
cellNdx
% DE_LENGTH_OF_ARRAY(s_values)];
87
float getMaxLodForCell (int
cellNdx
)
109
return s_values[
cellNdx
% DE_LENGTH_OF_ARRAY(s_values)];
198
static void getBasicTexCoord2D (std::vector<float>& dst, int
cellNdx
)
227
DE_ASSERT(de::inBounds(
cellNdx
, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
229
const Vec2& bottomLeft = s_basicCoords[
cellNdx
].bottomLeft;
230
const Vec2& topRight = s_basicCoords[
cellNdx
].topRight;
235
static void getAffineTexCoord2D (std::vector<float>& dst, int
cellNdx
)
238
getBasicTexCoord2D(dst,
cellNdx
);
[
all
...]
/external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp
187
static void getBasicTexCoord2D (std::vector<float>& dst, int
cellNdx
)
216
DE_ASSERT(de::inBounds(
cellNdx
, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
218
const Vec2& bottomLeft = s_basicCoords[
cellNdx
].bottomLeft;
219
const Vec2& topRight = s_basicCoords[
cellNdx
].topRight;
224
static void getAffineTexCoord2D (std::vector<float>& dst, int
cellNdx
)
227
getBasicTexCoord2D(dst,
cellNdx
);
230
float angle = 2.0f*DE_PI * ((float)
cellNdx
/ 16.0f);
234
float shearX = de::inRange(
cellNdx
, 4, 11) ? (float)(15-
cellNdx
) / 16.0f : 0.0f;
319
const int
cellNdx
= gridY*gridWidth + gridX
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp
62
static float getMinLodForCell (int
cellNdx
)
83
return s_values[
cellNdx
% DE_LENGTH_OF_ARRAY(s_values)];
86
static float getMaxLodForCell (int
cellNdx
)
108
return s_values[
cellNdx
% DE_LENGTH_OF_ARRAY(s_values)];
231
static void getBasicTexCoord2D (std::vector<float>& dst, int
cellNdx
)
260
DE_ASSERT(de::inBounds(
cellNdx
, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
262
const Vec2& bottomLeft = s_basicCoords[
cellNdx
].bottomLeft;
263
const Vec2& topRight = s_basicCoords[
cellNdx
].topRight;
268
static void getAffineTexCoord2D (std::vector<float>& dst, int
cellNdx
)
271
getBasicTexCoord2D(dst,
cellNdx
);
[
all
...]
Completed in 3706 milliseconds