search for: findrecord

Displaying 8 results from an estimated 8 matches for "findrecord".

2006 Jul 19
6
Howto: Check_box with a variable (no model)
Hi, I would like to put a checkbox on a form where the input field is a variable rather than a field in a model. The normal way (with a model) would be: <%= check_box(''client'', ''accept'', {}, "1", "0") %> But since accept is a variable @accept and model client will not be there, how do I make a check box work? Regards, Paul
2016 Mar 16
2
[PATCH mesa 5/6] nouveau: codegen: Add support for OpenCL global memory buffers
...e to eliminate the reload > - if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL) { > + if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL || > + file == FILE_MEMORY_GLOBAL) { > // TODO: shared memory ? > rec = findRecord(ldst, false, isAdjacent); > if (rec && !isAdjacent) > diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp > index 73ed753..3917768 100644 > --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_prin...
2016 Mar 16
0
[PATCH mesa 5/6] nouveau: codegen: Add support for OpenCL global memory buffers
.../g[] look for previous store to eliminate the reload - if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL) { + if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL || + file == FILE_MEMORY_GLOBAL) { // TODO: shared memory ? rec = findRecord(ldst, false, isAdjacent); if (rec && !isAdjacent) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp index 73ed753..3917768 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp +++ b/src/galli...
2016 Mar 16
13
[PATCH mesa 1/6] tgsi_build: Fix return of uninitialized memory in tgsi_*_instruction_memory
tgsi_default_instruction_memory / tgsi_build_instruction_memory were returning uninitialized memory for tgsi_instruction_memory.Texture and tgsi_instruction_memory.Format. Note 0 means not set, and thus is a correct default initializer for these. Fixes: 3243b6fc97 ("tgsi: add Texture and Format to tgsi_instruction_memory") Cc: Nicolai Hähnle <nicolai.haehnle at amd.com>
2016 Mar 16
2
[PATCH mesa 4/6] nouveau: codegen: s/FILE_MEMORY_GLOBAL/FILE_MEMORY_BUFFER/
...; // if ld l[]/g[] look for previous store to eliminate the reload > - if (file == FILE_MEMORY_GLOBAL || file == FILE_MEMORY_LOCAL) { > + if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL) { > // TODO: shared memory ? > rec = findRecord(ldst, false, isAdjacent); > if (rec && !isAdjacent) > diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp > b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp > index cfa85ec..73ed753 100644 > --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_...
2016 Mar 16
0
[PATCH mesa 5/6] nouveau: codegen: Add support for OpenCL global memory buffers
...eload >> - if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL) { >> + if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL || >> + file == FILE_MEMORY_GLOBAL) { >> // TODO: shared memory ? >> rec = findRecord(ldst, false, isAdjacent); >> if (rec && !isAdjacent) >> diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp >> index 73ed753..3917768 100644 >> --- a/src/gallium/drivers/nouveau/code...
2016 Mar 16
0
[PATCH mesa 4/6] nouveau: codegen: s/FILE_MEMORY_GLOBAL/FILE_MEMORY_BUFFER/
...t;src(0).getFile(); // if ld l[]/g[] look for previous store to eliminate the reload - if (file == FILE_MEMORY_GLOBAL || file == FILE_MEMORY_LOCAL) { + if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL) { // TODO: shared memory ? rec = findRecord(ldst, false, isAdjacent); if (rec && !isAdjacent) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp index cfa85ec..73ed753 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp +++ b/src/galli...
2016 Mar 16
0
[PATCH mesa 4/6] nouveau: codegen: s/FILE_MEMORY_GLOBAL/FILE_MEMORY_BUFFER/
...ld l[]/g[] look for previous store to eliminate the reload >> - if (file == FILE_MEMORY_GLOBAL || file == FILE_MEMORY_LOCAL) { >> + if (file == FILE_MEMORY_BUFFER || file == FILE_MEMORY_LOCAL) { >> // TODO: shared memory ? >> rec = findRecord(ldst, false, isAdjacent); >> if (rec && !isAdjacent) >> diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp >> b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp >> index cfa85ec..73ed753 100644 >> --- a/src/gallium/drivers/nou...