HomeSort by: relevance | last modified time | path
    Searched defs:expand (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
037-finalize-unexpanded-macro.c 1 #define expand(x) expand(x once) macro
3 foo(expand(just))
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
037-finalize-unexpanded-macro.c 1 #define expand(x) expand(x once) macro
3 foo(expand(just))
  /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
test-opcodes.sh 96 # Helper to expand instruction template:
98 expand() { function
111 expand $instr "hr1.x" "hr0.x" "hr0.y" "hr0.z"
113 expand $instr "hr1.y" "r1.x" "r1.y" "r1.z"
116 expand $instr "r2.x" "r1.x" "r1.y" "r1.z"
118 expand $instr "r2.y" "hr0.x" "hr0.y" "hr0.z"
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime.h 98 uint32_t expand[2048]; member in struct:__anon6967
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_ir.cpp 171 void container_node::expand(container_node *n) { function in class:r600_sb::container_node
251 void container_node::expand() { function in class:r600_sb::container_node
252 parent->expand(this);
498 d->expand();
509 r->expand();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_ir.cpp 171 void container_node::expand(container_node *n) { function in class:r600_sb::container_node
251 void container_node::expand() { function in class:r600_sb::container_node
252 parent->expand(this);
498 d->expand();
509 r->expand();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 245 expand(struct svga_shader_emitter_v10 *emit) function
281 if (!expand(emit)) {
304 if (!expand(emit))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 470 expand(struct svga_shader_emitter_v10 *emit) function
506 if (!expand(emit)) {
529 if (!expand(emit))

Completed in 24 milliseconds