Home
last modified time | relevance | path

Searched refs:targetW (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp198 int targetW = renderTarget.getWidth(); in iterate() local
251 int scissorBoxX = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetW); in iterate()
253 int scissorBoxW = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetW+DEPTH_CLEAR_OFFSET); in iterate()
294 int scissorBoxX = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetW); in iterate()
296 int scissorBoxW = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetW+STENCIL_CLEAR_OFFSET); in iterate()
324 int scissorBoxX = m_rnd.getInt(-SCISSOR_OFFSET, targetW-SCISSOR_OFFSET); in iterate()
326 int scissorBoxW = m_rnd.getInt(SCISSOR_MINSIZE, targetW+SCISSOR_OFFSET); in iterate()
H A Des3fTextureSpecificationTests.cpp231 int targetW = getWidth(); in renderTex() local
234 float w = (float)width / (float)targetW; in renderTex()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH) in getRandomQuad() argument
189 const int minW = deCeilFloatToInt32(minSize * (float)targetW); in getRandomQuad()
191 const int maxW = targetW + 2*maxOutOfBounds; in getRandomQuad()
196 const int x = rnd.getInt(-maxOutOfBounds, targetW+maxOutOfBounds-width); in getRandomQuad()
217 static void computeRandomRenderCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int targetW, int targetH) in computeRandomRenderCommand() argument
219 command.quad = getRandomQuad(rnd, targetW, targetH); in computeRandomRenderCommand()
221 gls::InteractionTestUtil::computeRandomRenderState(rnd, command.state, apiType, targetW, targetH); in computeRandomRenderCommand()
H A DglsInteractionTestUtil.cpp254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vector<RenderCommand>& dst)
261 computeRandomRenderState(rnd, cmd->state, apiType, targetW, targetH);
262 computeRandomQuad(rnd, cmd->quad, targetW, targetH);
H A DglsInteractionTestUtil.hpp123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp568 int targetW = getWidth(); in renderTex2D() local
571 float w = (float)width / (float)targetW; in renderTex2D()
585 int targetW = getWidth(); in renderTexCube() local
588 float w = (float)width / (float)targetW; in renderTexCube()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp188 int targetW = getWidth(); in renderTex() local
191 float w = (float)width / (float)targetW; in renderTex()

Completed in 17 milliseconds