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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_surface_format.c 45 int shadow_map; member in struct:sampler_cap
48 #define CAP(sampling, filtering, shadow_map, chroma_key) \
49 { ILO_GEN(sampling), ILO_GEN(filtering), ILO_GEN(shadow_map), ILO_GEN(chroma_key) }
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 341 unsigned long shadow_map[NR_MPX_BOUNDS_REGISTERS]; variable
972 shadow_map[0] = (unsigned long)shadow_plb[index][0];
973 shadow_map[1] = (unsigned long)shadow_plb[index][1];
974 shadow_map[2] = (unsigned long)ptr_val;
982 uint64_t lower = shadow_map[0];
983 uint64_t upper = shadow_map[1];
984 uint8_t *value = (uint8_t *)shadow_map[2];
    [all...]

Completed in 395 milliseconds