HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_ALIGN_VAR (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_memory.c 39 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
45 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
lp_memory.h 37 extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
40 extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
lp_test_conv.c 226 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t src[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH];
227 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t dst[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH];
lp_test_format.c 136 PIPE_ALIGN_VAR(16) float unpacked[4];
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_memory.c 39 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
45 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
lp_memory.h 37 extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
40 extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
lp_test_conv.c 226 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t src[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH];
227 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t dst[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH];
lp_test_format.c 136 PIPE_ALIGN_VAR(16) float unpacked[4];
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 101 PIPE_ALIGN_VAR(16) float inputs_soa[PIPE_MAX_SHADER_INPUTS][4][4];
102 PIPE_ALIGN_VAR(16) float outputs_soa[PIPE_MAX_SHADER_OUTPUTS][4][4];
103 PIPE_ALIGN_VAR(16) float temps_soa[TGSI_EXEC_NUM_TEMPS][4][4];
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 220 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment)))
232 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment))
239 #define PIPE_ALIGN_VAR(_alignment)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 101 PIPE_ALIGN_VAR(16) float inputs_soa[PIPE_MAX_SHADER_INPUTS][4][4];
102 PIPE_ALIGN_VAR(16) float outputs_soa[PIPE_MAX_SHADER_OUTPUTS][4][4];
103 PIPE_ALIGN_VAR(16) float temps_soa[TGSI_EXEC_NUM_TEMPS][4][4];
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 220 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment)))
232 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment))
239 #define PIPE_ALIGN_VAR(_alignment)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 54 PIPE_ALIGN_VAR(16) const float
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 54 PIPE_ALIGN_VAR(16) const float
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 99 PIPE_ALIGN_VAR(16) float consts[NUM_CONSTS][4];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 99 PIPE_ALIGN_VAR(16) float consts[NUM_CONSTS][4];
    [all...]

Completed in 422 milliseconds