Home
last modified time | relevance | path

Searched refs:matrices (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_cooperative_matrix.adoc26 Cooperative matrix types are medium-sized matrices that are primarily
DVK_NV_cooperative_matrix.adoc24 Cooperative matrix types are medium-sized matrices that are primarily
DVK_NV_device_generated_commands.adoc36 implement a number of critical functions, like updating matrices, or
Dspirvenv.adoc1088 rows, and number of columns must: match one of the matrices in any of
1125 of rows, and number of columns must: match one of the matrices in any of
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_cooperative_matrix.asciidoc32 support for element-wise operations on these matrices. Since the release of
/hardware/interfaces/tests/baz/1.0/
DIBaz.hal69 vec<T> matrices;
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp109 MatrixStack matrices; in GLEScmContext() local
110 android::base::loadBuffer(stream, &matrices); in GLEScmContext()
111 return matrices; in GLEScmContext()
243 [](android::base::Stream* stream, const MatrixStack& matrices) { in onSave() argument
244 android::base::saveBuffer(stream, matrices); in onSave()
282 void GLEScmContext::restoreMatrixStack(const MatrixStack& matrices) { in restoreMatrixStack() argument
283 for (size_t i = 0; i < matrices.size(); i++) { in restoreMatrixStack()
287 dispatcher().glLoadMatrixf(&matrices[i][0][0]); in restoreMatrixStack()
DGLEScmContext.h248 void restoreMatrixStack(const MatrixStack& matrices);
/hardware/interfaces/tests/baz/1.0/default/
DBaz.cpp403 result[i].matrices.resize(6); in getNestedStructs()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal877 * <a href="https://en.wikipedia.org/wiki/Hadamard_product_(matrices)">
878 * Hadamard product</a> that takes two matrices and produces another
880 * elements of the input matrices.
1395 * Each rank adds a dimension to the weights matrices by means of stacking
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc138 Such matrices are treated as an array of column vectors with values taken
215 Such matrices are treated as an array of column vectors with values taken
Dshaders.adoc3228 * pname:MSize is the number of rows in matrices code:A, code:C, and
3232 * pname:NSize is the number of columns in matrices code:B, code:C,
3269 * pname:MSize is the number of rows in matrices A, C, and D.
3271 * pname:NSize is the number of columns in matrices B, C, D.
Daccelstructures.adoc77 anything other than instance definitions, transform matrices, and vertex or
1304 by interpolation between two matrices.
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal1172 * ANDROID_SENSOR_FORWARD_MATRIX1 matrices.</p>
1185 * ANDROID_SENSOR_FORWARD_MATRIX2 matrices.</p>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc522 markup (examples found in the Vulkan Specification include matrices,
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1146 * <a href="https://en.wikipedia.org/wiki/Hadamard_product_(matrices)">
1147 * Hadamard product</a> that takes two matrices and produces another
1149 * elements of the input matrices.
1781 * Each rank adds a dimension to the weights matrices by means of stacking
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal1144 * <a href="https://en.wikipedia.org/wiki/Hadamard_product_(matrices)">
1145 * Hadamard product</a> that takes two matrices and produces another
1147 * elements of the input matrices.
1824 * Each rank adds a dimension to the weights matrices by means of stacking
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2472 * Define alignment requirements for matrices in terms of arrays.
3679 * Add clarifications about ray tracing transform matrices to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs10186 // should look at TeX's behavior especially for \over and matrices.