Home
last modified time | relevance | path

Searched defs:num_resources (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.h54 int num_resources; member
/external/libdrm/tests/amdgpu/
Dcs_tests.c52 static unsigned num_resources; variable
Duvd_enc_tests.c71 static unsigned num_resources; variable
Dvcn_tests.c72 static unsigned num_resources; variable
Dvce_tests.c82 static unsigned num_resources; variable
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.h91 uint64_t num_resources; member
/external/mesa3d/src/gallium/drivers/virgl/tests/
Dvirgl_staging_mgr_test.cpp159 const unsigned num_resources = sizeof(alloc_sizes) / sizeof(alloc_sizes[0]); in TEST_P() local
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc321 int num_resources; in ResourcesVector() local
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc1263 const int num_resources = in Run() local
/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test.py1359 def _benchmarkFunctionWithResourceInputs(self, num_resources, num_iters): argument