HomeSort by relevance Sort by last modified time
    Searched full:topology (Results 26 - 50 of 295) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
topology.h 21 #include <topology.h>
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
topology.h 21 #include <topology.h>
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
topology.h 21 #include <topology.h>
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
topology.h 21 #include <topology.h>
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
topology.h 21 #include <topology.h>
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
topology.h 21 #include <topology.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
topology.h 21 #include <topology.h>
  /external/guava/guava-tests/benchmark/com/google/common/collect/
BinaryTreeTraverserBenchmark.java 45 enum Topology {
81 * Generates a tree with topology selected uniformly at random from the topologies of binary
160 Topology topology; field in class:BinaryTreeTraverserBenchmark
177 topology.createTree(size, rng).get(),
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio_calibration.h 193 int32_t topology; member in struct:audio_cal_info_adm_top
225 int32_t topology; member in struct:audio_cal_info_afe_top
233 int32_t topology; member in struct:audio_cal_info_asm_top
303 int32_t topology; member in struct:audio_cal_info_lsm_top
317 int32_t topology; member in struct:audio_cal_info_voc_top
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawSimpleTest.cpp 49 SimpleDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
56 SimpleDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
60 SimpleDraw::SimpleDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology)
63 m_topology = topology;
98 DE_FATAL("Topology not implemented");
101 DE_FATAL("Unknown topology");
138 DE_FATAL("Topology not implemented");
141 DE_FATAL("Unknown topology");
208 SimpleDrawInstanced::SimpleDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology)
209 : SimpleDraw (context, shaders, topology) {}
    [all...]
vktDrawIndexedTest.cpp 49 DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
56 DrawInstancedIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
60 DrawIndexed::DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology)
63 m_topology = topology;
108 DE_FATAL("Topology not implemented");
111 DE_FATAL("Unknown topology");
213 DrawInstancedIndexed::DrawInstancedIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology)
214 : DrawIndexed (context, shaders, topology)
266 DE_FATAL("Topology not implemented");
269 DE_FATAL("Unknown topology");
    [all...]
vktDrawTestCaseUtil.hpp 65 const std::map<glu::ShaderType, const char*> shaderPaths, const vk::VkPrimitiveTopology topology)
68 , m_topology (topology)
vktDrawIndirectTest.cpp 60 IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
90 IndirectDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
101 IndirectDraw::IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology)
104 m_topology = topology;
142 DE_FATAL("Topology not implemented");
145 DE_FATAL("Unknown topology");
223 DE_FATAL("Topology not implemented");
226 DE_FATAL("Unknown topology");
333 IndirectDrawInstanced<FirstInstanceSupport>::IndirectDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology)
334 : IndirectDraw (context, shaders, topology)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 90 VkPrimitiveTopology topology,
112 VkPrimitiveTopology topology,
133 VkPrimitiveTopology topology,
155 VkPrimitiveTopology topology,
175 VkPrimitiveTopology topology,
197 VkPrimitiveTopology topology,
213 VkPrimitiveTopology topology,
261 VkPrimitiveTopology topology,
283 VkPrimitiveTopology topology,
307 VkPrimitiveTopology topology,
492 VkPrimitiveTopology topology; local
    [all...]
vktPipelineInputAssemblyTests.cpp 79 virtual void createBufferData (VkPrimitiveTopology topology,
102 virtual void createBufferData (VkPrimitiveTopology topology,
122 virtual void createBufferData (VkPrimitiveTopology topology,
286 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const
304 switch (topology)
340 switch (topology)
640 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const
659 switch (topology)
681 switch (topology)
1490 const rr::PrimitiveType topology = mapVkPrimitiveTopology(m_primitiveTopology); local
1583 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; local
1612 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; local
    [all...]
  /device/google/marlin/
audio_output_policy.conf 5 # "bit_width" and the topology extracted from the acdb data against
  /device/huawei/angler/
audio_output_policy.conf 5 # "bit_width" and the topology extracted from the acdb data against
  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyEventImpl.java 25 * Constructs a Network Topology Event.
  /frameworks/base/media/java/android/media/
AudioHandle.java 21 * uniquely identify a particular component of the routing topology
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_audio_calibration.h 189 int32_t topology; member in struct:audio_cal_info_adm_top
220 int32_t topology; member in struct:audio_cal_info_asm_top
282 int32_t topology; member in struct:audio_cal_info_lsm_top
296 int32_t topology; member in struct:audio_cal_info_voc_top
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_calibration.h 201 int32_t topology; member in struct:audio_cal_info_adm_top
233 int32_t topology; member in struct:audio_cal_info_afe_top
241 int32_t topology; member in struct:audio_cal_info_asm_top
350 int32_t topology; member in struct:audio_cal_info_lsm_top
364 int32_t topology; member in struct:audio_cal_info_voc_top
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 84 D3D11_PRIMITIVE_TOPOLOGY topology; member in struct:mesh
90 mesh(ID3D11Device* dev, D3D11_PRIMITIVE_TOPOLOGY topology,
95 : topology(topology), vertex_size(vertex_size), draw_count(index_size ? num_indices : num_vertices)
135 ctx->IASetPrimitiveTopology(topology);
  /external/tcpdump/
print-ospf.c 516 * Print all the per-topology metrics.
529 * All but the first metric contain a valid topology id.
558 register int j, tlv_type, tlv_length, topology; local
644 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
646 tok2str(ospf_topology_values, "", topology),
647 topology,
661 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
663 tok2str(ospf_topology_values, "", topology),
664 topology,
683 topology = ((ul & ASLA_MASK_TOS) >> ASLA_SHIFT_TOS)
    [all...]
print-lane.c 64 { 0x0009, "topology request" },
  /docs/source.android.com/src/devices/audio/
implement.jd 64 configuration file</a> that describes your audio topology and package the HAL

Completed in 1026 milliseconds

12 3 4 5 6 7 8 91011>>