Home
last modified time | relevance | path

Searched defs:instances (Results 26 - 50 of 93) sorted by relevance

1234

/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_transaction.c41 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable
/third_party/glslang/glslang/Include/
H A DCommon.h157 template<class T> inline T* NewPoolObject(T, int instances) in NewPoolObject() argument
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c241 jerry_value_t instances; in jerryx_module_resolve_local() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.h145 unsigned instances = pan_wls_instances(dim); in pan_wls_mem_size() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexBuffer.cpp94 getSpaceRequired(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, size_t count, GLsizei instances, GLuint baseInstance, unsigned int *spaceInBytesOut) const getSpaceRequired() argument
167 storeDynamicAttribute( const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, GLuint baseInstance, unsigned int *outStreamOffset, const uint8_t *sourceData) storeDynamicAttribute() argument
215 reserveVertexSpace(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, size_t count, GLsizei instances, GLuint baseInstance) reserveVertexSpace() argument
286 storeStaticAttribute(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, GLint start, GLsizei count, GLsizei instances, const uint8_t *sourceData) storeStaticAttribute() argument
[all...]
H A DVertexDataManager.cpp242 prepareVertexData( const gl::Context *context, GLint start, GLsizei count, std::vector<TranslatedAttribute> *translatedAttribs, GLsizei instances) prepareVertexData() argument
414 storeDynamicAttribs( const gl::Context *context, std::vector<TranslatedAttribute> *translatedAttribs, const gl::AttributesMask &dynamicAttribsMask, GLint start, size_t count, GLsizei instances, GLuint baseInstance) storeDynamicAttribs() argument
483 reserveSpaceForAttrib(const gl::Context *context, const TranslatedAttribute &translatedAttrib, GLint start, size_t count, GLsizei instances, GLuint baseInstance) reserveSpaceForAttrib() argument
525 storeDynamicAttrib(const gl::Context *context, TranslatedAttribute *translated, GLint start, size_t count, GLsizei instances, GLuint baseInstance) storeDynamicAttrib() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexArray11.cpp124 syncStateForDraw(const gl::Context *context, GLint firstVertex, GLsizei vertexOrIndexCount, gl::DrawElementsType indexTypeOrInvalid, const void *indices, GLsizei instances, GLint baseVertex, GLuint baseInstance, bool promoteDynamic) syncStateForDraw() argument
291 updateDynamicAttribs(const gl::Context *context, VertexDataManager *vertexDataManager, GLint firstVertex, GLsizei vertexOrIndexCount, gl::DrawElementsType indexTypeOrInvalid, const void *indices, GLsizei instances, GLint baseVertex, GLuint baseInstance, bool promoteDynamic, const gl::AttributesMask &activeDynamicAttribs) updateDynamicAttribs() argument
H A DInputLayoutCache.cpp112 getInputLayout( Context11 *context11, const gl::State &state, const std::vector<const TranslatedAttribute *> &currentAttributes, const AttribIndexArray &sortedSemanticIndices, gl::PrimitiveMode mode, GLsizei vertexCount, GLsizei instances, const d3d11::InputLayout **inputLayoutOut) getInputLayout() argument
193 createInputLayout( Context11 *context11, const AttribIndexArray &sortedSemanticIndices, const std::vector<const TranslatedAttribute *> &currentAttributes, gl::PrimitiveMode mode, GLsizei vertexCount, GLsizei instances, d3d11::InputLayout *inputLayoutOut) createInputLayout() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexStateTests.cpp230 void CheckResult(unsigned int triangles, unsigned int instances) { in CheckResult() argument
205 DoTestDraw(const wgpu::RenderPipeline& pipeline, unsigned int triangles, unsigned int instances, std::vector<DrawVertexBuffer> vertexBuffers) DoTestDraw() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h175 int instances() const { in instances() function in absl::test_internal::InstanceTracker
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.h116 struct mlxsw_afk_element_inst *instances; member
/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h66 struct hlist_head instances; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.h118 struct mlxsw_afk_element_inst *instances; member
/kernel/linux/linux-6.6/include/crypto/
H A Dalgapi.h93 struct hlist_head instances; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_perfcounter.c365 unsigned instances = 1; in r600_create_batch_query() local
602 r600_perfcounters_add_block(struct r600_common_screen *rscreen, struct r600_perfcounters *pc, const char *name, unsigned flags, unsigned counters, unsigned selectors, unsigned instances, void *data) r600_perfcounters_add_block() argument
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/
H A Dndtest.c40 static struct ndtest_priv *instances[NUM_INSTANCES]; variable
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
334 ac_record(struct lws_fts_file *jtf, struct lwsac **results_head, const char *needle, int pos, struct wac *s, int sp, uint32_t instances, uint32_t agg_instances, uint32_t children, struct lws_fts_result_autocomplete ***ppac) ac_record() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.h133 unsigned instances; member
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c288 } instances[3]; in main() member
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc510 Handle<FixedArray> instances; in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h233 DRAW(enum pc_di_primtype prim_type, enum pc_di_src_sel source_select, enum pc_di_index_size index_size, enum pc_di_vis_cull_mode vis_cull_mode, uint8_t instances) DRAW() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c571 unsigned instances = 1; in si_create_batch_query() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp211 drawElementsInstanced(const gl::Context *context, gl::PrimitiveMode mode, GLsizei count, gl::DrawElementsType type, const void *indices, GLsizei instances) drawElementsInstanced() argument
221 drawElementsInstancedBaseVertex(const gl::Context *context, gl::PrimitiveMode mode, GLsizei count, gl::DrawElementsType type, const void *indices, GLsizei instances, GLint baseVertex) drawElementsInstancedBaseVertex() argument
233 drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context, gl::PrimitiveMode mode, GLsizei count, gl::DrawElementsType type, const void *indices, GLsizei instances, GLint baseVertex, GLuint baseInstance) drawElementsInstancedBaseVertexBaseInstance() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp876 GLsizei instances = 1; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp177 drawElementsInstanced(const gl::Context *context, gl::PrimitiveMode mode, GLsizei count, gl::DrawElementsType type, const void *indices, GLsizei instances) drawElementsInstanced() argument
187 drawElementsInstancedBaseVertex(const gl::Context *context, gl::PrimitiveMode mode, GLsizei count, gl::DrawElementsType type, const void *indices, GLsizei instances, GLint baseVertex) drawElementsInstancedBaseVertex() argument
198 drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context, gl::PrimitiveMode mode, GLsizei count, gl::DrawElementsType type, const void *indices, GLsizei instances, GLint baseVertex, GLuint baseInstance) drawElementsInstancedBaseVertexBaseInstance() argument

Completed in 21 milliseconds

1234