HomeSort by relevance Sort by last modified time
    Searched refs:comps (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 49 fxt1_encode (GLuint width, GLuint height, GLint comps,
    [all...]
formats.h 334 GLenum *datatype, GLuint *comps);
texcompress_rgtc_tmp.h 33 unsigned i, unsigned j, TYPE *value, unsigned comps)
36 const TYPE *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8 * comps);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgtc.c 33 unsigned i, unsigned j, uint8_t *value, unsigned comps);
39 unsigned i, unsigned j, int8_t *value, unsigned comps);
53 const unsigned bw = 4, bh = 4, comps = 4; local
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
132 uint8_t tmp[4][4]; /* [bh][bw][comps] */
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
245 const unsigned bw = 4, bh = 4, comps = 4; local
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
301 uint8_t tmp_r[4][4]; /* [bh][bw][comps] */
    [all...]
u_format_latc.c 34 unsigned i, unsigned j, uint8_t *value, unsigned comps);
40 unsigned i, unsigned j, int8_t *value, unsigned comps);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgtc.c 33 unsigned i, unsigned j, uint8_t *value, unsigned comps);
39 unsigned i, unsigned j, int8_t *value, unsigned comps);
53 const unsigned bw = 4, bh = 4, comps = 4; local
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
132 uint8_t tmp[4][4]; /* [bh][bw][comps] */
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
245 const unsigned bw = 4, bh = 4, comps = 4; local
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
301 uint8_t tmp_r[4][4]; /* [bh][bw][comps] */
    [all...]
u_format_latc.c 34 unsigned i, unsigned j, uint8_t *value, unsigned comps);
40 unsigned i, unsigned j, int8_t *value, unsigned comps);
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_variable_index_to_cond_assign.cpp 269 const unsigned comps = MIN2(condition_components, end - i); local
272 compare_index_block(list, index, i, comps, this->mem_ctx);
274 if (comps == 1) {
278 for (unsigned j = 0; j < comps; j++) {
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 269 const unsigned comps = MIN2(condition_components, end - i); local
272 compare_index_block(list, index, i, comps, this->mem_ctx);
274 if (comps == 1) {
278 for (unsigned j = 0; j < comps; j++) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 128 def join(self, *comps):
129 return os.path.join(*comps)
filesystem_mock.py 181 def _slow_but_correct_join(self, *comps):
182 return re.sub(re.escape(os.path.sep), self.sep, os.path.join(*comps))
184 def join(self, *comps):
189 for comp in comps:
198 if comps[-1] == '' and path:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win.py 154 def _lighttpd_path(self, *comps):
155 return self.path_from_chromium_base('third_party', 'lighttpd', 'win', *comps)
base.py 138 def _static_build_path(cls, filesystem, build_directory, chromium_base, configuration, comps):
140 return filesystem.join(build_directory, configuration, *comps)
145 path = filesystem.join(base_dir, *comps)
154 return filesystem.join(base_dir, *comps)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 88 def path_from_webkit_root(self, *comps):
89 return self._filesystem.abspath(self._filesystem.join(self._webkit_root, *comps))
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 245 uint8_t comps; member in struct:sm4_op
326 unsigned comps; member in struct:sm4_dcl::__anon13013::__anon13015
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 245 uint8_t comps; member in struct:sm4_op
326 unsigned comps; member in struct:sm4_dcl::__anon23480::__anon23482
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 1514 PP_URLComponents_Dev comps; local
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 572 for (Enumeration comps = items().all(); comps.hasMoreElements(); )
574 compare = (lalr_item)comps.nextElement();
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.h 334 GLenum *datatype, GLuint *comps);
texcompress_rgtc_tmp.h 33 unsigned i, unsigned j, TYPE *value, unsigned comps)
36 const TYPE *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8 * comps);
  /external/openfst/src/include/fst/
connect.h 48 // comps: connected components equiv classes.
49 CcVisitor(UnionFind<StateId> *comps)
50 : comps_(comps),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 73 comps = name.split()
75 for c in comps:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 73 comps = name.split()
75 for c in comps:
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 933 int comps = vb.getNumComponents(); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
sse5-all.asm 8 comps xmm1, xmm4, xmm7, 5 ; 0F 25 2C 347 10 05 label
9 comps xmm2, xmm5, [0], byte 5 ; 0F 25 2C 056 20 00 00 05 label
10 comps xmm3, xmm6, dqword [0], 5 ; 0F 25 2C 066 30 00 00 05 label

Completed in 1190 milliseconds

1 23 4 5