Home
last modified time | relevance | path

Searched full:committed (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/third_party/glslang/Test/baseResults/
DrayQuery-committed.Error.rgen.out1 rayQuery-committed.Error.rgen
2 ERROR: 0:48: 'committed' : argument must be compile-time constant
3 ERROR: 0:53: 'committed' : argument must be compile-time constant
4 ERROR: 0:54: 'committed' : argument must be compile-time constant
5 ERROR: 0:58: 'committed' : argument must be compile-time constant
6 ERROR: 0:62: 'committed' : argument must be compile-time constant
7 ERROR: 0:66: 'committed' : argument must be compile-time constant
8 ERROR: 0:70: 'committed' : argument must be compile-time constant
9 ERROR: 0:74: 'committed' : argument must be compile-time constant
10 ERROR: 0:78: 'committed' : argument must be compile-time constant
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethodImpl.java104 // If the last character was not committed it is stored in text[0].
106 // character was committed or not. If at any time ( but not within a
108 // only be 1 otherwise ) the last character was not committed.
113 private int committedChars = 0;// number of committed characters
116 private int totalChars = 0;//number of total characters ( committed + composed )
220 // the last character was committed, commit just Nukta. in handleKeyTyped()
221 // Note : the lastChar must have been committed if it is not one of in handleKeyTyped()
281 // totalChars = ( last character committed )? 0 : 1; in handleKeyTyped()
288 if( totalChars != 0 ) {// if some character is not committed. in endComposition()
302 private int committed = 0; field in IndicInputMethodImpl.ACIText
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp155 * e. Use the committed sparse buffer storage to store atomic counter values.
170 * a) All required pages are committed.
171 * b) Only half of the pages are committed. If only a single page is needed,
217 * f. Use the committed sparse buffer storage as a backing for a buffer texture
227 * a) All required pages are committed.
228 * b) Only half of the pages are committed. If only a single page is needed,
277 * over a sparse buffer. Make sure that all committed pages, which should
281 * of the halves is committed, and the other is not. Make sure the former
327 * *) All pages of the source region are not committed
328 * **) Half of the pages of the source region is not committed
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_rt_builder.h233 bool committed) in brw_nir_rt_mem_hit_addr_from_addr() argument
235 return nir_iadd_imm(b, stack_addr, committed ? 0 : BRW_RT_SIZEOF_HIT_INFO); in brw_nir_rt_mem_hit_addr_from_addr()
239 brw_nir_rt_mem_hit_addr(nir_builder *b, bool committed) in brw_nir_rt_mem_hit_addr() argument
242 committed ? 0 : BRW_RT_SIZEOF_HIT_INFO); in brw_nir_rt_mem_hit_addr()
411 bool committed) in brw_nir_rt_load_mem_hit_from_addr() argument
414 brw_nir_rt_mem_hit_addr_from_addr(b, stack_addr, committed); in brw_nir_rt_load_mem_hit_from_addr()
441 bool committed, in brw_nir_rt_init_mem_hit_at_addr() argument
445 brw_nir_rt_mem_hit_addr_from_addr(b, stack_addr, committed); in brw_nir_rt_init_mem_hit_at_addr()
459 bool committed) in brw_nir_rt_load_mem_hit() argument
462 committed); in brw_nir_rt_load_mem_hit()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileOutputBuffer.h27 /// If the FileOutputBuffer is committed, the target file's content will become
29 /// not committed, the file will be deleted in the FileOutputBuffer destructor.
42 /// buffer of the specified size. When committed, the buffer will be written
62 /// Returns path where file will show up if buffer is committed.
72 /// If this object was previously committed, the destructor just deletes
73 /// this object. If this object was not committed, the destructor
77 /// This removes the temporary file (unless it already was committed)
/third_party/typescript/tests/baselines/reference/
DjsEnumFunctionLocalNoCrash.types8 …ded: 'resource-added', ResourceContentCommitted: 'resource-content-committed', ViewShown…
12 …ded: 'resource-added', ResourceContentCommitted: 'resource-content-committed', ViewShown…
46 ResourceContentCommitted: 'resource-content-committed',
48 >'resource-content-committed' : "resource-content-committed"
/third_party/rust/crates/clap/.github/workflows/
Dcommitted.yml2 # range to `committed`
7 committed:
16 uses: crate-ci/committed@master
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.8.in6 ntfsrecover \- Recover updates committed by Windows on an NTFS volume
33 file can be analyzed later and the transactions which were committed can be
37 similarly examines the log file and applies the updates within committed
111 Sync the file system by applying the committed actions which have not
115 The option -s can be repeated to request applying the committed actions
/third_party/node/deps/v8/src/heap/
Dbase-space.h52 // Return the total amount committed memory for this space, i.e., allocatable
58 // Approximate amount of physical memory committed for this space.
74 // Keeps track of committed memory in a space.
Dnew-spaces.h129 // Approximate amount of physical memory committed for this space.
189 // The currently committed space capacity.
192 // The targetted committed space capacity.
294 // Committed memory for NewSpace is the committed memory of both semi-spaces in NON_EXPORTED_BASE()
305 // Approximate amount of physical memory committed for this space. in NON_EXPORTED_BASE()
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture_clamp.txt51 Allocate sparse texture for current <target> with committed and
63 vec4(1, 1, 1, 1) to the output if access committed region and
71 in the shader would be in committed regions, (0, 0, 0, 1) otherwise.
DCTS_ARB_sparse_texture2.txt126 Allocate sparse texture for current <target> with committed and
147 if access committed region and vec4(0, 0, 0, 1) otherwise.
/third_party/rust/crates/clap/
D.pre-commit-config.yaml17 - repo: https://github.com/crate-ci/committed
20 - id: committed
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ray_queries.c389 nir_ssa_def *committed, nir_ray_query_value value, unsigned column) in lower_rq_load() argument
395 return nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.barycentrics), in lower_rq_load()
402 return nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.frontface), in lower_rq_load()
407 nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.geometry_id_and_flags), in lower_rq_load()
413 nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.custom_instance_and_mask), in lower_rq_load()
417 return nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.instance_id), in lower_rq_load()
422 nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.sbt_offset_and_flags), in lower_rq_load()
427 nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.instance_addr), in lower_rq_load()
435 nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.instance_addr), in lower_rq_load()
448 nir_bcsel(b, committed, rq_load_var(b, index, vars->closest.instance_addr), in lower_rq_load()
[all …]
/third_party/node/deps/v8/include/cppgc/
Dheap-statistics.h52 /** Overall committed amount of memory for the page. */
87 /** Overall committed amount of memory for the heap. */
99 /** Overall committed amount of memory for the heap. */
/third_party/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c208 long committed; in update_mem_commit() local
211 committed = SAFE_READ_MEMINFO("Committed_AS:"); in update_mem_commit()
212 commit_left = commit_limit - committed; in update_mem_commit()
216 commit_limit, committed); in update_mem_commit()
/third_party/mesa3d/docs/_extra/specs/
DMESA_swap_frame_usage.spec113 between two buffer-swap operations being committed. In unextended GLX the
122 the swap is committed before target_msc, and is greater than or equal to
155 number of swaps that have been committed. This value may not match the
/third_party/skia/third_party/externals/tint/docs/
Dexperimental_extensions.md22 - A description of what the contents of that PR would be, committed
32 - Ideally, this plan is committed to this repository, especially the
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sparse_texture.txt245 Physical store for pages of a virtual texture may be committed and
338 When a sparsely committed texture is accessed by the GL, accesses that
339 require only samples contained in committed regions complete as normal.
358 blocks or committed regions of images are still seen, as are
393 <width>, <height> and <depth> are committed. If they were not committed
396 were already committed, then they remain committed, no error is generated,
398 <committed> is FALSE, then the texture pages contained in the region are
399 made de-committed. Their physical store is de-allocated, and their contents
/third_party/openGLES/extensions/EXT/
DEXT_sparse_texture.txt258 Physical store for pages of a virtual texture may be committed and
351 When a sparsely committed texture is accessed by the GL, accesses that
352 require only samples contained in committed regions complete as normal.
371 blocks or committed regions of images are still seen, as are
406 <width>, <height> and <depth> are committed. If they were not committed
409 were already committed, then they remain committed, no error is generated,
411 <committed> is FALSE, then the texture pages contained in the region are
412 made de-committed. Their physical store is de-allocated, and their contents
/third_party/openGLES/extensions/ARB/
DARB_sparse_texture.txt255 Physical store for pages of a virtual texture may be committed and
348 When a sparsely committed texture is accessed by the GL, accesses that
349 require only samples contained in committed regions complete as normal.
368 blocks or committed regions of images are still seen, as are
403 <width>, <height> and <depth> are committed. If they were not committed
406 were already committed, then they remain committed, no error is generated,
408 <committed> is FALSE, then the texture pages contained in the region are
409 made de-committed. Their physical store is de-allocated, and their contents
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_sparse_texture.txt258 Physical store for pages of a virtual texture may be committed and
351 When a sparsely committed texture is accessed by the GL, accesses that
352 require only samples contained in committed regions complete as normal.
371 blocks or committed regions of images are still seen, as are
406 <width>, <height> and <depth> are committed. If they were not committed
409 were already committed, then they remain committed, no error is generated,
411 <committed> is FALSE, then the texture pages contained in the region are
412 made de-committed. Their physical store is de-allocated, and their contents
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_sparse_texture.txt155 the texture data, but not committed immediately, otherwise, storage is
156 both reserved and committed at time of specification . If the texture is
158 texture data is committed on later specification through commands such as
178 texture data may not yet be committed. Commitment is made by calling
181 for the specified region of the texture is committed and the data
194 The origin and size of committed regions must be integer multiples of the
209 committed texture decommits any associated storage and, if <flags>
215 When storage is committed for texture levels greater than or equal to
217 than or equal to that level become committed. The value of
219 <pname> set to MIN_SPARSE_LEVEL_AMD. Sampling from a committed level of a
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_sparse_texture.txt155 the texture data, but not committed immediately, otherwise, storage is
156 both reserved and committed at time of specification . If the texture is
158 texture data is committed on later specification through commands such as
178 texture data may not yet be committed. Commitment is made by calling
181 for the specified region of the texture is committed and the data
194 The origin and size of committed regions must be integer multiples of the
209 committed texture decommits any associated storage and, if <flags>
215 When storage is committed for texture levels greater than or equal to
217 than or equal to that level become committed. The value of
219 <pname> set to MIN_SPARSE_LEVEL_AMD. Sampling from a committed level of a
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-sami19 …00,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\Nbeen committed and to which we are committed t…

12345678910>>...15