Searched refs:depthA (Results 1 – 5 of 5) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt8PyramidalImage.c | 143 uint32 depthA ) in bim_UInt8PyramidalImage_heapSize() argument 148 for( iL = 0; iL < depthA; iL++ ) in bim_UInt8PyramidalImage_heapSize() 168 uint32 depthA, in bim_UInt8PyramidalImage_create() argument 175 for( iL = 0; iL < depthA; iL++ ) in bim_UInt8PyramidalImage_create() 182 bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt8PyramidalImage_create() 188 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_create() 189 if( depthA == 0 ) in bim_UInt8PyramidalImage_create() 206 ptrA->depthE = depthA; in bim_UInt8PyramidalImage_create() 217 uint32 depthA ) in bim_UInt8PyramidalImage_size() argument 224 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_size() [all …]
|
D | UInt16BytePyrImage.c | 142 uint32 depthA ) in bim_UInt16BytePyrImage_heapSize() argument 147 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_heapSize() 167 uint32 depthA, in bim_UInt16BytePyrImage_create() argument 177 bim_UInt16BytePyrImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt16BytePyrImage_create() 183 uint32 depthMaskL = ( ( int32 )1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_create() 184 if( depthA == 0 ) in bim_UInt16BytePyrImage_create() 201 ptrA->depthE = depthA; in bim_UInt16BytePyrImage_create() 203 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_create() 216 uint32 depthA ) in bim_UInt16BytePyrImage_size() argument 223 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_size() [all …]
|
D | UInt16BytePyrImage.h | 88 uint32 depthA, 119 uint32 depthA ); 128 uint32 depthA ); 162 uint32 depthA );
|
D | UInt8PyramidalImage.h | 90 uint32 depthA, 120 uint32 depthA ); 129 uint32 depthA ); 162 uint32 depthA );
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3170 const float depthA = partAReference[0]; in createVertexData() local 3174 appendVertex(tcu::Vec4(-1.0f,-0.5f, depthA, 1.0f), color); in createVertexData() 3175 appendVertex(tcu::Vec4(-1.0f, 0.0f, depthA, 1.0f), color); in createVertexData() 3176 appendVertex(tcu::Vec4( 0.0f,-0.5f, depthA, 1.0f), color); in createVertexData() 3177 appendVertex(tcu::Vec4( 0.0f, 0.0f, depthA, 1.0f), color); in createVertexData() 3179 appendVertex(tcu::Vec4(-1.0f, 0.0f, depthA, 1.0f), color); in createVertexData() 3180 appendVertex(tcu::Vec4(-1.0f, 0.5f, depthA, 1.0f), color); in createVertexData() 3181 appendVertex(tcu::Vec4( 0.0f, 0.0f, depthA, 1.0f), color); in createVertexData() 3182 appendVertex(tcu::Vec4( 0.0f, 0.5f, depthA, 1.0f), color); in createVertexData() 3184 appendVertex(tcu::Vec4( 0.0f,-0.5f, depthA, 1.0f), color); in createVertexData() [all …]
|