Searched refs:invocationID (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrShaderProgram.cpp | 215 …, int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const in shadePrimitives() 218 DE_UNREF(verticesIn && packets && numPackets && invocationID); in shadePrimitives()
|
D | sglrShaderProgram.hpp | 241 … int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const;
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 204 … int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const; 242 …, int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const in shadePrimitives() 244 DE_UNREF(invocationID); in shadePrimitives() 303 … int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const; 349 …, int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const in shadePrimitives() 352 DE_UNREF(invocationID); in shadePrimitives() 438 … int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const; 515 …, int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const in shadePrimitives() 517 DE_UNREF(invocationID); in shadePrimitives() 788 … int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const; [all …]
|
D | es31fShaderImageLoadStoreTests.cpp | 1625 …static int getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec… 1655 int BinaryAtomicOperationCase::getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID… in getAtomicFuncArgument() argument 1657 const int x = invocationID.x(); in getAtomicFuncArgument() 1658 const int y = invocationID.y(); in getAtomicFuncArgument() 1659 const int z = invocationID.z(); in getAtomicFuncArgument() 2127 static int getCompareArg (const IVec3& invocationID, int imageWidth); 2128 static int getAssignArg (const IVec3& invocationID, int imageWidth); 2139 int AtomicCompSwapCase::getCompareArg (const IVec3& invocationID, int imageWidth) in getCompareArg() argument 2141 const int x = invocationID.x(); in getCompareArg() 2142 const int y = invocationID.y(); in getCompareArg() [all …]
|
/external/deqp/framework/referencerenderer/ |
D | rrShaders.hpp | 181 … int verticesIn, const PrimitivePacket* packets, const int numPackets, int invocationID) const = 0;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 1083 struct ureg_src invocationID; in util_make_tess_ctrl_passthrough_shader() local 1144 invocationID = ureg_DECL_system_value(ureg, in util_make_tess_ctrl_passthrough_shader() 1149 ureg_scalar(invocationID, TGSI_SWIZZLE_X)); in util_make_tess_ctrl_passthrough_shader()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 289 const IVec3& invocationID, in getAtomicFuncArgument() argument 292 const T x = static_cast<T>(invocationID.x()); in getAtomicFuncArgument() 293 const T y = static_cast<T>(invocationID.y()); in getAtomicFuncArgument() 294 const T z = static_cast<T>(invocationID.z()); in getAtomicFuncArgument()
|