Searched refs:depthStencilValue (Results 1 – 4 of 4) sorted by relevance
3499 GLuint depthStencilValue[2]; in cleartexsubimage_depth_stencil() local3508 depthStencilValue); in cleartexsubimage_depth_stencil()3512 memcpy(&depthValue, depthStencilValue, sizeof depthValue); in cleartexsubimage_depth_stencil()3513 stencilValue = depthStencilValue[1] & 0xff; in cleartexsubimage_depth_stencil()
861 const VkClearDepthStencilValue &depthStencilValue);
2444 const VkClearDepthStencilValue &depthStencilValue) in stageSubresourceClear() argument2451 clearValue.depthStencil = depthStencilValue; in stageSubresourceClear()
3189 GLint depthStencilValue = 0; in TEST_P() local3196 {{reinterpret_cast<GLubyte *>(&depthStencilValue), 3}}, &source, &image); in TEST_P()